Skip to content

Commit

Permalink
feat: add visionos support
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysztofMoch committed Dec 14, 2023
1 parent e70e889 commit a709aef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions PromisesObjC.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Pod::Spec.new do |s|
s.osx.deployment_target = '10.11'
s.tvos.deployment_target = '9.0'
s.watchos.deployment_target = '2.0'
s.visionos.deployment_target = '1.0'

s.module_name = 'FBLPromises'
s.prefix_header_file = false
Expand Down
1 change: 1 addition & 0 deletions PromisesSwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Pod::Spec.new do |s|
s.osx.deployment_target = '10.11'
s.tvos.deployment_target = '9.0'
s.watchos.deployment_target = '2.0'
s.visionos.deployment_target = '1.0'
s.swift_versions = ['5.0', '5.2']

s.module_name = 'Promises'
Expand Down

0 comments on commit a709aef

Please sign in to comment.