⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 100223 in webkit


Ignore:
Timestamp:
Nov 14, 2011, 5:32:34 PM (15 years ago)
Author:
barraclough@apple.com
Message:

Should sign the jsc binary
https://bugs.webkit.org/show_bug.cgi?id=72332

Reviewed by David Kilzer.

  • Configurations/JSC.xcconfig:
  • entitlements.plist: Added.
Location:
trunk/Source/JavaScriptCore
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r100221 r100223  
     12011-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
    1112011-11-14  Filip Pizlo  <fpizlo@apple.com>
    212
  • trunk/Source/JavaScriptCore/Configurations/JSC.xcconfig

    r100197 r100223  
    2424INSTALL_PATH = $(JAVASCRIPTCORE_FRAMEWORKS_DIR)/JavaScriptCore.framework/Resources
    2525PRODUCT_NAME = jsc;
     26CODE_SIGN_ENTITLEMENTS = $(CODE_SIGN_ENTITLEMENTS_$(REAL_PLATFORM_NAME));
     27CODE_SIGN_ENTITLEMENTS_iphoneos = entitlements.plist;
Note: See TracChangeset for help on using the changeset viewer.