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

Changeset 267670 in webkit


Ignore:
Timestamp:
Sep 27, 2020, 1:00:02 PM (6 years ago)
Author:
Alan Coon
Message:

Cherry-pick r265977. rdar://problem/69594018

Could not find module 'WebKit' for target 'armv7-apple-ios'
<https://bugs.webkit.org/show_bug.cgi?id=215190>
<rdar://problem/65642049>

Reviewed by Brady Eidson.

The config changes here got added to the wrong config file. They need to
be for the overlay, not its tests.

  • SwiftOverlay/Configurations/WebKitSwiftOverlay.xcconfig:
  • SwiftOverlay/Configurations/WebKitSwiftOverlayTests.xcconfig:

git-svn-id: https://svn.webkit.org/repository/webkit/trunk@265977 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Location:
branches/safari-610-branch/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-610-branch/Source/WebKit/ChangeLog

    r267669 r267670  
     12020-09-27  Alan Coon  <alancoon@apple.com>
     2
     3        Cherry-pick r265977. rdar://problem/69594018
     4
     5    Could not find module 'WebKit' for target 'armv7-apple-ios'
     6    <https://bugs.webkit.org/show_bug.cgi?id=215190>
     7    <rdar://problem/65642049>
     8   
     9    Reviewed by Brady Eidson.
     10   
     11    The config changes here got added to the wrong config file. They need to
     12    be for the overlay, not its tests.
     13   
     14    * SwiftOverlay/Configurations/WebKitSwiftOverlay.xcconfig:
     15    * SwiftOverlay/Configurations/WebKitSwiftOverlayTests.xcconfig:
     16   
     17   
     18    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@265977 268f45cc-cd09-0410-ab3c-d52691b4dbfc
     19
     20    2020-08-20  James Savage  <james.savage@apple.com>
     21
     22            Could not find module 'WebKit' for target 'armv7-apple-ios'
     23            <https://bugs.webkit.org/show_bug.cgi?id=215190>
     24            <rdar://problem/65642049>
     25
     26            Reviewed by Brady Eidson.
     27
     28            The config changes here got added to the wrong config file. They need to
     29            be for the overlay, not its tests.
     30
     31            * SwiftOverlay/Configurations/WebKitSwiftOverlay.xcconfig:
     32            * SwiftOverlay/Configurations/WebKitSwiftOverlayTests.xcconfig:
     33
    1342020-09-27  Alan Coon  <alancoon@apple.com>
    235
  • branches/safari-610-branch/Source/WebKit/SwiftOverlay/Configurations/WebKitSwiftOverlayTests.xcconfig

    r267669 r267670  
    4545SDKROOT[sdk=appletv*] = appletvos.internal
    4646SDKROOT[sdk=watchos*] = watchos.internal
    47 
    48 // We need to generate swiftmodules for these architectures, so that they can be
    49 // imported in apps that are deployable on OS versions that support them.
    50 // However, we can only generate module files for these; we can't emit binaries.
    51 // (All imported definitions will be unavailable on these older OS versions.)
    52 SWIFT_MODULE_ONLY_ARCHS[sdk=iphoneos*] = armv7 armv7s
    53 SWIFT_MODULE_ONLY_ARCHS[sdk=iphonesimulator*] = i386
    54 SWIFT_MODULE_ONLY_IPHONEOS_DEPLOYMENT_TARGET = 10.3
    55 SWIFT_MODULE_ONLY_ARCHS[sdk=watchos*] =
    56 SWIFT_MODULE_ONLY_ARCHS[sdk=watchsimulator*] =
    57 SWIFT_MODULE_ONLY_ARCHS[sdk=appletvos*] =
    58 SWIFT_MODULE_ONLY_ARCHS[sdk=appletvsimulator*] =
Note: See TracChangeset for help on using the changeset viewer.