Skip to content

Commit

Permalink
Fixed rare iOS crash during initialization when accessing bundle reso…
Browse files Browse the repository at this point in the history
…urces
  • Loading branch information
TrevenNefta committed Apr 17, 2024
1 parent b51ca03 commit 07ef6a9
Show file tree
Hide file tree
Showing 16 changed files with 806 additions and 952 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ - (NSString *)SDKVersion {
}

- (NSString *)adapterVersion {
return @"1.1.8";
return @"1.1.9";
}

- (void)destroy {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<key>CFBundlePackageType</key>
<string>XFWK</string>
<key>Version</key>
<string>3.2.8</string>
<string>3.2.9</string>
<key>XCFrameworkFormatVersion</key>
<string>1.0</string>
</dict>
Expand Down
Binary file not shown.

0 comments on commit 07ef6a9

Please sign in to comment.