-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
58 changed files
with
745 additions
and
269 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
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
+98.5 KB
(100%)
...MessengerCore.xcframework/ios-arm64_armv7/BrandMessengerCore.framework/BrandMessengerCore
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
22 changes: 22 additions & 0 deletions
22
...ework/ios-arm64_armv7/BrandMessengerCore.framework/Headers/KBMCertificatePinningHandler.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,22 @@ | ||
// | ||
// KBMCertificatePinningHandler.h | ||
// BrandMessengerCore | ||
// | ||
// Created by Paul Kwak on 2/9/22. | ||
// | ||
|
||
#import <Foundation/Foundation.h> | ||
|
||
@interface KBMCertificatePinningHandler : NSObject <NSURLSessionDelegate> | ||
|
||
+ (KBMCertificatePinningHandler *)sharedInstance; | ||
|
||
+ (NSURLSession*)sharedSession; | ||
|
||
- (void) setPinningCertificateURLs:(NSArray<NSURL*>*)urls forDomains:(NSArray<NSString*>*)domains; | ||
|
||
- (void) setPinningCertificatePublicKeys:(NSArray<NSString*>*)keys forDomains:(NSArray<NSString*>*)domains; | ||
|
||
- (BOOL) isPinningEnabled; | ||
|
||
@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
Binary file modified
BIN
+0 Bytes
(100%)
BrandMessengerCore.xcframework/ios-arm64_armv7/BrandMessengerCore.framework/Info.plist
Binary file not shown.
Binary file modified
BIN
+34.7 KB
(100%)
...framework/ios-arm64_i386_x86_64-simulator/BrandMessengerCore.framework/BrandMessengerCore
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
22 changes: 22 additions & 0 deletions
22
...i386_x86_64-simulator/BrandMessengerCore.framework/Headers/KBMCertificatePinningHandler.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,22 @@ | ||
// | ||
// KBMCertificatePinningHandler.h | ||
// BrandMessengerCore | ||
// | ||
// Created by Paul Kwak on 2/9/22. | ||
// | ||
|
||
#import <Foundation/Foundation.h> | ||
|
||
@interface KBMCertificatePinningHandler : NSObject <NSURLSessionDelegate> | ||
|
||
+ (KBMCertificatePinningHandler *)sharedInstance; | ||
|
||
+ (NSURLSession*)sharedSession; | ||
|
||
- (void) setPinningCertificateURLs:(NSArray<NSURL*>*)urls forDomains:(NSArray<NSString*>*)domains; | ||
|
||
- (void) setPinningCertificatePublicKeys:(NSArray<NSString*>*)keys forDomains:(NSArray<NSString*>*)domains; | ||
|
||
- (BOOL) isPinningEnabled; | ||
|
||
@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
Binary file modified
BIN
+0 Bytes
(100%)
...rCore.xcframework/ios-arm64_i386_x86_64-simulator/BrandMessengerCore.framework/Info.plist
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
Binary file modified
BIN
+0 Bytes
(100%)
BrandMessengerUI.xcframework/ios-arm64/BrandMessengerUI.framework/Assets.car
Binary file not shown.
Binary file modified
BIN
+101 KB
(100%)
BrandMessengerUI.xcframework/ios-arm64/BrandMessengerUI.framework/BrandMessengerUI
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%)
BrandMessengerUI.xcframework/ios-arm64/BrandMessengerUI.framework/Info.plist
Binary file not shown.
Binary file modified
BIN
+11.9 KB
(120%)
.../BrandMessengerUI.framework/Modules/BrandMessengerUI.swiftmodule/arm64-apple-ios.swiftdoc
Binary file not shown.
Oops, something went wrong.