Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Fix commented out verison
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariflo committed Mar 8, 2023
1 parent 83a10a7 commit 383ab1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MagicExt-OAuth.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ TODO: Add long description of the pod here.
s.source = { :git => 'https://github.com/magicLabs/magic-ios-ext.git', :tag => s.version.to_s }
s.swift_version = '5.0'
s.ios.deployment_target = '13.0'
# s.osx.deployment_target = '10.12'
# s.osx.deployment_target = '10.15'

s.source_files = 'Sources/MagicExt-OAuth/**/*'

Expand Down
2 changes: 1 addition & 1 deletion MagicExt-OIDC.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ TODO: Add long description of the pod here.
s.source = { :git => 'https://github.com/magicLabs/magic-ios-ext.git', :tag => s.version.to_s }
s.swift_version = '5.0'
s.ios.deployment_target = '13.0'
# s.osx.deployment_target = '10.12'
# s.osx.deployment_target = '10.15'

s.source_files = 'Sources/MagicExt-OIDC/**/*'

Expand Down

0 comments on commit 383ab1e

Please sign in to comment.