Skip to content

Commit

Permalink
Updated to v4.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Gogoshika-ga committed Sep 19, 2024
1 parent d2ae0ce commit 52a3fd8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GA-SDK-TVOS.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "GA-SDK-TVOS"
s.version = "4.10.1"
s.version = "4.10.3"
s.homepage = "https://github.com/GameAnalytics/GA-SDK-TVOS"
s.author = { "GameAnalytics" => "[email protected]" }
s.summary = "GameAnalytics SDK for tvOS"
Expand Down
2 changes: 1 addition & 1 deletion GameAnalyticsTVOS.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.tvos</string>
<key>CFBundleShortVersionString</key>
<string>4.10.1</string>
<string>4.10.3</string>
</dict>
</plist>
Binary file modified GameAnalyticsTVOS.framework/Versions/A/GameAnalyticsTVOS
Binary file not shown.
Binary file modified Library/libGameAnalyticsTVOS.a
Binary file not shown.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ If you have any issues or feedback regarding the SDK, please contact our friendl
Changelog
---------
<!--(CHANGELOG_TOP)-->
**4.10.3**
* added Support for Xcode 15.4
* fixed crash at launch caused by va_list wrong usage
* improved logging

**4.10.1**
* consent status is now tracked correctly
* bug fix for fps tracking
Expand Down

0 comments on commit 52a3fd8

Please sign in to comment.