Skip to content

Commit aeaca47

Browse files
committed
- Addding VALID_ARCHS back, apparently they work as a filter and there’s a xcconfig file from which the setting is inherited…
- Removing SUPPORTED_PLATFORMS override, it’s redundant
1 parent d522436 commit aeaca47

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7319,7 +7319,7 @@
73197319
PRODUCT_NAME = JavaScriptCore;
73207320
SDKROOT = iphoneos;
73217321
STRIP_INSTALLED_PRODUCT = YES;
7322-
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
7322+
VALID_ARCHS = "i386 arm64 armv7s armv7";
73237323
};
73247324
name = Debug;
73257325
};
@@ -7358,7 +7358,7 @@
73587358
PRODUCT_NAME = JavaScriptCore;
73597359
SDKROOT = iphoneos;
73607360
STRIP_INSTALLED_PRODUCT = YES;
7361-
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
7361+
VALID_ARCHS = "i386 arm64 armv7s armv7";
73627362
};
73637363
name = Release;
73647364
};
@@ -7397,7 +7397,7 @@
73977397
PRODUCT_NAME = JavaScriptCore;
73987398
SDKROOT = iphoneos;
73997399
STRIP_INSTALLED_PRODUCT = YES;
7400-
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
7400+
VALID_ARCHS = "i386 arm64 armv7s armv7";
74017401
};
74027402
name = Profiling;
74037403
};
@@ -7436,7 +7436,7 @@
74367436
PRODUCT_NAME = JavaScriptCore;
74377437
SDKROOT = iphoneos;
74387438
STRIP_INSTALLED_PRODUCT = YES;
7439-
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
7439+
VALID_ARCHS = "i386 arm64 armv7s armv7";
74407440
};
74417441
name = Production;
74427442
};

0 commit comments

Comments
 (0)