Changeset 235099 in webkit


Ignore:
Timestamp:
Aug 20, 2018 4:10:21 PM (6 years ago)
Author:
Jonathan Bedard
Message:

WebKitTestRunner: Add watchOS entitlements
https://bugs.webkit.org/show_bug.cgi?id=188758

Reviewed by Tim Horton.

watchOS needs an additional entitlement to open up a socket for on-device testing.

  • WebKitTestRunner/Configurations/WebKitTestRunnerApp-watchOS.entitlements: Added.
  • WebKitTestRunner/Configurations/WebKitTestRunnerApp.xcconfig:
  • WebKitTestRunner/WebKitTestRunner.xcodeproj/project.pbxproj:
Location:
trunk/Tools
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r235096 r235099  
     12018-08-20  Jonathan Bedard  <jbedard@apple.com>
     2
     3        WebKitTestRunner: Add watchOS entitlements
     4        https://bugs.webkit.org/show_bug.cgi?id=188758
     5
     6        Reviewed by Tim Horton.
     7
     8        watchOS needs an additional entitlement to open up a socket for on-device testing.
     9
     10        * WebKitTestRunner/Configurations/WebKitTestRunnerApp-watchOS.entitlements: Added.
     11        * WebKitTestRunner/Configurations/WebKitTestRunnerApp.xcconfig:
     12        * WebKitTestRunner/WebKitTestRunner.xcodeproj/project.pbxproj:
     13
    1142018-08-20  Thomas Denney  <tdenney@apple.com>
    215
  • trunk/Tools/WebKitTestRunner/Configurations/WebKitTestRunnerApp.xcconfig

    r234888 r235099  
    4242
    4343CODE_SIGN_ENTITLEMENTS[sdk=iphone*] = Configurations/WebKitTestRunnerApp-iOS.entitlements;
     44CODE_SIGN_ENTITLEMENTS[sdk=watch*] = Configurations/WebKitTestRunnerApp-watchOS.entitlements;
  • trunk/Tools/WebKitTestRunner/WebKitTestRunner.xcodeproj/project.pbxproj

    r234685 r235099  
    276276                2EE52D161890A9FB0010ED21 /* mainIOS.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = mainIOS.mm; path = ../ios/mainIOS.mm; sourceTree = "<group>"; };
    277277                3110BE0F15BA011400D216AC /* WebNotificationProvider.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WebNotificationProvider.h; sourceTree = "<group>"; };
     278                311183AA212B1AC70077BCE0 /* WebKitTestRunnerApp-watchOS.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.entitlements; path = "WebKitTestRunnerApp-watchOS.entitlements"; sourceTree = "<group>"; };
    278279                31268EB91EF06A3B001963E2 /* UIKitTestSPI.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = UIKitTestSPI.h; path = ../TestRunnerShared/spi/UIKitTestSPI.h; sourceTree = "<group>"; };
    279280                3148A0531E6F85B600D3B316 /* IOSLayoutTestCommunication.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = IOSLayoutTestCommunication.cpp; path = ../TestRunnerShared/IOSLayoutTestCommunication.cpp; sourceTree = "<group>"; };
     
    768769                                A18510381B9ADF2200744AEB /* WebKitTestRunner.xcconfig */,
    769770                                9B0D132E2036D346008FC8FB /* WebKitTestRunnerApp-iOS.entitlements */,
     771                                311183AA212B1AC70077BCE0 /* WebKitTestRunnerApp-watchOS.entitlements */,
    770772                                A18510391B9ADFF800744AEB /* WebKitTestRunnerApp.xcconfig */,
    771773                                BC251A1811D16795002EBC01 /* WebKitTestRunnerLibrary.xcconfig */,
Note: See TracChangeset for help on using the changeset viewer.