Skip to content

Commit

Permalink
Removed unused access to iidentifierForVendor
Browse files Browse the repository at this point in the history
Fixed some corner cases when playing rewarded video
  • Loading branch information
TrevenNefta committed Mar 26, 2024
1 parent 076a510 commit 49bc38e
Show file tree
Hide file tree
Showing 47 changed files with 2,041 additions and 3,011 deletions.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file added NeftaAMAdapter-1.0.2.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ + (GADVersionNumber)adSDKVersion {
}

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,41 +7,41 @@
<dict>
<key>BinaryPath</key>
<string>NeftaSDK.framework/NeftaSDK</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>NeftaSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>NeftaSDK.framework/NeftaSDK</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>NeftaSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
<string>XFWK</string>
<key>Version</key>
<string>3.2.5</string>
<string>3.2.6</string>
<key>XCFrameworkFormatVersion</key>
<string>1.0</string>
</dict>
Expand Down

0 comments on commit 49bc38e

Please sign in to comment.