Skip to content

Commit 0e73307

Browse files
author
Phil Jacobsen
committed
Change compile settings to match parent project
1 parent 5485a3e commit 0e73307

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Parse.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6000,13 +6000,17 @@
60006000
isa = XCBuildConfiguration;
60016001
baseConfigurationReference = F55ABB531B4F39DA00A0ECD5 /* Parse-iOS.xcconfig */;
60026002
buildSettings = {
6003+
ARCHS = "$(ARCHS_STANDARD)";
6004+
VALID_ARCHS = "arm64 armv7";
60036005
};
60046006
name = Debug;
60056007
};
60066008
81C3823519CCA89F0066284A /* Release */ = {
60076009
isa = XCBuildConfiguration;
60086010
baseConfigurationReference = F55ABB531B4F39DA00A0ECD5 /* Parse-iOS.xcconfig */;
60096011
buildSettings = {
6012+
ARCHS = "$(ARCHS_STANDARD)";
6013+
VALID_ARCHS = "arm64 armv7";
60106014
};
60116015
name = Release;
60126016
};

0 commit comments

Comments
 (0)