Skip to content

Commit b8c11b6

Browse files
committed
Cleaned up ARCHS
1 parent 5ccc9e0 commit b8c11b6

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

JavaScriptCore-iOS-Static.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#include "JavaScriptCore/Configurations/JavaScriptCore.xcconfig"
1010

11-
ARCHS = arm64;
11+
ARCHS = armv7 armv7s arm64;
1212
ONLY_ACTIVE_ARCH = NO;
1313
SDKROOT = iphoneos;
1414
VALID_ARCHS = arm64 armv7 i386;

JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8822,31 +8822,43 @@
88228822
isa = XCBuildConfiguration;
88238823
baseConfigurationReference = 10EAA7001889E6C600DEB161 /* ToolExecutable-iOS-Static.xcconfig */;
88248824
buildSettings = {
8825+
ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
88258826
PRODUCT_NAME = JSCLLIntOffsetsExtractor;
8827+
SDKROOT = iphoneos7.0;
8828+
VALID_ARCHS = "armv7 armv7s arm64";
88268829
};
88278830
name = Debug;
88288831
};
88298832
10D58E091889C1A000C05A0D /* Release */ = {
88308833
isa = XCBuildConfiguration;
88318834
baseConfigurationReference = 10EAA7001889E6C600DEB161 /* ToolExecutable-iOS-Static.xcconfig */;
88328835
buildSettings = {
8836+
ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
88338837
PRODUCT_NAME = JSCLLIntOffsetsExtractor;
8838+
SDKROOT = iphoneos7.0;
8839+
VALID_ARCHS = "armv7 armv7s arm64";
88348840
};
88358841
name = Release;
88368842
};
88378843
10D58E0A1889C1A000C05A0D /* Profiling */ = {
88388844
isa = XCBuildConfiguration;
88398845
baseConfigurationReference = 10EAA7001889E6C600DEB161 /* ToolExecutable-iOS-Static.xcconfig */;
88408846
buildSettings = {
8847+
ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
88418848
PRODUCT_NAME = JSCLLIntOffsetsExtractor;
8849+
SDKROOT = iphoneos7.0;
8850+
VALID_ARCHS = "armv7 armv7s arm64";
88428851
};
88438852
name = Profiling;
88448853
};
88458854
10D58E0B1889C1A000C05A0D /* Production */ = {
88468855
isa = XCBuildConfiguration;
88478856
baseConfigurationReference = 10EAA7001889E6C600DEB161 /* ToolExecutable-iOS-Static.xcconfig */;
88488857
buildSettings = {
8858+
ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
88498859
PRODUCT_NAME = JSCLLIntOffsetsExtractor;
8860+
SDKROOT = iphoneos7.0;
8861+
VALID_ARCHS = "armv7 armv7s arm64";
88508862
};
88518863
name = Production;
88528864
};

WTF-iOS-Static.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include "WTF/Configurations/WTF.xcconfig"
1010

1111
PRODUCT_NAME = WTF
12-
ARCHS = arm64 armv7
12+
ARCHS = arm64 armv7 armv7s
1313
ONLY_ACTIVE_ARCH = NO
1414
SDKROOT = iphoneos
1515
SUPPORTED_PLATFORMS = iphoneos iphonesimulator

0 commit comments

Comments
 (0)