Skip to content

Commit

Permalink
SDK-1329 save progress on layout change merge
Browse files Browse the repository at this point in the history
  • Loading branch information
echo-branch committed Oct 17, 2022
1 parent f1ed934 commit 4abf00d
Show file tree
Hide file tree
Showing 203 changed files with 3,555 additions and 2,533 deletions.
25 changes: 0 additions & 25 deletions Branch-SDK/BNCAvailability.h

This file was deleted.

14 changes: 0 additions & 14 deletions Branch-SDK/BNCAvailability.m

This file was deleted.

57 changes: 0 additions & 57 deletions Branch-SDK/BranchPluginSupport.m

This file was deleted.

30 changes: 15 additions & 15 deletions Branch.podspec → BranchSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Branch"
s.version = "1.43.2"
s.name = "BranchSDK"
s.version = "1.45.0"
s.summary = "Create an HTTP URL for any piece of content in your app"
s.description = <<-DESC
- Want the highest possible conversions on your sharing feature?
Expand All @@ -15,21 +15,21 @@ Use the Branch SDK (branch.io) to create and power the links that point back to
s.license = 'MIT'
s.author = { "Branch" => "sdk-team@branch.io" }
s.source = { git: "https://github.com/BranchMetrics/ios-branch-deep-linking-attribution.git", tag: s.version.to_s }
s.ios.deployment_target = '9.0'
s.tvos.deployment_target = '9.0'
s.ios.deployment_target = '11.0'
s.tvos.deployment_target = '11.0'

s.ios.source_files = "Branch-SDK/*.{h,m}"
s.ios.source_files = "BranchSDK/*.{h,m}"

s.tvos.source_files = "Branch-SDK/*.{h,m}"
s.tvos.exclude_files = "Branch-SDK/BNCAdClient.{h,m}",
"Branch-SDK/BNCAppleSearchAds.{h,m}",
"Branch-SDK/BNCContentDiscoveryManager.{h,m}",
"Branch-SDK/BNCTelephony.{h,m}",
"Branch-SDK/BNCUserAgentCollector.{h,m}",
"Branch-SDK/BNCSpotlightService.{h,m}",
"Branch-SDK/BranchActivityItemProvider.{h,m}",
"Branch-SDK/BranchCSSearchableItemAttributeSet.{h,m}",
"Branch-SDK/BranchShareLink.{h,m}"
s.tvos.source_files = "BranchSDK/*.{h,m}"
s.tvos.exclude_files = "BranchSDK/BNCAdClient.{h,m}",
"BranchSDK/BNCAppleSearchAds.{h,m}",
"BranchSDK/BNCContentDiscoveryManager.{h,m}",
"BranchSDK/BNCTelephony.{h,m}",
"BranchSDK/BNCUserAgentCollector.{h,m}",
"BranchSDK/BNCSpotlightService.{h,m}",
"BranchSDK/BranchActivityItemProvider.{h,m}",
"BranchSDK/BranchCSSearchableItemAttributeSet.{h,m}",
"BranchSDK/BranchShareLink.{h,m}"

s.frameworks = 'CoreServices', 'SystemConfiguration'
s.weak_framework = 'LinkPresentation'
Expand Down
Loading

0 comments on commit 4abf00d

Please sign in to comment.