Skip to content

Commit

Permalink
Verve/2.13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins committed May 12, 2022
1 parent f317e81 commit a53310a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Verve/AppLovinMediationVerveAdapter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ s.authors =
'AppLovin Corporation' => '[email protected]'
}
s.name = 'AppLovinMediationVerveAdapter'
s.version = '2.12.1.1'
s.version = '2.13.0.0'
s.platform = :ios, '9.0'
s.summary = 'Verve adapter used for mediation with the AppLovin MAX SDK'
s.homepage = "https://github.com/CocoaPods/Specs/search?o=desc&q=#{s.name}&s=indexed"
Expand All @@ -27,16 +27,16 @@ s.source =
:type => 'zip'
}

s.vendored_frameworks = "#{s.name}-#{s.version}/#{s.name}.framework"
s.vendored_frameworks = "#{s.name}-#{s.version}/#{s.name}.xcframework"

s.dependency 'HyBid', '= 2.12.1'
s.dependency 'HyBid', '= 2.13.0'
s.dependency 'AppLovinSDK'

s.pod_target_xcconfig =
{
'VALID_ARCHS' => 'arm64 arm64e armv7 armv7s x86_64',
'VALID_ARCHS[sdk=iphoneos*]' => 'arm64 arm64e armv7 armv7s',
'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64'
'VALID_ARCHS[sdk=iphonesimulator*]' => 'arm64 arm64e x86_64'
}

s.description = <<-DESC
Expand Down
4 changes: 4 additions & 0 deletions Verve/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.13.0.0
* Certified with Verve SDK 2.13.0.
* Distribute adapter as an XCFramework.

## 2.12.1.1
* Update ad display failed error code.

Expand Down
4 changes: 4 additions & 0 deletions Verve/VerveAdapter.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -301,9 +301,11 @@
6A561CED219BB5D400E3749A /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
CODE_SIGN_STYLE = Manual;
DEAD_CODE_STRIPPING = NO;
DEVELOPMENT_TEAM = X8JXXK4FF5;
EXCLUDED_ARCHS = i386;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
HEADER_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -325,9 +327,11 @@
6A561CEE219BB5D400E3749A /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
CODE_SIGN_STYLE = Manual;
DEAD_CODE_STRIPPING = NO;
DEVELOPMENT_TEAM = X8JXXK4FF5;
EXCLUDED_ARCHS = i386;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
HEADER_SEARCH_PATHS = (
"$(inherited)",
Expand Down
2 changes: 1 addition & 1 deletion Verve/VerveAdapter/ALVerveMediationAdapter.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#import "ALVerveMediationAdapter.h"
#import <HyBid.h>

#define ADAPTER_VERSION @"2.12.1.1"
#define ADAPTER_VERSION @"2.13.0.0"

@interface ALVerveMediationAdapterInterstitialAdDelegate : NSObject<HyBidInterstitialAdDelegate>
@property (nonatomic, weak) ALVerveMediationAdapter *parentAdapter;
Expand Down

0 comments on commit a53310a

Please sign in to comment.