Skip to content

Commit e58bb10

Browse files
committed
Fix Photos framework not being available on watchOS
1 parent bb6b584 commit e58bb10

File tree

5 files changed

+6
-8
lines changed

5 files changed

+6
-8
lines changed

framework-crates/objc2-photos-ui/Cargo.toml

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

framework-crates/objc2-photos-ui/translation-config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ macos = "10.11"
55
maccatalyst = "13.0"
66
ios = "8.0"
77
tvos = "10.0"
8-
watchos = "9.0" # ?
8+
watchos = "9.0"
99
visionos = "1.0"

framework-crates/objc2-photos/Cargo.toml

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

framework-crates/objc2-photos/translation-config.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ macos = "10.11"
66
maccatalyst = "13.0"
77
ios = "8.0"
88
tvos = "10.0"
9-
watchos = "9.0"
109
visionos = "1.0"
1110

1211
# Needs `CGImagePropertyOrientation` from `ImageIO`

0 commit comments

Comments
 (0)