Skip to content

Commit

Permalink
Cleaned up ARCHS
Browse files Browse the repository at this point in the history
  • Loading branch information
phoboslab committed Jan 23, 2014
1 parent 5ccc9e0 commit b8c11b6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion JavaScriptCore-iOS-Static.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#include "JavaScriptCore/Configurations/JavaScriptCore.xcconfig"

ARCHS = arm64;
ARCHS = armv7 armv7s arm64;
ONLY_ACTIVE_ARCH = NO;
SDKROOT = iphoneos;
VALID_ARCHS = arm64 armv7 i386;
Expand Down
12 changes: 12 additions & 0 deletions JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8822,31 +8822,43 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 10EAA7001889E6C600DEB161 /* ToolExecutable-iOS-Static.xcconfig */;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
PRODUCT_NAME = JSCLLIntOffsetsExtractor;
SDKROOT = iphoneos7.0;
VALID_ARCHS = "armv7 armv7s arm64";
};
name = Debug;
};
10D58E091889C1A000C05A0D /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 10EAA7001889E6C600DEB161 /* ToolExecutable-iOS-Static.xcconfig */;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
PRODUCT_NAME = JSCLLIntOffsetsExtractor;
SDKROOT = iphoneos7.0;
VALID_ARCHS = "armv7 armv7s arm64";
};
name = Release;
};
10D58E0A1889C1A000C05A0D /* Profiling */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 10EAA7001889E6C600DEB161 /* ToolExecutable-iOS-Static.xcconfig */;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
PRODUCT_NAME = JSCLLIntOffsetsExtractor;
SDKROOT = iphoneos7.0;
VALID_ARCHS = "armv7 armv7s arm64";
};
name = Profiling;
};
10D58E0B1889C1A000C05A0D /* Production */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 10EAA7001889E6C600DEB161 /* ToolExecutable-iOS-Static.xcconfig */;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
PRODUCT_NAME = JSCLLIntOffsetsExtractor;
SDKROOT = iphoneos7.0;
VALID_ARCHS = "armv7 armv7s arm64";
};
name = Production;
};
Expand Down
2 changes: 1 addition & 1 deletion WTF-iOS-Static.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include "WTF/Configurations/WTF.xcconfig"

PRODUCT_NAME = WTF
ARCHS = arm64 armv7
ARCHS = arm64 armv7 armv7s
ONLY_ACTIVE_ARCH = NO
SDKROOT = iphoneos
SUPPORTED_PLATFORMS = iphoneos iphonesimulator
Expand Down

0 comments on commit b8c11b6

Please sign in to comment.