Skip to content

Commit

Permalink
Updated to v4.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Gogoshika-ga committed Oct 1, 2024
1 parent f99e079 commit 0c93ddf
Show file tree
Hide file tree
Showing 20 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion GameAnalytics.framework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
<key>CFBundleIdentifier</key>
<string>com.gameanalytics.sdk.ios</string>
<key>CFBundleShortVersionString</key>
<string>4.10.3</string>
<string>4.10.4</string>
</dict>
</plist>
Binary file modified GameAnalytics.framework/Versions/A/GameAnalytics
Binary file not shown.
10 changes: 5 additions & 5 deletions GameAnalytics.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -39,32 +39,32 @@
<key>BinaryPath</key>
<string>GameAnalyticsTVOS.framework/GameAnalyticsTVOS</string>
<key>LibraryIdentifier</key>
<string>tvos-arm64</string>
<string>tvos-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>GameAnalyticsTVOS.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>tvos</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>GameAnalyticsTVOS.framework/GameAnalyticsTVOS</string>
<key>LibraryIdentifier</key>
<string>tvos-arm64_x86_64-simulator</string>
<string>tvos-arm64</string>
<key>LibraryPath</key>
<string>GameAnalyticsTVOS.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>tvos</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.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</data>
<key>Info.plist</key>
<data>
4yS5QZJQVIF31HS3gfG4jQlAxbY=
i8Q2OywQMLXg7sxj0ThqLPtYR3E=
</data>
<key>Modules/module.modulemap</key>
<data>
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.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</data>
<key>Info.plist</key>
<data>
pKEpOyAwkXg/yR0kAHTjv6X4Ets=
X0dp4e5+jBImlllayuO+mLaXCXo=
</data>
<key>PrivacyInfo.xcprivacy</key>
<data>
Expand Down
Binary file modified Library non-bitcode/libGameAnalytics.a
Binary file not shown.
Binary file modified Library/libGameAnalytics.a
Binary file not shown.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ If you have any issues or feedback regarding the SDK, please contact our friendl
Changelog
---------
<!--(CHANGELOG_TOP)-->
**4.10.4**
* update iOS Deployment Target to iOS 12
* fixed issue with not allowing iOS Simulator for cocoapods installs

**4.10.3**
* added Support for Xcode 15.4
* fixed crash at launch caused by va_list wrong usage
Expand Down

0 comments on commit 0c93ddf

Please sign in to comment.