Skip to content

Commit

Permalink
verve/update_swift_bridging_file
Browse files Browse the repository at this point in the history
  • Loading branch information
applovinAsh committed Nov 4, 2022
1 parent 6cd5bcf commit 652349a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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.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"
Expand Down
3 changes: 3 additions & 0 deletions Verve/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
5 changes: 3 additions & 2 deletions Verve/HyBid-Swift.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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;
Expand All @@ -576,5 +579,3 @@ SWIFT_CLASS("_TtC5HyBid19HyBidTargetingModel")
#endif
#pragma clang diagnostic pop
#endif


2 changes: 1 addition & 1 deletion Verve/VerveAdapter/ALVerveMediationAdapter.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#import <HyBid.h>
#import "HyBid-Swift.h"

#define ADAPTER_VERSION @"2.16.1.0"
#define ADAPTER_VERSION @"2.16.1.1"

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

0 comments on commit 652349a

Please sign in to comment.