Skip to content

Commit

Permalink
[NAMSDK] Update 8.3.2 Version.
Browse files Browse the repository at this point in the history
  • Loading branch information
namsdk-ios-distribution committed Feb 10, 2025
1 parent 9452338 commit 933b0db
Show file tree
Hide file tree
Showing 38 changed files with 40 additions and 36 deletions.
2 changes: 1 addition & 1 deletion NAMSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = "NAMSDK"
s.version = "8.3.1"
s.version = "8.3.2"
s.summary = "Naver Mobile Ads Mediation SDK"
s.description = <<-DESC
NAM wiil find the best available ad network to fill your ad slots.
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
10 changes: 5 additions & 5 deletions NAMSDK/xcframework/GFPSDK.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@
<key>BinaryPath</key>
<string>GFPSDK.framework/GFPSDK</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>GFPSDK.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>GFPSDK.framework/GFPSDK</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>GFPSDK.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 not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

NS_ASSUME_NONNULL_BEGIN

#define GFP_SDK_VERSION @"8.3.1"
#define GFP_SDK_VERSION @"8.3.2"

@interface GFPCoreConfig : NSObject

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ NS_ASSUME_NONNULL_BEGIN

- (UIImage * _Nullable)extraImageWith:(NSString *)key;

- (NSString * _Nullable)extraImageAccessibilityWith:(NSString *)key;

- (void)applyExtraViewLink:(NSString *)key withView:(UIView *)extraView;

- (void)existUserInterestDelegateWith:(BOOL)isExist;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ FOUNDATION_EXPORT NSString *const GFPRichExtendMediaRatioType16_9;
link:(GFPNativeLinkInfo *)link NS_DESIGNATED_INITIALIZER;



- (void)updateAccessibilityTextWith:(NSString *)accessibilityText; //for renderer
- (void)removeRichInfo;

@end
Expand Down Expand Up @@ -275,7 +275,7 @@ FOUNDATION_EXPORT NSString *const GFPRichExtendMediaRatioType16_9;

@end

@interface GFPNativeExtraImageInfo : NSObject <GFPNativeAdInfoLinkPresentable, GFPNativeAdInfoSourcePresentable, GFPNativeAdInfoSource>
@interface GFPNativeExtraImageInfo : NSObject <GFPNativeAdInfoLinkPresentable, GFPNativeAdInfoSourcePresentable, GFPNativeAdInfoSource, GFPNativeAdInfoExtensionPresentable>

@property (nonatomic, readonly, strong) NSURL *source;
@property (nonatomic, readonly, assign) CGSize size;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
* s2s 광고 시 Extra Images
*/
- (UIImage * _Nullable)extraImageWith:(NSString * _Nonnull)key;

- (NSString * _Nullable)extraImageAccessibilityWith:(NSString * _Nonnull)key;

@end

Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

NS_ASSUME_NONNULL_BEGIN

#define GFP_SDK_VERSION @"8.3.1"
#define GFP_SDK_VERSION @"8.3.2"

@interface GFPCoreConfig : NSObject

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ NS_ASSUME_NONNULL_BEGIN

- (UIImage * _Nullable)extraImageWith:(NSString *)key;

- (NSString * _Nullable)extraImageAccessibilityWith:(NSString *)key;

- (void)applyExtraViewLink:(NSString *)key withView:(UIView *)extraView;

- (void)existUserInterestDelegateWith:(BOOL)isExist;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ FOUNDATION_EXPORT NSString *const GFPRichExtendMediaRatioType16_9;
link:(GFPNativeLinkInfo *)link NS_DESIGNATED_INITIALIZER;



- (void)updateAccessibilityTextWith:(NSString *)accessibilityText; //for renderer
- (void)removeRichInfo;

@end
Expand Down Expand Up @@ -275,7 +275,7 @@ FOUNDATION_EXPORT NSString *const GFPRichExtendMediaRatioType16_9;

@end

@interface GFPNativeExtraImageInfo : NSObject <GFPNativeAdInfoLinkPresentable, GFPNativeAdInfoSourcePresentable, GFPNativeAdInfoSource>
@interface GFPNativeExtraImageInfo : NSObject <GFPNativeAdInfoLinkPresentable, GFPNativeAdInfoSourcePresentable, GFPNativeAdInfoSource, GFPNativeAdInfoExtensionPresentable>

@property (nonatomic, readonly, strong) NSURL *source;
@property (nonatomic, readonly, assign) CGSize size;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
* s2s 광고 시 Extra Images
*/
- (UIImage * _Nullable)extraImageWith:(NSString * _Nonnull)key;

- (NSString * _Nullable)extraImageAccessibilityWith:(NSString * _Nonnull)key;

@end

Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
</data>
<key>Headers/GFPCoreConfig.h</key>
<data>
wqtfYMsX4wFRzQv7JlGGY2rjIgU=
cYsrUSyHaKtZibpTIhNIp7m0G0g=
</data>
<key>Headers/GFPCreativeExtension.h</key>
<data>
Expand Down Expand Up @@ -282,7 +282,7 @@
</data>
<key>Headers/GFPNativeAdapting.h</key>
<data>
nZq+qZYoNwYpDsjKqZBbuILmlmg=
tJaxHZGWAMkUegoSpcha/jmcpgc=
</data>
<key>Headers/GFPNativeAdaptorDelegate.h</key>
<data>
Expand All @@ -298,15 +298,15 @@
</data>
<key>Headers/GFPNativeDetailInfo.h</key>
<data>
upLEY7DJkaFzSpLhV+DN70IuUzU=
dJl9x0HmdrdUKpCpuw+3dAcp0OU=
</data>
<key>Headers/GFPNativeProviding.h</key>
<data>
7qIgrj5psTpbyMpE9dzyQTwwybU=
</data>
<key>Headers/GFPNativeRenderer.h</key>
<data>
EY2pOIHRThPy3mScFkLD+maPVQk=
9Mol0OzRN1Iu8gigW0gqz9QFUAw=
</data>
<key>Headers/GFPNativeSimpleAdView.h</key>
<data>
Expand Down Expand Up @@ -960,11 +960,11 @@
<dict>
<key>hash</key>
<data>
wqtfYMsX4wFRzQv7JlGGY2rjIgU=
cYsrUSyHaKtZibpTIhNIp7m0G0g=
</data>
<key>hash2</key>
<data>
LVdNChYt3VolongLrklhmv0QYKwPj/EYQ1bpYwcQpKw=
XYbuoszCpl01A+Uo7FxKbzQvxxBfJhaiOraK5vYYnBw=
</data>
</dict>
<key>Headers/GFPCreativeExtension.h</key>
Expand Down Expand Up @@ -1334,11 +1334,11 @@
<dict>
<key>hash</key>
<data>
nZq+qZYoNwYpDsjKqZBbuILmlmg=
tJaxHZGWAMkUegoSpcha/jmcpgc=
</data>
<key>hash2</key>
<data>
+dg5Kk2RuPl+4FQjRk+9Q3+nJCpMDAB9RflLAENv+z8=
ftRZ6IhO9RTkrIt9ub+A1xKqbbmlnTEvdSKxSwwpqlg=
</data>
</dict>
<key>Headers/GFPNativeAdaptorDelegate.h</key>
Expand Down Expand Up @@ -1378,11 +1378,11 @@
<dict>
<key>hash</key>
<data>
upLEY7DJkaFzSpLhV+DN70IuUzU=
dJl9x0HmdrdUKpCpuw+3dAcp0OU=
</data>
<key>hash2</key>
<data>
wkzEYizbsqVTUcC8BsiUqfs3cf4iuhlliHkYRqgnZEs=
vFusD0+t27eg8VB7D3cCbjj/PLeniM4Q6wM20JYEj8Q=
</data>
</dict>
<key>Headers/GFPNativeProviding.h</key>
Expand All @@ -1400,11 +1400,11 @@
<dict>
<key>hash</key>
<data>
EY2pOIHRThPy3mScFkLD+maPVQk=
9Mol0OzRN1Iu8gigW0gqz9QFUAw=
</data>
<key>hash2</key>
<data>
eszlb32i7tToJsdQzJywzGLYMYjeM+W0bBSOJ42q/cg=
bY+UIXw3RZ322bdSCODv638X+ZFvMIruPmQJZjODKqU=
</data>
</dict>
<key>Headers/GFPNativeSimpleAdView.h</key>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
10 changes: 5 additions & 5 deletions NAMSDK/xcframework/GFPSDKMediationNDARich.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@
<key>BinaryPath</key>
<string>GFPSDKMediationNDARich.framework/GFPSDKMediationNDARich</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>GFPSDKMediationNDARich.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>GFPSDKMediationNDARich.framework/GFPSDKMediationNDARich</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>GFPSDKMediationNDARich.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 not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@
<key>BinaryPath</key>
<string>GFPSDKMediationNDAVideo.framework/GFPSDKMediationNDAVideo</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>GFPSDKMediationNDAVideo.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>GFPSDKMediationNDAVideo.framework/GFPSDKMediationNDAVideo</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>GFPSDKMediationNDAVideo.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 not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 933b0db

Please sign in to comment.