From 652349a5e028f796788204734e10f779493c47ba Mon Sep 17 00:00:00 2001 From: applovinAsh Date: Fri, 4 Nov 2022 12:26:07 -0700 Subject: [PATCH] verve/update_swift_bridging_file --- Verve/AppLovinMediationVerveAdapter.podspec | 2 +- Verve/CHANGELOG.md | 3 +++ Verve/HyBid-Swift.h | 5 +++-- Verve/VerveAdapter/ALVerveMediationAdapter.m | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Verve/AppLovinMediationVerveAdapter.podspec b/Verve/AppLovinMediationVerveAdapter.podspec index b6c7dfb99d..46cfcd93b3 100644 --- a/Verve/AppLovinMediationVerveAdapter.podspec +++ b/Verve/AppLovinMediationVerveAdapter.podspec @@ -5,7 +5,7 @@ s.authors = 'AppLovin Corporation' => 'devsupport@applovin.com' } s.name = 'AppLovinMediationVerveAdapter' -s.version = '2.16.1.0' +s.version = '2.16.1.1' s.platform = :ios, '10.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" diff --git a/Verve/CHANGELOG.md b/Verve/CHANGELOG.md index 09f82e91d8..0dad247df3 100644 --- a/Verve/CHANGELOG.md +++ b/Verve/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 2.16.1.1 +* Update swift bridging file. + ## 2.16.1.0 * Certified with Verve SDK 2.16.1. * Add additional details for ad display failures. diff --git a/Verve/HyBid-Swift.h b/Verve/HyBid-Swift.h index 3b075051b5..b302cd9f60 100644 --- a/Verve/HyBid-Swift.h +++ b/Verve/HyBid-Swift.h @@ -361,6 +361,8 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _No + (NSString * _Nonnull)RENDER_ERROR SWIFT_WARN_UNUSED_RESULT; SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull COMPANION_VIEW;) + (NSString * _Nonnull)COMPANION_VIEW SWIFT_WARN_UNUSED_RESULT; +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull REWARD;) ++ (NSString * _Nonnull)REWARD SWIFT_WARN_UNUSED_RESULT; - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; @end @@ -553,6 +555,7 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) HyBidSetting @end + SWIFT_CLASS("_TtC5HyBid15HyBidSkipOffset") @interface HyBidSkipOffset : NSObject @property (nonatomic, strong) NSNumber * _Nullable offset; @@ -576,5 +579,3 @@ SWIFT_CLASS("_TtC5HyBid19HyBidTargetingModel") #endif #pragma clang diagnostic pop #endif - - diff --git a/Verve/VerveAdapter/ALVerveMediationAdapter.m b/Verve/VerveAdapter/ALVerveMediationAdapter.m index 2c88e1c8ca..447385979f 100644 --- a/Verve/VerveAdapter/ALVerveMediationAdapter.m +++ b/Verve/VerveAdapter/ALVerveMediationAdapter.m @@ -10,7 +10,7 @@ #import #import "HyBid-Swift.h" -#define ADAPTER_VERSION @"2.16.1.0" +#define ADAPTER_VERSION @"2.16.1.1" @interface ALVerveMediationAdapterInterstitialAdDelegate : NSObject @property (nonatomic, weak) ALVerveMediationAdapter *parentAdapter;