Skip to content

Commit 0c1c5d6

Browse files
committed
Revert "Add a missing SceneKit dependency to WatchKit"
This reverts commit 6ef2f82. It was a wrong fix for the build failures.
1 parent 6ef2f82 commit 0c1c5d6

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 SceneKit
4+
SWIFT_MODULE_DEPENDS Foundation UIKit CoreGraphics CoreLocation
55
FRAMEWORK_DEPENDS_WEAK WatchKit
66
SWIFT_COMPILE_FLAGS_WATCHOS -Xfrontend -disable-autolink-framework -Xfrontend CoreText
77
)

0 commit comments

Comments
 (0)