Fix macos bundle ID

This commit is contained in:
2025-06-04 23:32:36 -07:00
parent 90b912e443
commit bfcf93cf4d
2 changed files with 2 additions and 2 deletions

View File

@@ -66,5 +66,5 @@
"explorer.fileNesting.patterns": { "explorer.fileNesting.patterns": {
"*.sln": "*.csproj" "*.sln": "*.csproj"
}, },
"dotnet.defaultSolution": "BerryDash-source.sln" "dotnet.defaultSolution": "source.sln"
} }

View File

@@ -165,7 +165,7 @@ PlayerSettings:
androidMinAspectRatio: 1 androidMinAspectRatio: 1
applicationIdentifier: applicationIdentifier:
Android: xyz.lncvrt.berrydash.android Android: xyz.lncvrt.berrydash.android
Standalone: com.DefaultCompany.2D-URP Standalone: xyz.lncvrt.berrydash.macos
buildNumber: buildNumber:
Standalone: 0 Standalone: 0
VisionOS: 0 VisionOS: 0