Skip to content

Commit

Permalink
NAMSDK_7.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
namsdk-ios-distribution committed Sep 23, 2024
1 parent 3819c4c commit c709f0d
Show file tree
Hide file tree
Showing 243 changed files with 1,515 additions and 1,496 deletions.
4 changes: 2 additions & 2 deletions NAMSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Pod::Spec.new do |s|

s.name = "NAMSDK"
s.version = "7.9.1"
s.version = "7.9.4"
s.summary = "Naver Mobile Ads Mediation SDK"
s.description = <<-DESC
NAM wiil find the best available ad network to fill your ad slots.
Expand All @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
"Dojin.park" => "dojin.park@navercorp.com"
}

s.ios.deployment_target = "12.0"
s.ios.deployment_target = "13.0"
s.source = { :git => "https://github.com/naver/nam-sdk-ios", :tag => "#{s.version.to_s}" }
s.default_subspecs = "GFPSDK"

Expand Down
Binary file modified NAMSDK/resourcebundle/GFPNDAMraidResource.bundle/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified NAMSDK/resourcebundle/GFPNDANativeResource.bundle/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified NAMSDK/resourcebundle/GFPNDAVideoResource.bundle/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified NAMSDK/resourcebundle/GFPSDKRendererResource.bundle/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<dict>
<key>GFPRendererShoppingLabelView.nib</key>
<data>
ng+viPpg2BolYR/o2QwCwjuEzbQ=
VvlpwIENEYNuw0Wfvqp3ebjMHao=
</data>
</dict>
<key>files2</key>
Expand All @@ -15,11 +15,11 @@
<dict>
<key>hash</key>
<data>
ng+viPpg2BolYR/o2QwCwjuEzbQ=
VvlpwIENEYNuw0Wfvqp3ebjMHao=
</data>
<key>hash2</key>
<data>
QBUcH03NLfPYe4U2fAq9l6Gya6i8UotO8hhRsRp+520=
63b9aN52P1B9y8a16C48IzC8l+fwIKN3Lm078qMU4OM=
</data>
</dict>
</dict>
Expand Down
Binary file not shown.
Binary file modified NAMSDK/resourcebundle/GFPSDKResource.bundle/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<dict>
<key>omsdk-v1.js</key>
<data>
7tJM4K60twtKlup5Di8UBO23EjM=
WX9bWVBNl+h/NW1bQTdx+psJVyU=
</data>
</dict>
<key>files2</key>
Expand All @@ -15,11 +15,11 @@
<dict>
<key>hash</key>
<data>
7tJM4K60twtKlup5Di8UBO23EjM=
WX9bWVBNl+h/NW1bQTdx+psJVyU=
</data>
<key>hash2</key>
<data>
7w0/bxAkOVh8L41FdbI/Tnjur3nVz/5iVO3moTlQ4UM=
Hlaaa4S6qm4V7fKq/DHH3FhORcQgKZ+hqniOO4ptmHc=
</data>
</dict>
</dict>
Expand Down
Binary file not shown.
165 changes: 85 additions & 80 deletions NAMSDK/resourcebundle/GFPSDKResource.bundle/omsdk-v1.js

Large diffs are not rendered by default.

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 @@ -23,7 +23,7 @@

NS_ASSUME_NONNULL_BEGIN

#define GFP_SDK_VERSION @"7.9.1"
#define GFP_SDK_VERSION @"7.9.4"

@interface GFPCoreConfig : NSObject

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ FOUNDATION_EXPORT NSString *const GFPRewardProviderLANErrorKey;
FOUNDATION_EXPORT NSString *const GFPNativeCarouselNotSupportedSlotTypeSubErrorCodeKey;
FOUNDATION_EXPORT NSString *const GFPNativeCarouselNotSupportedSlotVisualSubErrorCodeKey;

FOUNDATION_EXPORT NSErrorUserInfoKey const GFPErrorHttpStatusCode;

typedef NS_ENUM(NSInteger, GFPErrorCode) {
// General Error
GFPErrorInternal = 1000,
Expand Down
Binary file not shown.
Loading

0 comments on commit c709f0d

Please sign in to comment.