Changeset 100223 in webkit
- Timestamp:
- Nov 14, 2011, 5:32:34 PM (15 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 1 added
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Configurations/JSC.xcconfig (modified) (1 diff)
-
entitlements.plist (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r100221 r100223 1 2011-11-14 Gavin Barraclough <barraclough@apple.com> 2 3 Should sign the jsc binary 4 https://bugs.webkit.org/show_bug.cgi?id=72332 5 6 Reviewed by David Kilzer. 7 8 * Configurations/JSC.xcconfig: 9 * entitlements.plist: Added. 10 1 11 2011-11-14 Filip Pizlo <fpizlo@apple.com> 2 12 -
trunk/Source/JavaScriptCore/Configurations/JSC.xcconfig
r100197 r100223 24 24 INSTALL_PATH = $(JAVASCRIPTCORE_FRAMEWORKS_DIR)/JavaScriptCore.framework/Resources 25 25 PRODUCT_NAME = jsc; 26 CODE_SIGN_ENTITLEMENTS = $(CODE_SIGN_ENTITLEMENTS_$(REAL_PLATFORM_NAME)); 27 CODE_SIGN_ENTITLEMENTS_iphoneos = entitlements.plist;
Note:
See TracChangeset
for help on using the changeset viewer.