X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/2d39b0e377c0896910ee49ae70082ba665faf986..HEAD:/Configurations/JSC.xcconfig diff --git a/Configurations/JSC.xcconfig b/Configurations/JSC.xcconfig index 8190416..d1d32ef 100644 --- a/Configurations/JSC.xcconfig +++ b/Configurations/JSC.xcconfig @@ -26,8 +26,7 @@ INSTALL_PATH_ACTUAL = $(JAVASCRIPTCORE_FRAMEWORKS_DIR)/$(JAVASCRIPTCORE_RESOURCES_DIR); PRODUCT_NAME = jsc; -CODE_SIGN_ENTITLEMENTS = $(CODE_SIGN_ENTITLEMENTS_$(PLATFORM_NAME)); -CODE_SIGN_ENTITLEMENTS_iphoneos = entitlements.plist; +CODE_SIGN_ENTITLEMENTS[sdk=iphoneos*] = entitlements.plist; // Explicitly add the PrivateHeaders directory to the search path so that generated header files can be found in production builds. HEADER_SEARCH_PATHS = $(JAVASCRIPTCORE_FRAMEWORKS_DIR)/JavaScriptCore.framework/PrivateHeaders $(inherited);