Skip to content

Commit

Permalink
Merge pull request #44 from appier/release_ads_sdk
Browse files Browse the repository at this point in the history
Release Ads SDK v1.1.2
  • Loading branch information
justinkuo-appier authored Sep 21, 2022
2 parents 9b1a2d0 + 68fc1f9 commit e0e7a85
Show file tree
Hide file tree
Showing 14 changed files with 40 additions and 58 deletions.
10 changes: 5 additions & 5 deletions AppierAds.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,30 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>AppierAds.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>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>AppierAds.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>
Expand Down
Binary file modified AppierAds.xcframework/ios-arm64/AppierAds.framework/AppierAds
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -334,9 +334,9 @@ SWIFT_CLASS("_TtC9AppierAds11APRNativeAd")
@property (nonatomic, readonly, copy) NSString * _Nullable title;
@property (nonatomic, readonly, copy) NSString * _Nullable mainText;
@property (nonatomic, readonly, copy) NSString * _Nullable callToAction;
@property (nonatomic, readonly, strong) UIImage * _Nullable iconImage;
@property (nonatomic, readonly, strong) UIImage * _Nullable mainImage;
@property (nonatomic, readonly, strong) UIImage * _Nullable privacyInformationImage;
@property (nonatomic, strong) UIImage * _Nullable iconImage;
@property (nonatomic, strong) UIImage * _Nullable mainImage;
@property (nonatomic, strong) UIImage * _Nullable privacyInformationImage;
- (nonnull instancetype)initWithAdUnitId:(id <APRAdUnitIdentifier> _Nonnull)adUnitId;
- (void)setWithRenderer:(id <APRNativeAdRendering> _Nonnull)renderer;
- (void)loadAd;
Expand Down
Binary file modified AppierAds.xcframework/ios-arm64/AppierAds.framework/Info.plist
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,9 @@ import os
@objc public var callToAction: Swift.String? {
@objc get
}
@objc public var iconImage: UIKit.UIImage? {
@objc get
}
@objc public var mainImage: UIKit.UIImage? {
@objc get
}
@objc public var privacyInformationImage: UIKit.UIImage? {
@objc get
}
@objc public var iconImage: UIKit.UIImage?
@objc public var mainImage: UIKit.UIImage?
@objc public var privacyInformationImage: UIKit.UIImage?
public var clickDestinationUrl: Foundation.URL? {
get
}
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -336,9 +336,9 @@ SWIFT_CLASS("_TtC9AppierAds11APRNativeAd")
@property (nonatomic, readonly, copy) NSString * _Nullable title;
@property (nonatomic, readonly, copy) NSString * _Nullable mainText;
@property (nonatomic, readonly, copy) NSString * _Nullable callToAction;
@property (nonatomic, readonly, strong) UIImage * _Nullable iconImage;
@property (nonatomic, readonly, strong) UIImage * _Nullable mainImage;
@property (nonatomic, readonly, strong) UIImage * _Nullable privacyInformationImage;
@property (nonatomic, strong) UIImage * _Nullable iconImage;
@property (nonatomic, strong) UIImage * _Nullable mainImage;
@property (nonatomic, strong) UIImage * _Nullable privacyInformationImage;
- (nonnull instancetype)initWithAdUnitId:(id <APRAdUnitIdentifier> _Nonnull)adUnitId;
- (void)setWithRenderer:(id <APRNativeAdRendering> _Nonnull)renderer;
- (void)loadAd;
Expand Down Expand Up @@ -741,9 +741,9 @@ SWIFT_CLASS("_TtC9AppierAds11APRNativeAd")
@property (nonatomic, readonly, copy) NSString * _Nullable title;
@property (nonatomic, readonly, copy) NSString * _Nullable mainText;
@property (nonatomic, readonly, copy) NSString * _Nullable callToAction;
@property (nonatomic, readonly, strong) UIImage * _Nullable iconImage;
@property (nonatomic, readonly, strong) UIImage * _Nullable mainImage;
@property (nonatomic, readonly, strong) UIImage * _Nullable privacyInformationImage;
@property (nonatomic, strong) UIImage * _Nullable iconImage;
@property (nonatomic, strong) UIImage * _Nullable mainImage;
@property (nonatomic, strong) UIImage * _Nullable privacyInformationImage;
- (nonnull instancetype)initWithAdUnitId:(id <APRAdUnitIdentifier> _Nonnull)adUnitId;
- (void)setWithRenderer:(id <APRNativeAdRendering> _Nonnull)renderer;
- (void)loadAd;
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,9 @@ import os
@objc public var callToAction: Swift.String? {
@objc get
}
@objc public var iconImage: UIKit.UIImage? {
@objc get
}
@objc public var mainImage: UIKit.UIImage? {
@objc get
}
@objc public var privacyInformationImage: UIKit.UIImage? {
@objc get
}
@objc public var iconImage: UIKit.UIImage?
@objc public var mainImage: UIKit.UIImage?
@objc public var privacyInformationImage: UIKit.UIImage?
public var clickDestinationUrl: Foundation.URL? {
get
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,9 @@ import os
@objc public var callToAction: Swift.String? {
@objc get
}
@objc public var iconImage: UIKit.UIImage? {
@objc get
}
@objc public var mainImage: UIKit.UIImage? {
@objc get
}
@objc public var privacyInformationImage: UIKit.UIImage? {
@objc get
}
@objc public var iconImage: UIKit.UIImage?
@objc public var mainImage: UIKit.UIImage?
@objc public var privacyInformationImage: UIKit.UIImage?
public var clickDestinationUrl: Foundation.URL? {
get
}
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,35 +6,35 @@
<dict>
<key>Headers/AppierAds-Swift.h</key>
<data>
iOSGFV1EhQfVrT0JTHYz9lUGbvk=
uqSch8k13gavCtLzysFdMMnt7PM=
</data>
<key>Info.plist</key>
<data>
vUhHyDJqUnVSmvXlxxAHhVnmnMo=
cWMUEqw4J47gwBpVJUiLH9NQtSk=
</data>
<key>Modules/AppierAds.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
<data>
FWFkH/6o2MGQz8Pt+t4KJHXGg1s=
</data>
<key>Modules/AppierAds.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
<data>
J/RipLwtpIj7QcBl9QkFIZaGrZQ=
AtmL/J/t0Q/ZZqImjICCzIcMIFc=
</data>
<key>Modules/AppierAds.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
<data>
+lkBVhxVP0VVqFn8OF8NoRIAOHo=
2QoUer1j58rdZGZlnoeh3rVc/ug=
</data>
<key>Modules/AppierAds.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
<data>
B12VD2NDv3codU9wtle6gMkHfeU=
</data>
<key>Modules/AppierAds.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
<data>
WAp6AOtmarl9DTkFRTi76irG2Hc=
EmRnaNoc41ykwMTdF4OAfLQOVng=
</data>
<key>Modules/AppierAds.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
<data>
RHpG5n1D9qL/hHYp6I9wualhGS8=
2gnzRIRc4iCjjkzDzBAkzYDfnqU=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand All @@ -47,11 +47,11 @@
<dict>
<key>hash</key>
<data>
iOSGFV1EhQfVrT0JTHYz9lUGbvk=
uqSch8k13gavCtLzysFdMMnt7PM=
</data>
<key>hash2</key>
<data>
PmfcHZi+rXiShHNVY81TTgj77Jhf0kqFkX9FYedj8og=
PQ2eI+6KCrLNnt/iWpB9mE0GESWK1TkjWpg6/Yb9thQ=
</data>
</dict>
<key>Modules/AppierAds.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
Expand All @@ -69,22 +69,22 @@
<dict>
<key>hash</key>
<data>
J/RipLwtpIj7QcBl9QkFIZaGrZQ=
AtmL/J/t0Q/ZZqImjICCzIcMIFc=
</data>
<key>hash2</key>
<data>
sF3qXxFQWvn27/XlbdoNT7RJObsbdX7Poye3ydhRG8Q=
GEGmQgbLtIlCzeonmDtoHa9NNzs+5znaoSkd+xMi7H0=
</data>
</dict>
<key>Modules/AppierAds.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
<dict>
<key>hash</key>
<data>
+lkBVhxVP0VVqFn8OF8NoRIAOHo=
2QoUer1j58rdZGZlnoeh3rVc/ug=
</data>
<key>hash2</key>
<data>
yIEAhIwmw4mOIggs31egzOaOBIGhPbSVCn/UFYg6QEQ=
kLqIcCUFoP+F5ExFeWWob6dPtNw4T5arACjTLbvdS6o=
</data>
</dict>
<key>Modules/AppierAds.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
Expand All @@ -102,22 +102,22 @@
<dict>
<key>hash</key>
<data>
WAp6AOtmarl9DTkFRTi76irG2Hc=
EmRnaNoc41ykwMTdF4OAfLQOVng=
</data>
<key>hash2</key>
<data>
6R3UjgXHVsckeoURz0tu7uLHm9jfsYQFU4tENLv2svA=
iGFY9s75guOX6YTK9CoL1+p8KL8QrupbuzTLyCBe5eU=
</data>
</dict>
<key>Modules/AppierAds.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
<dict>
<key>hash</key>
<data>
RHpG5n1D9qL/hHYp6I9wualhGS8=
2gnzRIRc4iCjjkzDzBAkzYDfnqU=
</data>
<key>hash2</key>
<data>
NxOhvc7nKb+3RDKDpcdnWYkEQPkdbN7VCT1C1lbX1hY=
GDHjqoInu87woN49pf/+RK2PdwFF8lGQGD8SoZwjn3g=
</data>
</dict>
<key>Modules/module.modulemap</key>
Expand Down
2 changes: 1 addition & 1 deletion version_ads_sdk.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"v1.1.1"}
{"version":"v1.1.2"}

0 comments on commit e0e7a85

Please sign in to comment.