Skip to content

Commit

Permalink
- Framework v.1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vladasdrejeris committed Sep 26, 2022
1 parent e3c6571 commit 2f55219
Show file tree
Hide file tree
Showing 31 changed files with 14 additions and 9 deletions.
3 changes: 2 additions & 1 deletion AdformTracking.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"1.5.1": "https://github.com/adform/adform-tracking-ios-sdk/releases/download/v.1.5.1/AdformTracking.framework.zip",
"1.6.0": "https://github.com/adform/adform-tracking-ios-sdk/releases/download/v.1.6.0/AdformTracking.framework.zip",
"1.7.0": "https://github.com/adform/adform-tracking-ios-sdk/releases/download/v.1.7.0/AdformTracking.framework.zip",
"1.8.0": "https://github.com/adform/adform-tracking-ios-sdk/releases/download/1.8.0/AdformTracking.xcframework.zip"
"1.8.0": "https://github.com/adform/adform-tracking-ios-sdk/releases/download/1.8.0/AdformTracking.xcframework.zip",
"1.9.0": "https://github.com/adform/adform-tracking-ios-sdk/releases/download/1.9.0/AdformTracking.xcframework.zip"
}
12 changes: 5 additions & 7 deletions AdformTracking.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,30 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_i386_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>AdformTracking.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_armv7</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>AdformTracking.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>armv7</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</data>
<key>Info.plist</key>
<data>
M3rHMXz7YoJcn+dFZDtra6q34z4=
BYW/yQ3nT2EQIcn4x4gJ1YfsThg=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -798,6 +798,12 @@ if (@available(iOS 14.0, *)) {
# Release notes
## 1.9.0
### New Features
* iOS 16 support.
## 1.8.0
### New Features
Expand Down

0 comments on commit 2f55219

Please sign in to comment.