Changeset 267670 in webkit
- Timestamp:
- Sep 27, 2020, 1:00:02 PM (6 years ago)
- Location:
- branches/safari-610-branch/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
SwiftOverlay/Configurations/WebKitSwiftOverlayTests.xcconfig (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-610-branch/Source/WebKit/ChangeLog
r267669 r267670 1 2020-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 1 34 2020-09-27 Alan Coon <alancoon@apple.com> 2 35 -
branches/safari-610-branch/Source/WebKit/SwiftOverlay/Configurations/WebKitSwiftOverlayTests.xcconfig
r267669 r267670 45 45 SDKROOT[sdk=appletv*] = appletvos.internal 46 46 SDKROOT[sdk=watchos*] = watchos.internal 47 48 // We need to generate swiftmodules for these architectures, so that they can be49 // 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 armv7s53 SWIFT_MODULE_ONLY_ARCHS[sdk=iphonesimulator*] = i38654 SWIFT_MODULE_ONLY_IPHONEOS_DEPLOYMENT_TARGET = 10.355 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.