Skip to content

Releases: Summerize/atinternet-ios-objc-sdk

2.2.7.3

03 Aug 10:10
Compare
Choose a tag to compare

Split podspec into 2 podspecs :

atinternet-ios-objc-sdk for App
atinternet-ios-objc-sdk-AppExtension for ... AppExtension !
How to test :
add this to AppTarget in your podfile
pod 'ATInternet-iOS-ObjC-SDK', :git => "https://github.com/Summerize/atinternet-ios-objc-sdk.git", :branch => "feature/podspec_split"

add this to AppExtensionTarget in your podfile
pod 'ATInternet-iOS-ObjC-SDK-AppExtension', :git => "https://github.com/Summerize/atinternet-ios-objc-sdk.git", :branch => "feature/podspec_split"

2.2.7.2

02 Aug 22:44
Compare
Choose a tag to compare

Workaround to fix AT support on a pod master target and extensions target.

target 'YourProject' do
pod 'ATInternet-iOS-ObjC-SDK', :git => "https://github.com/Summerize/atinternet-ios-objc-sdk.git", :branch => "master"
end

target 'YourExtensionProject' do
pod 'ATInternet-iOS-ObjC-SDK', :git => "https://github.com/Summerize/atinternet-ios-objc-sdk.git", :branch => "master"
end