Changeset 195844 in webkit


Ignore:
Timestamp:
Jan 29, 2016, 3:06:29 PM (10 years ago)
Author:
mitz@apple.com
Message:

Don’t use the “.Development” suffix for engineering builds targeting iOS devices, because the XPC cache is only aware of the unsuffixed service identifiers.

Reviewed by Chris Dumez.

  • Configurations/DebugRelease.xcconfig:
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r195840 r195844  
     12016-01-29  Dan Bernstein  <mitz@apple.com>
     2
     3        Don’t use the “.Development” suffix for engineering builds targeting iOS devices, because the XPC cache is only aware of the unsuffixed service identifiers.
     4
     5        Reviewed by Chris Dumez.
     6
     7        * Configurations/DebugRelease.xcconfig:
     8
    192016-01-29  Enrica Casucci  <enrica@apple.com>
    210
  • trunk/Source/WebKit2/Configurations/DebugRelease.xcconfig

    r195795 r195844  
    5151
    5252WK_RELOCATABLE_FRAMEWORKS = YES;
    53 WK_XPC_SERVICE_SUFFIX = .Development;
     53WK_XPC_SERVICE_SUFFIX[sdk=macosx*] = .Development;
     54WK_XPC_SERVICE_SUFFIX[sdk=*simulator*] = .Development;
Note: See TracChangeset for help on using the changeset viewer.