Skip to content

Commit

Permalink
Fix Photos framework not being available on watchOS
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Nov 14, 2024
1 parent bb6b584 commit e58bb10
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
4 changes: 3 additions & 1 deletion framework-crates/objc2-photos-ui/Cargo.toml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion framework-crates/objc2-photos-ui/translation-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ macos = "10.11"
maccatalyst = "13.0"
ios = "8.0"
tvos = "10.0"
watchos = "9.0" # ?
watchos = "9.0"
visionos = "1.0"
5 changes: 1 addition & 4 deletions framework-crates/objc2-photos/Cargo.toml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion framework-crates/objc2-photos/translation-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ macos = "10.11"
maccatalyst = "13.0"
ios = "8.0"
tvos = "10.0"
watchos = "9.0"
visionos = "1.0"

# Needs `CGImagePropertyOrientation` from `ImageIO`
Expand Down

0 comments on commit e58bb10

Please sign in to comment.