Skip to content

Commit 18b51d2

Browse files
committed
Upgrade to latest recommended xcode settings for example OSX project ("Automatically detect target architecture")
1 parent c318771 commit 18b51d2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Example Apps/ExampleApp-OSX.xcodeproj/project.pbxproj

+1-3
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
2C136A1917641106004C7401 /* Project object */ = {
153153
isa = PBXProject;
154154
attributes = {
155-
LastUpgradeCheck = 0460;
155+
LastUpgradeCheck = 0510;
156156
ORGANIZATIONNAME = "Marcus Westin";
157157
};
158158
buildConfigurationList = 2C136A1C17641106004C7401 /* Build configuration list for PBXProject "ExampleApp-OSX" */;
@@ -224,7 +224,6 @@
224224
isa = XCBuildConfiguration;
225225
buildSettings = {
226226
ALWAYS_SEARCH_USER_PATHS = NO;
227-
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
228227
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
229228
CLANG_CXX_LIBRARY = "libc++";
230229
CLANG_ENABLE_OBJC_ARC = YES;
@@ -257,7 +256,6 @@
257256
isa = XCBuildConfiguration;
258257
buildSettings = {
259258
ALWAYS_SEARCH_USER_PATHS = NO;
260-
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
261259
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
262260
CLANG_CXX_LIBRARY = "libc++";
263261
CLANG_ENABLE_OBJC_ARC = YES;

0 commit comments

Comments
 (0)