Skip to content

Commit

Permalink
Fixed rare crash during initialization when accessing bundle resources
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevenNefta committed Apr 17, 2024
1 parent fb49083 commit 78b8f75
Show file tree
Hide file tree
Showing 47 changed files with 847 additions and 992 deletions.
Binary file not shown.
Binary file not shown.
Expand Up @@ -26,7 +26,7 @@ + (GADVersionNumber)adSDKVersion {
}

+ (GADVersionNumber)adapterVersion {
GADVersionNumber version = {1, 0, 4};
GADVersionNumber version = {1, 0, 5};
return version;
}

Expand All @@ -41,6 +41,7 @@ + (void) setUpWithConfiguration:(GADMediationServerConfiguration *)configuration
dispatch_async(dispatch_get_main_queue(), ^{
if (_plugin == nil) {
completionHandler([NSError errorWithDomain: _errorDomain code: NeftaAdapterErrorCodeInvalidServerParameters userInfo: nil]);
return;
}
[NeftaAdapter Init];

Expand Down
File renamed without changes.
File renamed without changes.
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 78b8f75

Please sign in to comment.