Skip to content

Commit 731e879

Browse files
committed
Update podspec and package.swift
1 parent 1344c5d commit 731e879

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

BranchSDK.podspec

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,15 @@ Use the Branch SDK (branch.io) to create and power the links that point back to
1515
s.license = 'MIT'
1616
s.author = { "Branch" => "[email protected]" }
1717
s.source = { git: "https://github.com/BranchMetrics/ios-branch-deep-linking-attribution.git", tag: s.version.to_s }
18-
s.ios.deployment_target = '11.0'
19-
s.tvos.deployment_target = '11.0'
18+
s.ios.deployment_target = '12.0'
19+
s.tvos.deployment_target = '12.0'
2020

2121
s.ios.source_files = "BranchSDK/*.{h,m}"
2222

2323
s.tvos.source_files = "BranchSDK/*.{h,m}"
2424
s.tvos.exclude_files = "BranchSDK/BNCAdClient.{h,m}",
2525
"BranchSDK/BNCAppleSearchAds.{h,m}",
2626
"BranchSDK/BNCContentDiscoveryManager.{h,m}",
27-
"BranchSDK/BNCTelephony.{h,m}",
2827
"BranchSDK/BNCUserAgentCollector.{h,m}",
2928
"BranchSDK/BNCSpotlightService.{h,m}",
3029
"BranchSDK/BranchActivityItemProvider.{h,m}",
@@ -34,5 +33,5 @@ Use the Branch SDK (branch.io) to create and power the links that point back to
3433

3534
s.frameworks = 'CoreServices', 'SystemConfiguration'
3635
s.weak_framework = 'LinkPresentation'
37-
s.ios.frameworks = 'WebKit', 'CoreTelephony'
36+
s.ios.frameworks = 'WebKit'
3837
end

Package.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import PackageDescription
55
let package = Package(
66
name: "BranchSDK",
77
platforms: [
8-
.iOS(.v11),
9-
.tvOS(.v11),
8+
.iOS(.v12),
9+
.tvOS(.v12),
1010
],
1111
products: [
1212
.library(
@@ -21,7 +21,6 @@ let package = Package(
2121
linkerSettings: [
2222
.linkedFramework("CoreServices"),
2323
.linkedFramework("SystemConfiguration"),
24-
.linkedFramework("CoreTelephony", .when(platforms: [.iOS])),
2524
.linkedFramework("WebKit", .when(platforms: [.iOS])),
2625
.linkedFramework("CoreSpotlight", .when(platforms: [.iOS])),
2726
.linkedFramework("AdServices", .when(platforms: [.iOS]))

0 commit comments

Comments
 (0)