Skip to content

Commit

Permalink
6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbushnell committed Mar 8, 2023
1 parent ff90ccc commit fd220bd
Show file tree
Hide file tree
Showing 384 changed files with 71,657 additions and 28,512 deletions.
6 changes: 3 additions & 3 deletions Apple-Cocoapod-KochavaUI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'Apple-Cocoapod-KochavaUI'
s.version = '5.1.1'
s.version = '6.0.0'
s.summary = 'The KochavaUI module of the Kochava SDK for Apple iOS, macOS, macCatalyst, tvOS, and watchOS.'

# This description is used to generate tags and improve search results.
Expand All @@ -30,7 +30,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '10.3'
s.osx.deployment_target = '10.14'
s.tvos.deployment_target = '10.2'
s.watchos.deployment_target = '3.2'
s.watchos.deployment_target = '7.0'

# s.source_files = 'Apple-Cocoapod-KochavaUI/Classes/**/*'

Expand All @@ -44,7 +44,7 @@ Pod::Spec.new do |s|
s.osx.frameworks = 'Foundation', 'AppKit'
s.tvos.frameworks = 'Foundation', 'UIKit'
s.watchos.frameworks = 'Foundation', 'UIKit'
s.dependency 'Apple-Cocoapod-KochavaCore', '~> 5.1.1'
s.dependency 'Apple-Cocoapod-KochavaCore', '~> 6.0.0'

# s.platforms = { :ios => "10.3", :osx => "10.14", :tvos => "10.2", :watchos => "3.2" }
s.vendored_frameworks = 'Apple-Cocoapod-KochavaUI/Frameworks/KochavaUI.xcframework'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,61 +21,64 @@
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>watchos-arm64_i386_x86_64-simulator</string>
<string>macos-arm64_x86_64</string>
<key>LibraryPath</key>
<string>KochavaUI.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>watchos</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
<string>macos</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_armv7</string>
<string>ios-arm64_x86_64-maccatalyst</string>
<key>LibraryPath</key>
<string>KochavaUI.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>armv7</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>tvos-arm64</string>
<string>watchos-arm64_32_armv7k</string>
<key>LibraryPath</key>
<string>KochavaUI.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>arm64_32</string>
<string>armv7k</string>
</array>
<key>SupportedPlatform</key>
<string>tvos</string>
<string>watchos</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>watchos-arm64_32_armv7k</string>
<string>ios-arm64_i386_x86_64-simulator</string>
<key>LibraryPath</key>
<string>KochavaUI.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>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_i386_x86_64-simulator</string>
<string>watchos-arm64_i386_x86_64-simulator</string>
<key>LibraryPath</key>
<string>KochavaUI.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -85,37 +88,34 @@
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<string>watchos</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-maccatalyst</string>
<string>tvos-arm64</string>
<key>LibraryPath</key>
<string>KochavaUI.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
<string>tvos</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>macos-arm64_x86_64</string>
<string>ios-arm64_armv7</string>
<key>LibraryPath</key>
<string>KochavaUI.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
<string>armv7</string>
</array>
<key>SupportedPlatform</key>
<string>macos</string>
<string>ios</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// KochavaUI
//
// Created by John Bushnell on 9/21/20.
// Copyright © 2020 - 2021 Kochava, Inc. All rights reserved.
// Copyright © 2020 - 2022 Kochava, Inc. All rights reserved.
//


Expand All @@ -18,12 +18,7 @@


#pragma mark KochavaCore
#ifdef KOCHAVA_FRAMEWORK
#import <KochavaCore/KochavaCore.h>
#else
#import "KVAProduct.h"
#import "KVASharedPropertyProvider.h"
#endif
@import KochavaCore;



Expand All @@ -37,18 +32,12 @@
@brief A class which defines a UI product.
@discussion A product in this context generally refers to the result of a build.
Inherits from: KVAProduct
@author John Bushnell
@copyright 2019 - 2021 Kochava, Inc.
*/
@interface KVAUIProduct : KVAProduct <KVASharedPropertyProvider>
@interface KVAUIProduct : NSObject



#pragma mark - SHARED INSTANCE (SINGLETON)
#pragma mark - 1️⃣ Getting the Shared UI Product



Expand All @@ -57,9 +46,19 @@
@brief The singleton shared instance.
*/
@property (class, readonly, strong, nonnull) KVAUIProduct *shared;
@property (class, readonly, strong, nonnull) KVAProduct *shared;



@end



#pragma mark - INTERFACE EXTENSION (KVASharedPropertyProtocol)



@interface KVAUIProduct (KVASharedPropertyProtocol) <KVASharedPropertyProvider>

@end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// KochavaUI
//
// Created by John Bushnell on 9/21/20.
// Copyright © 2020 - 2021 Kochava, Inc. All rights reserved.
// Copyright © 2020 - 2022 Kochava, Inc. All rights reserved.
//


Expand Down Expand Up @@ -32,7 +32,7 @@
#endif

#pragma mark KochavaCore
#import <KochavaCore/KochavaCore.h>
@import KochavaCore;

#pragma mark KochavaUI
#import <KochavaUI/KVAUIProduct.h>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// KochavaUI
//
// Created by John Bushnell on 9/21/20.
// Copyright © 2020 - 2021 Kochava, Inc. All rights reserved.
// Copyright © 2020 - 2022 Kochava, Inc. All rights reserved.
//


Expand All @@ -18,12 +18,7 @@


#pragma mark KochavaCore
#ifdef KOCHAVA_FRAMEWORK
#import <KochavaCore/KochavaCore.h>
#else
#import "KVAProduct.h"
#import "KVASharedPropertyProvider.h"
#endif
@import KochavaCore;



Expand All @@ -37,18 +32,12 @@
@brief A class which defines a UI product.
@discussion A product in this context generally refers to the result of a build.
Inherits from: KVAProduct
@author John Bushnell
@copyright 2019 - 2021 Kochava, Inc.
*/
@interface KVAUIProduct : KVAProduct <KVASharedPropertyProvider>
@interface KVAUIProduct : NSObject



#pragma mark - SHARED INSTANCE (SINGLETON)
#pragma mark - 1️⃣ Getting the Shared UI Product



Expand All @@ -57,9 +46,19 @@
@brief The singleton shared instance.
*/
@property (class, readonly, strong, nonnull) KVAUIProduct *shared;
@property (class, readonly, strong, nonnull) KVAProduct *shared;



@end



#pragma mark - INTERFACE EXTENSION (KVASharedPropertyProtocol)



@interface KVAUIProduct (KVASharedPropertyProtocol) <KVASharedPropertyProvider>

@end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// KochavaUI
//
// Created by John Bushnell on 9/21/20.
// Copyright © 2020 - 2021 Kochava, Inc. All rights reserved.
// Copyright © 2020 - 2022 Kochava, Inc. All rights reserved.
//


Expand Down Expand Up @@ -32,7 +32,7 @@
#endif

#pragma mark KochavaCore
#import <KochavaCore/KochavaCore.h>
@import KochavaCore;

#pragma mark KochavaUI
#import <KochavaUI/KVAUIProduct.h>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit fd220bd

Please sign in to comment.