Skip to content

Commit

Permalink
feat: added visionOS support
Browse files Browse the repository at this point in the history
closes #30
  • Loading branch information
mfkrause committed Sep 28, 2024
1 parent 21271f0 commit bc5bebb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ PODS:
- React-Mapbuffer (0.74.5):
- glog
- React-debug
- react-native-cloud-storage (1.4.1):
- react-native-cloud-storage (2.0.0):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -1464,7 +1464,7 @@ SPEC CHECKSUMS:
React-jsitracing: 3b6060bbf5317663667e1dd93560c7943ab86ccc
React-logger: 257858bd55f3a4e1bc0cf07ddc8fb9faba6f8c7c
React-Mapbuffer: 6c1cacdbf40b531f549eba249e531a7d0bfd8e7f
react-native-cloud-storage: f2dff757f446de82546eb9bfff627f7fdf4693c1
react-native-cloud-storage: c78adc8f77aabb44c86ae1098b976bc7ea243b2a
react-native-safe-area-context: f0d592c427d75508f2a7cd7375f533cc9283cd8a
React-nativeconfig: ba9a2e54e2f0882cf7882698825052793ed4c851
React-NativeModulesApple: 8d11ff8955181540585c944cf48e9e7236952697
Expand Down
2 changes: 1 addition & 1 deletion react-native-cloud-storage.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.license = package["license"]
s.authors = package["author"]

s.platforms = { :ios => "11.0" }
s.platforms = { :ios => "11.0", :visionos => "1.0" }
s.source = { :git => "https://github.com/Kuatsu/react-native-cloud-storage.git", :tag => "#{s.version}" }

s.source_files = "ios/**/*.{h,m,mm,swift}"
Expand Down

0 comments on commit bc5bebb

Please sign in to comment.