Skip to content

Commit bfe8be8

Browse files
authored
XCode macOS template update
1 parent 8c76c10 commit bfe8be8

3 files changed

Lines changed: 10 additions & 8 deletions

File tree

scripts/templates/osx/emptyExample.xcodeproj/project.pbxproj

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@
7878
"productRefGroup": "E4B69B4A0A3A1720003C02F2",
7979
"projectDirPath": "",
8080
"attributes": {
81-
"LastUpgradeCheck": "0600"
81+
"LastUpgradeCheck": "1540",
82+
"BuildIndependentTargetsInParallel": "YES"
8283
},
8384
"hasScannedForEncodings": "0",
8485
"projectRoot": "",
@@ -101,17 +102,18 @@
101102
"fileEncoding": "4"
102103
},
103104
"19B789C429E5AB4A0082E9B8": {
104-
"inputPaths": [],
105105
"buildActionMask": "2147483647",
106+
"runOnlyForDeploymentPostprocessing": "0",
107+
"outputPaths": [],
106108
"shellPath": "/bin/sh",
109+
"inputFileListPaths": [],
107110
"showEnvVarsInLog": "0",
108-
"outputPaths": [],
109111
"isa": "PBXShellScriptBuildPhase",
110-
"runOnlyForDeploymentPostprocessing": "0",
111112
"shellScript": "\"$OF_PATH/scripts/osx/xcode_project.sh\"\n",
112-
"outputFileListPaths": [],
113113
"files": [],
114-
"inputFileListPaths": []
114+
"alwaysOutOfDate": "1",
115+
"inputPaths": [],
116+
"outputFileListPaths": []
115117
},
116118
"E4B69B4F0A3A1720003C02F2": {
117119
"baseConfigurationReference": "E4EB6923138AFD0F00A09F29",

scripts/templates/osx/emptyExample.xcodeproj/xcshareddata/xcschemes/emptyExample Debug.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0600"
3+
LastUpgradeVersion = "1540"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

scripts/templates/osx/emptyExample.xcodeproj/xcshareddata/xcschemes/emptyExample Release.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0600"
3+
LastUpgradeVersion = "1540"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)