Skip to content

Commit a20de68

Browse files
committed
Cleaned up archs... again
1 parent b8c11b6 commit a20de68

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7312,9 +7312,9 @@
73127312
14BD59BE0A3E8F9000BAF59C /* testapi */,
73137313
932F5BDA0822A1C700736975 /* jsc */,
73147314
651122F714046A4C002B101D /* testRegExp */,
7315-
0F4680A914BA7FD900BFE272 /* LLInt Offsets */,
7316-
0FF922C314F46B130041A24E /* JSCLLIntOffsetsExtractor */,
73177315
5D6B2A47152B9E17005231DE /* Test Tools */,
7316+
0FF922C314F46B130041A24E /* JSCLLIntOffsetsExtractor */,
7317+
0F4680A914BA7FD900BFE272 /* LLInt Offsets */,
73187318
0FCEFAB51805D61600472CE4 /* llvmForJSC */,
73197319
10D58E011889C1A000C05A0D /* JSCLLIntOffsetsExtractor iOS */,
73207320
10D58E0D1889C3DF00C05A0D /* JavaScriptCore iOS */,
@@ -8737,28 +8737,36 @@
87378737
0F4680AD14BA7FD900BFE272 /* Debug */ = {
87388738
isa = XCBuildConfiguration;
87398739
buildSettings = {
8740+
ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
87408741
PRODUCT_NAME = "Derived Sources copy";
8742+
SDKROOT = iphoneos;
87418743
};
87428744
name = Debug;
87438745
};
87448746
0F4680AE14BA7FD900BFE272 /* Release */ = {
87458747
isa = XCBuildConfiguration;
87468748
buildSettings = {
8749+
ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
87478750
PRODUCT_NAME = "Derived Sources copy";
8751+
SDKROOT = iphoneos;
87488752
};
87498753
name = Release;
87508754
};
87518755
0F4680AF14BA7FD900BFE272 /* Profiling */ = {
87528756
isa = XCBuildConfiguration;
87538757
buildSettings = {
8758+
ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
87548759
PRODUCT_NAME = "Derived Sources copy";
8760+
SDKROOT = iphoneos;
87558761
};
87568762
name = Profiling;
87578763
};
87588764
0F4680B014BA7FD900BFE272 /* Production */ = {
87598765
isa = XCBuildConfiguration;
87608766
buildSettings = {
8767+
ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
87618768
PRODUCT_NAME = "Derived Sources copy";
8769+
SDKROOT = iphoneos;
87628770
};
87638771
name = Production;
87648772
};
@@ -8877,7 +8885,6 @@
88778885
baseConfigurationReference = 10EAA6FF1889E6B300DEB161 /* JavaScriptCore-iOS-Static.xcconfig */;
88788886
buildSettings = {
88798887
ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
8880-
ONLY_ACTIVE_ARCH = NO;
88818888
VALID_ARCHS = "armv7 armv7s arm64";
88828889
};
88838890
name = Release;
@@ -8887,7 +8894,6 @@
88878894
baseConfigurationReference = 10EAA6FF1889E6B300DEB161 /* JavaScriptCore-iOS-Static.xcconfig */;
88888895
buildSettings = {
88898896
ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
8890-
ONLY_ACTIVE_ARCH = NO;
88918897
VALID_ARCHS = "armv7 armv7s arm64";
88928898
};
88938899
name = Profiling;
@@ -8908,7 +8914,7 @@
89088914
baseConfigurationReference = 10EAA6FF1889E6B300DEB161 /* JavaScriptCore-iOS-Static.xcconfig */;
89098915
buildSettings = {
89108916
PRODUCT_NAME = "Derived Sources copy";
8911-
VALID_ARCHS = arm64;
8917+
VALID_ARCHS = "arm64 armv7 armv7s";
89128918
};
89138919
name = Debug;
89148920
};
@@ -8917,7 +8923,7 @@
89178923
baseConfigurationReference = 10EAA6FF1889E6B300DEB161 /* JavaScriptCore-iOS-Static.xcconfig */;
89188924
buildSettings = {
89198925
PRODUCT_NAME = "Derived Sources copy";
8920-
VALID_ARCHS = arm64;
8926+
VALID_ARCHS = "arm64 armv7 armv7s";
89218927
};
89228928
name = Release;
89238929
};
@@ -8926,7 +8932,7 @@
89268932
baseConfigurationReference = 10EAA6FF1889E6B300DEB161 /* JavaScriptCore-iOS-Static.xcconfig */;
89278933
buildSettings = {
89288934
PRODUCT_NAME = "Derived Sources copy";
8929-
VALID_ARCHS = arm64;
8935+
VALID_ARCHS = "arm64 armv7 armv7s";
89308936
};
89318937
name = Profiling;
89328938
};
@@ -8935,7 +8941,7 @@
89358941
baseConfigurationReference = 10EAA6FF1889E6B300DEB161 /* JavaScriptCore-iOS-Static.xcconfig */;
89368942
buildSettings = {
89378943
PRODUCT_NAME = "Derived Sources copy";
8938-
VALID_ARCHS = arm64;
8944+
VALID_ARCHS = "arm64 armv7 armv7s";
89398945
};
89408946
name = Production;
89418947
};

0 commit comments

Comments
 (0)