Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/Constants.watch.cs.in
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ namespace ObjCRuntime {
// WatchOS 4.0
public const string CoreBluetoothLibrary = "/System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth";
public const string CoreMLLibrary = "/System/Library/Frameworks/CoreML.framework/CoreML";
public const string CoreVideoLibrary = "/System/Library/Frameworks/CoreVideo.framework/CoreVideo";
public const string VisionLibrary = "/System/Library/Frameworks/Vision.framework/Vision";
}
}
4 changes: 1 addition & 3 deletions src/frameworks.sources
Original file line number Diff line number Diff line change
Expand Up @@ -1573,6 +1573,7 @@ COMMON_FRAMEWORKS = \
CoreBluetooth \
CoreFoundation \
CoreML \
CoreVideo \
Foundation \
GameKit \
SceneKit \
Expand Down Expand Up @@ -1600,7 +1601,6 @@ MAC_FRAMEWORKS = \
CoreMidi \
CoreServices \
CoreText \
CoreVideo \
CoreWlan \
EventKit \
ExternalAccessory \
Expand Down Expand Up @@ -1676,7 +1676,6 @@ IOS_FRAMEWORKS = \
CoreSpotlight \
CoreTelephony \
CoreText \
CoreVideo \
DeviceCheck \
EventKit \
EventKitUI \
Expand Down Expand Up @@ -1777,7 +1776,6 @@ TVOS_FRAMEWORKS = \
CoreMedia \
CoreSpotlight \
CoreText \
CoreVideo \
DeviceCheck \
ExternalAccessory \
GLKit \
Expand Down