Skip to content

Commit

Permalink
- Addding VALID_ARCHS back, apparently they work as a filter and ther…
Browse files Browse the repository at this point in the history
…e’s a xcconfig file from which the setting is inherited…

- Removing SUPPORTED_PLATFORMS override, it’s redundant
  • Loading branch information
martijnthe committed Jan 16, 2014
1 parent d522436 commit aeaca47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7319,7 +7319,7 @@
PRODUCT_NAME = JavaScriptCore;
SDKROOT = iphoneos;
STRIP_INSTALLED_PRODUCT = YES;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
VALID_ARCHS = "i386 arm64 armv7s armv7";
};
name = Debug;
};
Expand Down Expand Up @@ -7358,7 +7358,7 @@
PRODUCT_NAME = JavaScriptCore;
SDKROOT = iphoneos;
STRIP_INSTALLED_PRODUCT = YES;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
VALID_ARCHS = "i386 arm64 armv7s armv7";
};
name = Release;
};
Expand Down Expand Up @@ -7397,7 +7397,7 @@
PRODUCT_NAME = JavaScriptCore;
SDKROOT = iphoneos;
STRIP_INSTALLED_PRODUCT = YES;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
VALID_ARCHS = "i386 arm64 armv7s armv7";
};
name = Profiling;
};
Expand Down Expand Up @@ -7436,7 +7436,7 @@
PRODUCT_NAME = JavaScriptCore;
SDKROOT = iphoneos;
STRIP_INSTALLED_PRODUCT = YES;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
VALID_ARCHS = "i386 arm64 armv7s armv7";
};
name = Production;
};
Expand Down

0 comments on commit aeaca47

Please sign in to comment.