Skip to content

Commit

Permalink
Merge pull request #83 from bartlomein/master
Browse files Browse the repository at this point in the history
Adding VisionOS support
  • Loading branch information
talut authored Feb 15, 2024
2 parents ff406a9 + 8779770 commit 9ce062a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RNSecureStorage.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|

s.authors = package['author']
s.homepage = package['homepage']
s.platforms = { :ios => "10.0", :tvos => "9.2", :osx => "10.14" }
s.platforms = { :ios => "10.0", :tvos => "9.2", :osx => "10.14", :visionos => "1.0" }

s.source = { :git => "https://github.com/talut/rn-secure-storage.git", :tag => "v#{s.version}" }
s.source_files = "ios/**/*.{h,m,swift}"
Expand Down

0 comments on commit 9ce062a

Please sign in to comment.