Skip to content

Commit d9ae11f

Browse files
authored
Update Project.xcconfig
1 parent 42ab115 commit d9ae11f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

scripts/templates/osx/Project.xcconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ INFOPLIST_KEY_LSApplicationCategoryType = public.app-category.games
2929
// suggested to use semantic versioning format ala #.#.#
3030
MARKETING_VERSION = 0.1.0
3131

32+
// If users upgrade project to recommended settings it enables script sandboxing which breaks our post build script
33+
ENABLE_USER_SCRIPT_SANDBOXING=NO
34+
3235
// this is "Build" in the Xcode target Identity UI, an incremental build number
3336
// important for the App Store as new build submissions need a diff number even
3437
// if MARKETING_VERSION is the same

0 commit comments

Comments
 (0)