This repository has been archived by the owner on Aug 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #74 from thunderheadone/release/7.1.0
Update from release/7.1.0
- Loading branch information
Showing
13 changed files
with
158 additions
and
9 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
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
59 changes: 59 additions & 0 deletions
59
.../Thunderhead.xcframework/ios-arm64_armv7/Thunderhead.framework/Headers/OneConfiguration.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,59 @@ | ||
// | ||
// OneConfiguration.h | ||
// Thunderhead | ||
// | ||
// Copyright © 2021 Thunderhead. All rights reserved. | ||
// | ||
|
||
#import <Foundation/Foundation.h> | ||
|
||
@interface OneConfiguration : NSObject | ||
|
||
- (instancetype)init NS_UNAVAILABLE; | ||
|
||
/*! | ||
@brief Returns a singleton class. | ||
*/ | ||
+ (instancetype)shared; | ||
|
||
/*! | ||
@brief Returns the current configuration. | ||
*/ | ||
+ (OneConfiguration *)currentConfiguration NS_SWIFT_NAME(currentConfiguration()); | ||
|
||
/** | ||
* The ONE Engagement Hub space site key. | ||
*/ | ||
@property (nonatomic, copy) NSString *siteKey; | ||
|
||
/** | ||
* The ONE Engagement Hub space Touchpoint URI. | ||
*/ | ||
@property (nonatomic, copy) NSString *touchpointURI; | ||
|
||
/** | ||
* The ONE Engagement Hub space API key. | ||
*/ | ||
@property (nonatomic, copy) NSString *apiKey; | ||
|
||
/** | ||
* The ONE Engagement Hub space shared secret key. | ||
*/ | ||
@property (nonatomic, copy) NSString *sharedSecret; | ||
|
||
/** | ||
* The ONE Engagement Hub space userId. | ||
*/ | ||
@property (nonatomic, copy) NSString *userId; | ||
|
||
/** | ||
* Returns whether the framework is initialized in Admin or User mode. Returns YES if in Admin mode. Otherwise returns NO if in User mode. | ||
*/ | ||
@property (nonatomic, getter=isAdminMode) BOOL adminMode; | ||
|
||
/** | ||
* The ONE Engagement Hub space host name. | ||
*/ | ||
@property (nonatomic, copy) NSString *hostName; | ||
|
||
@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%)
...mbeddedframework/Thunderhead.xcframework/ios-arm64_armv7/Thunderhead.framework/Info.plist
Binary file not shown.
Binary file modified
BIN
+182 KB
(100%)
...beddedframework/Thunderhead.xcframework/ios-arm64_armv7/Thunderhead.framework/Thunderhead
Binary file not shown.
59 changes: 59 additions & 0 deletions
59
...ramework/ios-arm64_i386_x86_64-simulator/Thunderhead.framework/Headers/OneConfiguration.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,59 @@ | ||
// | ||
// OneConfiguration.h | ||
// Thunderhead | ||
// | ||
// Copyright © 2021 Thunderhead. All rights reserved. | ||
// | ||
|
||
#import <Foundation/Foundation.h> | ||
|
||
@interface OneConfiguration : NSObject | ||
|
||
- (instancetype)init NS_UNAVAILABLE; | ||
|
||
/*! | ||
@brief Returns a singleton class. | ||
*/ | ||
+ (instancetype)shared; | ||
|
||
/*! | ||
@brief Returns the current configuration. | ||
*/ | ||
+ (OneConfiguration *)currentConfiguration NS_SWIFT_NAME(currentConfiguration()); | ||
|
||
/** | ||
* The ONE Engagement Hub space site key. | ||
*/ | ||
@property (nonatomic, copy) NSString *siteKey; | ||
|
||
/** | ||
* The ONE Engagement Hub space Touchpoint URI. | ||
*/ | ||
@property (nonatomic, copy) NSString *touchpointURI; | ||
|
||
/** | ||
* The ONE Engagement Hub space API key. | ||
*/ | ||
@property (nonatomic, copy) NSString *apiKey; | ||
|
||
/** | ||
* The ONE Engagement Hub space shared secret key. | ||
*/ | ||
@property (nonatomic, copy) NSString *sharedSecret; | ||
|
||
/** | ||
* The ONE Engagement Hub space userId. | ||
*/ | ||
@property (nonatomic, copy) NSString *userId; | ||
|
||
/** | ||
* Returns whether the framework is initialized in Admin or User mode. Returns YES if in Admin mode. Otherwise returns NO if in User mode. | ||
*/ | ||
@property (nonatomic, getter=isAdminMode) BOOL adminMode; | ||
|
||
/** | ||
* The ONE Engagement Hub space host name. | ||
*/ | ||
@property (nonatomic, copy) NSString *hostName; | ||
|
||
@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%)
.../Thunderhead.xcframework/ios-arm64_i386_x86_64-simulator/Thunderhead.framework/Info.plist
Binary file not shown.
Binary file modified
BIN
+46 KB
(100%)
...Thunderhead.xcframework/ios-arm64_i386_x86_64-simulator/Thunderhead.framework/Thunderhead
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
Thunderhead.embeddedframework/ThunderheadBundle.bundle/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