We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42ab115 commit d9ae11fCopy full SHA for d9ae11f
1 file changed
scripts/templates/osx/Project.xcconfig
@@ -29,6 +29,9 @@ INFOPLIST_KEY_LSApplicationCategoryType = public.app-category.games
29
// suggested to use semantic versioning format ala #.#.#
30
MARKETING_VERSION = 0.1.0
31
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
+
35
// this is "Build" in the Xcode target Identity UI, an incremental build number
36
// important for the App Store as new build submissions need a diff number even
37
// if MARKETING_VERSION is the same
0 commit comments