Skip to content

Commit

Permalink
Update bundled Kochava to 4.8.0 (#1)
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Adams <[email protected]>
  • Loading branch information
hyperspacemark and Mark Adams authored Aug 31, 2022
1 parent 69ab3b3 commit 5ebc084
Show file tree
Hide file tree
Showing 577 changed files with 12,169 additions and 26,209 deletions.
40 changes: 21 additions & 19 deletions KochavaCore.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -18,42 +18,47 @@
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>macos-x86_64</string>
<string>tvos-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>KochavaCore.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>macos</string>
<string>tvos</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>watchos-arm64_32_armv7k</string>
<string>watchos-arm64_i386_x86_64-simulator</string>
<key>LibraryPath</key>
<string>KochavaCore.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64_32</string>
<string>armv7k</string>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>watchos</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-x86_64-maccatalyst</string>
<string>watchos-arm64_32_armv7k</string>
<key>LibraryPath</key>
<string>KochavaCore.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>x86_64</string>
<string>arm64_32</string>
<string>armv7k</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
<string>watchos</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
Expand All @@ -70,7 +75,7 @@
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>watchos-arm64_i386_x86_64-simulator</string>
<string>ios-arm64_i386_x86_64-simulator</string>
<key>LibraryPath</key>
<string>KochavaCore.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -80,13 +85,13 @@
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>watchos</string>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>tvos-arm64_x86_64-simulator</string>
<string>macos-arm64_x86_64</string>
<key>LibraryPath</key>
<string>KochavaCore.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -95,25 +100,22 @@
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>tvos</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
<string>macos</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_i386_x86_64-simulator</string>
<string>ios-arm64_x86_64-maccatalyst</string>
<key>LibraryPath</key>
<string>KochavaCore.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
<string>maccatalyst</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
@brief Configures (updates) the instance from another object.
@param withObject An object from which to update the instance. This is expected to be a native instance, or else an object which can resolve to a native instance.
@param withObject An object from which to update the instance. This is expected to be a JSON dictionary, or alternatively a native instance.
@param context Optional. The context.
@param context The context.
*/
- (void)kva_configureWith:(nullable id)withObject context:(nullable KVAContext *)context NS_SWIFT_NAME(kva_configure(with:context:));

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@



#pragma mark KochavaCore
#ifdef KOCHAVA_FRAMEWORK
#import <KochavaCore/KVAAsForContextObjectProtocol.h>
#import <KochavaCore/KVAConfigureWithObjectProtocol.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@



#pragma mark KochavaCore
#ifdef KOCHAVA_FRAMEWORK
#import <KochavaCore/KVAAsForContextObjectProtocol.h>
#import <KochavaCore/KVAFromObjectProtocol.h>
Expand All @@ -27,10 +28,6 @@



#pragma mark - ENUM



#pragma mark - INTERFACE


Expand Down Expand Up @@ -92,15 +89,6 @@



/*!
@property + sdkWrapper
@brief A context which represents an SDK Wrapper.
*/
@property (class, strong, nonatomic, nonnull, readonly) KVAContext *sdkWrapper;



/*!
@property + server
Expand Down Expand Up @@ -132,7 +120,7 @@
@discussion Examples: "host", "log", "persistentStorage", "sdk", "server".
*/
@property (strong, nonatomic, nonnull) NSString *nameString;
@property (strong, nonatomic, nonnull, readonly) NSString *nameString;



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@



#pragma mark KochavaCore
#ifdef KOCHAVA_FRAMEWORK
#import <KochavaCore/KVAProduct.h>
#import <KochavaCore/KVASharedPropertyProvider.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@



#pragma mark System
#if TARGET_OS_TV
#import <JavaScriptCore/JavaScriptCore.h>
#endif

#pragma mark KochavaCore
#ifdef KOCHAVA_FRAMEWORK
#import <KochavaCore/KVAAsForContextObjectProtocol.h>
#import <KochavaCore/KVAFromObjectProtocol.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@


/*!
@property events
@property events
@brief A property which conforms to protocol KVAEventSender.
*/
@brief A property which conforms to protocol KVAEventSender.
*/
@property (strong, nonatomic, nonnull, readonly) id<KVAEventSender> events;


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@



#pragma mark KochavaCore
#ifdef KOCHAVA_FRAMEWORK
#import <KochavaCore/KVAAsForContextObjectProtocol.h>
#import <KochavaCore/KVAFromObjectProtocol.h>
Expand Down
Loading

0 comments on commit 5ebc084

Please sign in to comment.