Changeset 265322 in webkit
- Timestamp:
- Aug 6, 2020, 1:41:53 AM (6 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
SwiftOverlay/Configurations/WebKitSwiftOverlayTests.xcconfig (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r265315 r265322 1 2020-08-06 James Savage <james.savage@apple.com> 2 3 Could not find module 'WebKit' for target 'armv7-apple-ios' 4 <https://bugs.webkit.org/show_bug.cgi?id=215190> 5 <rdar://problem/65642049> 6 7 Reviewed by Brady Eidson. 8 9 * SwiftOverlay/Configurations/WebKitSwiftOverlayTests.xcconfig: Define 10 SWIFT_MODULE_ONLY_ARCHS to emit other architectures. 11 1 12 2020-08-05 Tim Horton <timothy_horton@apple.com> 2 13 -
trunk/Source/WebKit/SwiftOverlay/Configurations/WebKitSwiftOverlayTests.xcconfig
r262089 r265322 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 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.