Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit 6bacce5

Browse files
authored
Merge pull request #22 from magiclabs/ariflo-sc-72418-bump-ios-min-version
Bump iOS min version in swift.package to v13
2 parents c7ecb18 + 87b9f1d commit 6bacce5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

MagicSDK.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'MagicSDK'
6-
s.version = '7.0.0'
6+
s.version = '8.0.0'
77
s.summary = 'Magic IOS SDK'
88

99
s.description = <<-DESC
@@ -15,8 +15,8 @@ TODO: Add long description of the pod here.
1515
s.author = { 'Jerry Liu' => 'jerry@magic.link' }
1616
s.source = { :git => 'https://github.com/magiclabs/magic-ios.git', :tag => s.version.to_s }
1717
s.swift_version = '5.0'
18-
s.ios.deployment_target = '10.0'
19-
# s.osx.deployment_target = '10.12'
18+
s.ios.deployment_target = '13.0'
19+
# s.osx.deployment_target = '10.15'
2020

2121
s.source_files = 'Sources/MagicSDK/**/*'
2222

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import PackageDescription
66
let package = Package(
77
name: "MagicSDK",
88
platforms: [
9-
.iOS(.v10),
10-
.macOS(.v10_12)
9+
.iOS(.v13),
10+
.macOS(.v10_15)
1111
],
1212
products: [
1313
// Products define the executables and libraries a package produces, and make them visible to other packages.

0 commit comments

Comments
 (0)