Skip to content

Commit

Permalink
Update podspec to remove arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
Christina committed Oct 21, 2020
1 parent 88dc76e commit a7cefbb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions TealiumAppsFlyer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,12 @@ Pod::Spec.new do |s|

# ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.swift_version = "5.0"
s.platform = :ios, "10.0"
s.ios.deployment_target = "10.0"
s.platform = :ios, "9.0"
s.ios.deployment_target = "9.0"

# ――― Excluded Archs ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }

# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.source = { :git => "https://github.com/Tealium/tealium-ios-appsflyer-remote-command.git", :tag => "#{s.version}" }
Expand Down

0 comments on commit a7cefbb

Please sign in to comment.