Skip to content

Commit

Permalink
Moved event saving in onPause to a background thread
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevenNefta committed Mar 4, 2024
1 parent d53ee2d commit f8168c6
Show file tree
Hide file tree
Showing 18 changed files with 348 additions and 279 deletions.
Binary file not shown.
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

This file was deleted.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ - (NSString *)SDKVersion {
}

- (NSString *)adapterVersion {
return @"1.1.2";
return @"1.1.3";
}

- (void)destroy {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<key>CFBundlePackageType</key>
<string>XFWK</string>
<key>Version</key>
<string>3.2.2</string>
<string>3.2.3</string>
<key>XCFrameworkFormatVersion</key>
<string>1.0</string>
</dict>
Expand Down

0 comments on commit f8168c6

Please sign in to comment.