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

Commit

Permalink
Merge pull request #12 from magiclabs/ariflo-sc-89492-update-dependen…
Browse files Browse the repository at this point in the history
…cies

Updates MagicSDK Dependency Versions
  • Loading branch information
Ariflo authored Oct 26, 2023
2 parents f563579 + 3288c57 commit 3261b73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MagicExt-OAuth.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ TODO: Add long description of the pod here.

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

s.dependency 'MagicSDK', '~> 7.0'
s.dependency 'MagicSDK', '~> 9.0'

s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
end
2 changes: 1 addition & 1 deletion MagicExt-OIDC.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ TODO: Add long description of the pod here.

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

s.dependency 'MagicSDK', '~> 7.0'
s.dependency 'MagicSDK', '~> 9.0'

s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
end
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ let package = Package(
targets: ["MagicExt-OIDC"]),
],
dependencies: [
.package(url: "https://github.com/magiclabs/magic-ios.git", from: "8.0.0")
.package(url: "https://github.com/magiclabs/magic-ios.git", from: "9.0.0")
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down

0 comments on commit 3261b73

Please sign in to comment.