Skip to content

Commit

Permalink
Updated to v4.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dorin-ga committed Nov 9, 2023
1 parent 961c1b4 commit c72adb4
Show file tree
Hide file tree
Showing 38 changed files with 128 additions and 32 deletions.
2 changes: 1 addition & 1 deletion GA-SDK-IOS.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "GA-SDK-IOS"
s.version = "4.8.2"
s.version = "4.8.3"
s.homepage = "https://github.com/GameAnalytics/GA-SDK-IOS"
s.author = { "GameAnalytics" => "[email protected]" }
s.summary = "GameAnalytics SDK for iOS"
Expand Down
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.8.2</string>
<string>4.8.3</string>
</dict>
</plist>
Binary file modified GameAnalytics.framework/Versions/A/GameAnalytics
Binary file not shown.
12 changes: 12 additions & 0 deletions GameAnalytics.framework/Versions/A/Headers/GameAnalytics.h
Original file line number Diff line number Diff line change
Expand Up @@ -1573,6 +1573,18 @@ typedef enum GAAdError : NSInteger {
*/
+ (NSString *) getRemoteConfigsContentAsString;

/*!
@method
@abstract Get remote configs configurations as a valid json
@availability Available since (TBD)
@attribute For internal use.
*/
+ (NSString *) getRemoteConfigsContentAsJSON;


/*!
@method
Expand Down
20 changes: 14 additions & 6 deletions GameAnalytics.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,36 @@
<key>AvailableLibraries</key>
<array>
<dict>
<key>BinaryPath</key>
<string>GameAnalytics.framework/GameAnalytics</string>
<key>LibraryIdentifier</key>
<string>tvos-arm64</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>GameAnalyticsTVOS.framework</string>
<string>GameAnalytics.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>tvos</string>
<string>ios</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>GameAnalyticsTVOS.framework/GameAnalyticsTVOS</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>tvos-arm64</string>
<key>LibraryPath</key>
<string>GameAnalytics.framework</string>
<string>GameAnalyticsTVOS.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<string>tvos</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>GameAnalyticsTVOS.framework/GameAnalyticsTVOS</string>
<key>LibraryIdentifier</key>
<string>tvos-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
Expand All @@ -44,6 +50,8 @@
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>GameAnalytics.framework/GameAnalytics</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -1573,6 +1573,18 @@ typedef enum GAAdError : NSInteger {
*/
+ (NSString *) getRemoteConfigsContentAsString;

/*!
@method
@abstract Get remote configs configurations as a valid json
@availability Available since (TBD)
@attribute For internal use.
*/
+ (NSString *) getRemoteConfigsContentAsJSON;


/*!
@method
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
framework module GameAnalytics {
umbrella header "GameAnalytics.h"

export *

module * { export * }
}
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<dict>
<key>Headers/GameAnalytics.h</key>
<data>
saRcevWXd9DeJ+aB2JjdbhCpbFc=
oaVM0Os+GKdX2TCpuNv623mnS2s=
</data>
<key>Info.plist</key>
<data>
/knPy9K1bNRjN2uEjH48b2SDtXY=
0K2rsnqHJDf0vJn7u/6Zk52a1i8=
</data>
<key>Modules/module.modulemap</key>
<data>
SFrwYEvHDajgVFCbtyC4wLIJCFg=
EA3ob5TckGi9y/XFtXl2T7QkOJc=
</data>
</dict>
<key>files2</key>
Expand All @@ -23,22 +23,22 @@
<dict>
<key>hash</key>
<data>
saRcevWXd9DeJ+aB2JjdbhCpbFc=
oaVM0Os+GKdX2TCpuNv623mnS2s=
</data>
<key>hash2</key>
<data>
6xG6JL/J5yKpA21jxSppdS3NfnqiWDSW+Ko0aIbhARg=
u++GMW+pplyvAjhg5Dh88BhYnQjsbmfgcswni/DBLZ4=
</data>
</dict>
<key>Modules/module.modulemap</key>
<dict>
<key>hash</key>
<data>
SFrwYEvHDajgVFCbtyC4wLIJCFg=
EA3ob5TckGi9y/XFtXl2T7QkOJc=
</data>
<key>hash2</key>
<data>
m8s2RMBwuk1Onp+i2xU3eAe7zOQZWw4cAaxRy6AHxHw=
ePqK314pc/p9C5pFg+hGM49k4loquOcZOtr7lBSL2tw=
</data>
</dict>
</dict>
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -1573,6 +1573,18 @@ typedef enum GAAdError : NSInteger {
*/
+ (NSString *) getRemoteConfigsContentAsString;

/*!
@method
@abstract Get remote configs configurations as a valid json
@availability Available since (TBD)
@attribute For internal use.
*/
+ (NSString *) getRemoteConfigsContentAsJSON;


/*!
@method
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
framework module GameAnalytics {
umbrella header "GameAnalytics.h"

export *

module * { export * }
}
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<dict>
<key>Headers/GameAnalytics.h</key>
<data>
saRcevWXd9DeJ+aB2JjdbhCpbFc=
oaVM0Os+GKdX2TCpuNv623mnS2s=
</data>
<key>Info.plist</key>
<data>
yyIEn2xb/8XNwMSV4zO4PZfDqeg=
izrJ/+XS5xjgq/5vrg3IPaHeoBI=
</data>
<key>Modules/module.modulemap</key>
<data>
SFrwYEvHDajgVFCbtyC4wLIJCFg=
EA3ob5TckGi9y/XFtXl2T7QkOJc=
</data>
</dict>
<key>files2</key>
Expand All @@ -23,22 +23,22 @@
<dict>
<key>hash</key>
<data>
saRcevWXd9DeJ+aB2JjdbhCpbFc=
oaVM0Os+GKdX2TCpuNv623mnS2s=
</data>
<key>hash2</key>
<data>
6xG6JL/J5yKpA21jxSppdS3NfnqiWDSW+Ko0aIbhARg=
u++GMW+pplyvAjhg5Dh88BhYnQjsbmfgcswni/DBLZ4=
</data>
</dict>
<key>Modules/module.modulemap</key>
<dict>
<key>hash</key>
<data>
SFrwYEvHDajgVFCbtyC4wLIJCFg=
EA3ob5TckGi9y/XFtXl2T7QkOJc=
</data>
<key>hash2</key>
<data>
m8s2RMBwuk1Onp+i2xU3eAe7zOQZWw4cAaxRy6AHxHw=
ePqK314pc/p9C5pFg+hGM49k4loquOcZOtr7lBSL2tw=
</data>
</dict>
</dict>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -1573,6 +1573,18 @@ typedef enum GAAdError : NSInteger {
*/
+ (NSString *) getRemoteConfigsContentAsString;

/*!
@method
@abstract Get remote configs configurations as a valid json
@availability Available since (TBD)
@attribute For internal use.
*/
+ (NSString *) getRemoteConfigsContentAsJSON;


/*!
@method
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<dict>
<key>Headers/GameAnalytics.h</key>
<data>
saRcevWXd9DeJ+aB2JjdbhCpbFc=
oaVM0Os+GKdX2TCpuNv623mnS2s=
</data>
<key>Info.plist</key>
<data>
9VfH7D/0LoEnV10D4eyEWoacWAQ=
G63yVXjg+q/WPhSqzfKcoGmrOq4=
</data>
</dict>
<key>files2</key>
Expand All @@ -19,11 +19,11 @@
<dict>
<key>hash</key>
<data>
saRcevWXd9DeJ+aB2JjdbhCpbFc=
oaVM0Os+GKdX2TCpuNv623mnS2s=
</data>
<key>hash2</key>
<data>
6xG6JL/J5yKpA21jxSppdS3NfnqiWDSW+Ko0aIbhARg=
u++GMW+pplyvAjhg5Dh88BhYnQjsbmfgcswni/DBLZ4=
</data>
</dict>
</dict>
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -1573,6 +1573,18 @@ typedef enum GAAdError : NSInteger {
*/
+ (NSString *) getRemoteConfigsContentAsString;

/*!
@method
@abstract Get remote configs configurations as a valid json
@availability Available since (TBD)
@attribute For internal use.
*/
+ (NSString *) getRemoteConfigsContentAsJSON;


/*!
@method
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<dict>
<key>Headers/GameAnalytics.h</key>
<data>
saRcevWXd9DeJ+aB2JjdbhCpbFc=
oaVM0Os+GKdX2TCpuNv623mnS2s=
</data>
<key>Info.plist</key>
<data>
TQqd9xTI4BYIoHrQT6OnKFjSIk8=
msM65s1/OnEwcqXNiFnzXtN8s1E=
</data>
</dict>
<key>files2</key>
Expand All @@ -19,11 +19,11 @@
<dict>
<key>hash</key>
<data>
saRcevWXd9DeJ+aB2JjdbhCpbFc=
oaVM0Os+GKdX2TCpuNv623mnS2s=
</data>
<key>hash2</key>
<data>
6xG6JL/J5yKpA21jxSppdS3NfnqiWDSW+Ko0aIbhARg=
u++GMW+pplyvAjhg5Dh88BhYnQjsbmfgcswni/DBLZ4=
</data>
</dict>
</dict>
Expand Down
12 changes: 12 additions & 0 deletions Library non-bitcode/GameAnalytics.h
Original file line number Diff line number Diff line change
Expand Up @@ -1565,6 +1565,18 @@ typedef enum GAAdError : NSInteger {
*/
+ (NSString *) getRemoteConfigsContentAsString;

/*!
@method
@abstract Get remote configs configurations as a valid json
@availability Available since (TBD)
@attribute For internal use.
*/
+ (NSString *) getRemoteConfigsContentAsJSON;


/*!
@method
Expand Down
Binary file modified Library non-bitcode/libGameAnalytics.a
Binary file not shown.
12 changes: 12 additions & 0 deletions Library/GameAnalytics.h
Original file line number Diff line number Diff line change
Expand Up @@ -1565,6 +1565,18 @@ typedef enum GAAdError : NSInteger {
*/
+ (NSString *) getRemoteConfigsContentAsString;

/*!
@method
@abstract Get remote configs configurations as a valid json
@availability Available since (TBD)
@attribute For internal use.
*/
+ (NSString *) getRemoteConfigsContentAsJSON;


/*!
@method
Expand Down
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.8.3**
* added functionality to retrieve the remote configs as a json
* increased currency limit to 50 from 20

**4.8.2**
* fixed a bug where wwan was not detected correctly

Expand Down

0 comments on commit c72adb4

Please sign in to comment.