-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
namsdk-ios-distribution
committed
Jan 15, 2025
1 parent
ba732da
commit bab4a7f
Showing
126 changed files
with
13,330 additions
and
5,602 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+3 Bytes
(100%)
NAMSDK/resourcebundle/GFPNDAMraidResource.bundle/Info.plist
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
NAMSDK/resourcebundle/GFPNDAMraidResource.bundle/_CodeSignature/CodeDirectory
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
NAMSDK/resourcebundle/GFPNDAMraidResource.bundle/_CodeSignature/CodeRequirements-1
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
NAMSDK/resourcebundle/GFPNDAMraidResource.bundle/_CodeSignature/CodeSignature
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
NAMSDK/resourcebundle/GFPNDANativeResource.bundle/Assets.car
Binary file not shown.
Binary file modified
BIN
+3 Bytes
(100%)
NAMSDK/resourcebundle/GFPNDANativeResource.bundle/Info.plist
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
NAMSDK/resourcebundle/GFPNDANativeResource.bundle/_CodeSignature/CodeDirectory
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
NAMSDK/resourcebundle/GFPNDANativeResource.bundle/_CodeSignature/CodeRequirements-1
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
NAMSDK/resourcebundle/GFPNDANativeResource.bundle/_CodeSignature/CodeSignature
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
NAMSDK/resourcebundle/GFPNDAVideoResource.bundle/Assets.car
Binary file not shown.
Binary file modified
BIN
+3 Bytes
(100%)
NAMSDK/resourcebundle/GFPNDAVideoResource.bundle/Info.plist
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
NAMSDK/resourcebundle/GFPNDAVideoResource.bundle/_CodeSignature/CodeDirectory
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
NAMSDK/resourcebundle/GFPNDAVideoResource.bundle/_CodeSignature/CodeRequirements-1
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
NAMSDK/resourcebundle/GFPNDAVideoResource.bundle/_CodeSignature/CodeSignature
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
NAMSDK/resourcebundle/GFPSDKRendererResource.bundle/Assets.car
Binary file not shown.
Binary file modified
BIN
+3 Bytes
(100%)
NAMSDK/resourcebundle/GFPSDKRendererResource.bundle/Info.plist
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
NAMSDK/resourcebundle/GFPSDKRendererResource.bundle/_CodeSignature/CodeDirectory
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
NAMSDK/resourcebundle/GFPSDKRendererResource.bundle/_CodeSignature/CodeRequirements-1
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
NAMSDK/resourcebundle/GFPSDKRendererResource.bundle/_CodeSignature/CodeSignature
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
NAMSDK/resourcebundle/GFPSDKResource.bundle/_CodeSignature/CodeDirectory
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
NAMSDK/resourcebundle/GFPSDKResource.bundle/_CodeSignature/CodeRequirements-1
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
NAMSDK/resourcebundle/GFPSDKResource.bundle/_CodeSignature/CodeSignature
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+246 KB
(110%)
NAMSDK/xcframework/GFPSDK.xcframework/ios-arm64/GFPSDK.framework/GFPSDK
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
NAMSDK/xcframework/GFPSDK.xcframework/ios-arm64/GFPSDK.framework/Headers/GFPCachedAdParam.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
// | ||
// GFPCachedAdParam.h | ||
// | ||
// NAM(Naver Ad Manager) SDK for iOS | ||
// Copyright 2022-present NAVER Corp. | ||
// Unauthorized use, modification and redistribution of this software are strongly prohibited. | ||
|
||
|
||
#import <Foundation/Foundation.h> | ||
|
||
NS_ASSUME_NONNULL_BEGIN | ||
|
||
@interface GFPCachedAdParam: NSObject | ||
|
||
@property (nonatomic, copy, readwrite, nullable) NSString *nac; | ||
|
||
+ (void)updateNac:(NSString *)nac; | ||
|
||
@end | ||
|
||
NS_ASSUME_NONNULL_END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+3 Bytes
(100%)
NAMSDK/xcframework/GFPSDK.xcframework/ios-arm64/GFPSDK.framework/Info.plist
Binary file not shown.
Oops, something went wrong.