Skip to content

Commit 6ebfd80

Browse files
authored
Merge pull request #67 from AppsFlyerSDK/dev/DELIVERY-101339/6.17.3-bump
Version bump 6.17.3
2 parents 65fc146 + 530cdf1 commit 6ebfd80

File tree

76 files changed

+4535
-1817
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+4535
-1817
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.22</AssemblyVersion>
12-
<FileVersion>6.17.22</FileVersion>
11+
<AssemblyVersion>6.17.3</AssemblyVersion>
12+
<FileVersion>6.17.3</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.22</PackageVersion>
26+
<PackageVersion>6.17.3</PackageVersion>
2727
</PropertyGroup>
2828

2929
<ItemGroup>

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +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.22] - 2024-08-14
7+
## [6.17.3] - 2025-08-25
8+
- Bump version to 6.17.3
9+
10+
## [6.17.22] - 2025-08-14
811

912
### Fixed
1013
- Hotfix: Updated NuGet package version reference to 6.17.22

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.22` <br>
6-
Built with AppsFlyer iOS SDK `v6.17.2`
5+
AppsFlyer Xamarin Binding version `v6.17.3` <br>
6+
Built with AppsFlyer iOS SDK `v6.17.3`
77

88
## ❗ v6 Breaking Changes
99

frameworks/AppsFlyerLib.xcframework/Info.plist

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<key>BinaryPath</key>
99
<string>AppsFlyerLib.framework/AppsFlyerLib</string>
1010
<key>LibraryIdentifier</key>
11-
<string>ios-arm64_x86_64-simulator</string>
11+
<string>tvos-arm64_x86_64-simulator</string>
1212
<key>LibraryPath</key>
1313
<string>AppsFlyerLib.framework</string>
1414
<key>SupportedArchitectures</key>
@@ -17,46 +17,46 @@
1717
<string>x86_64</string>
1818
</array>
1919
<key>SupportedPlatform</key>
20-
<string>ios</string>
20+
<string>tvos</string>
2121
<key>SupportedPlatformVariant</key>
2222
<string>simulator</string>
2323
</dict>
2424
<dict>
2525
<key>BinaryPath</key>
2626
<string>AppsFlyerLib.framework/AppsFlyerLib</string>
2727
<key>LibraryIdentifier</key>
28-
<string>tvos-arm64_x86_64-simulator</string>
28+
<string>ios-arm64</string>
2929
<key>LibraryPath</key>
3030
<string>AppsFlyerLib.framework</string>
3131
<key>SupportedArchitectures</key>
3232
<array>
3333
<string>arm64</string>
34-
<string>x86_64</string>
3534
</array>
3635
<key>SupportedPlatform</key>
37-
<string>tvos</string>
38-
<key>SupportedPlatformVariant</key>
39-
<string>simulator</string>
36+
<string>ios</string>
4037
</dict>
4138
<dict>
4239
<key>BinaryPath</key>
43-
<string>AppsFlyerLib.framework/AppsFlyerLib</string>
40+
<string>AppsFlyerLib.framework/Versions/A/AppsFlyerLib</string>
4441
<key>LibraryIdentifier</key>
45-
<string>tvos-arm64</string>
42+
<string>ios-arm64_x86_64-maccatalyst</string>
4643
<key>LibraryPath</key>
4744
<string>AppsFlyerLib.framework</string>
4845
<key>SupportedArchitectures</key>
4946
<array>
5047
<string>arm64</string>
48+
<string>x86_64</string>
5149
</array>
5250
<key>SupportedPlatform</key>
53-
<string>tvos</string>
51+
<string>ios</string>
52+
<key>SupportedPlatformVariant</key>
53+
<string>maccatalyst</string>
5454
</dict>
5555
<dict>
5656
<key>BinaryPath</key>
57-
<string>AppsFlyerLib.framework/Versions/A/AppsFlyerLib</string>
57+
<string>AppsFlyerLib.framework/AppsFlyerLib</string>
5858
<key>LibraryIdentifier</key>
59-
<string>ios-arm64_x86_64-maccatalyst</string>
59+
<string>ios-arm64_x86_64-simulator</string>
6060
<key>LibraryPath</key>
6161
<string>AppsFlyerLib.framework</string>
6262
<key>SupportedArchitectures</key>
@@ -67,21 +67,21 @@
6767
<key>SupportedPlatform</key>
6868
<string>ios</string>
6969
<key>SupportedPlatformVariant</key>
70-
<string>maccatalyst</string>
70+
<string>simulator</string>
7171
</dict>
7272
<dict>
7373
<key>BinaryPath</key>
7474
<string>AppsFlyerLib.framework/AppsFlyerLib</string>
7575
<key>LibraryIdentifier</key>
76-
<string>ios-arm64</string>
76+
<string>tvos-arm64</string>
7777
<key>LibraryPath</key>
7878
<string>AppsFlyerLib.framework</string>
7979
<key>SupportedArchitectures</key>
8080
<array>
8181
<string>arm64</string>
8282
</array>
8383
<key>SupportedPlatform</key>
84-
<string>ios</string>
84+
<string>tvos</string>
8585
</dict>
8686
<dict>
8787
<key>BinaryPath</key>
156 Bytes
Binary file not shown.
176 Bytes
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)