Skip to content

Commit 6ef2f82

Browse files
committed
Add a missing SceneKit dependency to WatchKit
1 parent 7fddadf commit 6ef2f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
add_swift_library(swiftWatchKit IS_SDK_OVERLAY
22
WatchKit.swift
33
TARGET_SDKS IOS IOS_SIMULATOR WATCHOS WATCHOS_SIMULATOR
4-
SWIFT_MODULE_DEPENDS Foundation UIKit CoreGraphics CoreLocation
4+
SWIFT_MODULE_DEPENDS Foundation UIKit CoreGraphics CoreLocation SceneKit
55
FRAMEWORK_DEPENDS_WEAK WatchKit
66
SWIFT_COMPILE_FLAGS_WATCHOS -Xfrontend -disable-autolink-framework -Xfrontend CoreText
77
)

0 commit comments

Comments
 (0)