Skip to content

Commit e374e06

Browse files
Merge pull request #70 from AppsFlyerSDK/dev/DELIVERY-103295/update-6.17.7
bump 6.17.7
2 parents cf747a6 + 3fe6c71 commit e374e06

File tree

31 files changed

+1343
-247
lines changed

31 files changed

+1343
-247
lines changed

AppsFlyerBinding.iOS/AppsFlyerBinding.iOS.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<SupportedOSPlatformVersion>12.0</SupportedOSPlatformVersion>
99
<RootNamespace>AppsFlyerXamarinBinding</RootNamespace>
1010
<AssemblyName>AppsFlyerBinding.iOS</AssemblyName>
11-
<AssemblyVersion>6.17.5</AssemblyVersion>
12-
<FileVersion>6.17.5</FileVersion>
11+
<AssemblyVersion>6.17.7</AssemblyVersion>
12+
<FileVersion>6.17.7</FileVersion>
1313
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1414
<EnableSwiftRuntimeSupport>true</EnableSwiftRuntimeSupport>
1515
</PropertyGroup>
@@ -23,7 +23,7 @@
2323
<Copyright>AppsFlyer</Copyright>
2424
<PackageProjectUrl>https://github.com/AppsFlyerSDK/XamariniOSBinding</PackageProjectUrl>
2525
<PackageReadmeFile>README.md</PackageReadmeFile>
26-
<PackageVersion>6.17.5</PackageVersion>
26+
<PackageVersion>6.17.7</PackageVersion>
2727
</PropertyGroup>
2828

2929
<ItemGroup>

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66

7+
## [6.17.7] - 2025-01-XX
8+
- Bump version to 6.17.7
9+
- Updated iOS SDK to v6.17.7
10+
711
## [6.17.5] - 2025-09-04
812
- Bump version to 6.17.5
913

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
Xamarin Binding integration guide For iOS
44

5-
AppsFlyer Xamarin Binding version `v6.17.5` <br>
6-
Built with AppsFlyer iOS SDK `v6.17.5`
5+
AppsFlyer Xamarin Binding version `v6.17.7` <br>
6+
Built with AppsFlyer iOS SDK `v6.17.7`
77

88
## ❗ v6 Breaking Changes
99

frameworks/AppsFlyerLib.xcframework/Info.plist

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,34 @@
66
<array>
77
<dict>
88
<key>BinaryPath</key>
9-
<string>AppsFlyerLib.framework/Versions/A/AppsFlyerLib</string>
9+
<string>AppsFlyerLib.framework/AppsFlyerLib</string>
1010
<key>LibraryIdentifier</key>
11-
<string>macos-arm64_x86_64</string>
11+
<string>tvos-arm64</string>
1212
<key>LibraryPath</key>
1313
<string>AppsFlyerLib.framework</string>
1414
<key>SupportedArchitectures</key>
1515
<array>
1616
<string>arm64</string>
17-
<string>x86_64</string>
1817
</array>
1918
<key>SupportedPlatform</key>
20-
<string>macos</string>
19+
<string>tvos</string>
2120
</dict>
2221
<dict>
2322
<key>BinaryPath</key>
2423
<string>AppsFlyerLib.framework/AppsFlyerLib</string>
2524
<key>LibraryIdentifier</key>
26-
<string>ios-arm64</string>
25+
<string>ios-arm64_x86_64-simulator</string>
2726
<key>LibraryPath</key>
2827
<string>AppsFlyerLib.framework</string>
2928
<key>SupportedArchitectures</key>
3029
<array>
3130
<string>arm64</string>
31+
<string>x86_64</string>
3232
</array>
3333
<key>SupportedPlatform</key>
3434
<string>ios</string>
35+
<key>SupportedPlatformVariant</key>
36+
<string>simulator</string>
3537
</dict>
3638
<dict>
3739
<key>BinaryPath</key>
@@ -54,21 +56,21 @@
5456
<key>BinaryPath</key>
5557
<string>AppsFlyerLib.framework/AppsFlyerLib</string>
5658
<key>LibraryIdentifier</key>
57-
<string>tvos-arm64</string>
59+
<string>ios-arm64</string>
5860
<key>LibraryPath</key>
5961
<string>AppsFlyerLib.framework</string>
6062
<key>SupportedArchitectures</key>
6163
<array>
6264
<string>arm64</string>
6365
</array>
6466
<key>SupportedPlatform</key>
65-
<string>tvos</string>
67+
<string>ios</string>
6668
</dict>
6769
<dict>
6870
<key>BinaryPath</key>
69-
<string>AppsFlyerLib.framework/AppsFlyerLib</string>
71+
<string>AppsFlyerLib.framework/Versions/A/AppsFlyerLib</string>
7072
<key>LibraryIdentifier</key>
71-
<string>ios-arm64_x86_64-simulator</string>
73+
<string>macos-arm64_x86_64</string>
7274
<key>LibraryPath</key>
7375
<string>AppsFlyerLib.framework</string>
7476
<key>SupportedArchitectures</key>
@@ -77,9 +79,7 @@
7779
<string>x86_64</string>
7880
</array>
7981
<key>SupportedPlatform</key>
80-
<string>ios</string>
81-
<key>SupportedPlatformVariant</key>
82-
<string>simulator</string>
82+
<string>macos</string>
8383
</dict>
8484
<dict>
8585
<key>BinaryPath</key>
0 Bytes
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)