Skip to content

Commit

Permalink
4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbushnell committed Jun 29, 2021
1 parent 8d89528 commit 475930d
Show file tree
Hide file tree
Showing 54 changed files with 196 additions and 84 deletions.
62 changes: 31 additions & 31 deletions KochavaLocation.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,92 +6,94 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>tvos-arm64</string>
<string>ios-arm64_i386_x86_64-simulator</string>
<key>LibraryPath</key>
<string>KochavaLocation.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>tvos</string>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>watchos-arm64_i386_x86_64-simulator</string>
<string>tvos-arm64</string>
<key>LibraryPath</key>
<string>KochavaLocation.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>tvos</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_armv7</string>
<string>watchos-arm64_i386_x86_64-simulator</string>
<key>LibraryPath</key>
<string>KochavaLocation.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>armv7</string>
<string>i386</string>
<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>watchos-arm64_32_armv7k</string>
<string>tvos-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>KochavaLocation.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64_32</string>
<string>armv7k</string>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>watchos</string>
<string>tvos</string>
<key>SupportedPlatformVariant</key>
<string>simulator</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>KochavaLocation.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>
<dict>
<key>LibraryIdentifier</key>
<string>tvos-arm64_x86_64-simulator</string>
<string>watchos-arm64_32_armv7k</string>
<key>LibraryPath</key>
<string>KochavaLocation.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
<string>arm64_32</string>
<string>armv7k</string>
</array>
<key>SupportedPlatform</key>
<string>tvos</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
<string>watchos</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-maccatalyst</string>
<string>macos-arm64_x86_64</string>
<key>LibraryPath</key>
<string>KochavaLocation.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -100,22 +102,20 @@
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
<string>macos</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>macos-arm64_x86_64</string>
<string>ios-arm64_armv7</string>
<key>LibraryPath</key>
<string>KochavaLocation.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 @@ -17,6 +17,7 @@



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



#pragma mark KochavaLocation
#import "KVALocationServicesProtocol.h"


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



#pragma mark KochavaCore
#ifdef KOCHAVA_FRAMEWORK
#import <KochavaCore/KochavaCore.h>
#else
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,25 @@



#pragma mark - DEFINE



#define KOCHAVA_FRAMEWORK



#pragma mark - IMPORT



#pragma mark System
#import <Foundation/Foundation.h>

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

#pragma mark KochavaLocation
#import <KochavaLocation/KVALocationProduct.h>
#import <KochavaLocation/KVALocationServices.h>
#import <KochavaLocation/KVALocationServicesProtocol.h>
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@



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



#pragma mark KochavaLocation
#import "KVALocationServicesProtocol.h"


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



#pragma mark KochavaCore
#ifdef KOCHAVA_FRAMEWORK
#import <KochavaCore/KochavaCore.h>
#else
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,25 @@



#pragma mark - DEFINE



#define KOCHAVA_FRAMEWORK



#pragma mark - IMPORT



#pragma mark System
#import <Foundation/Foundation.h>

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

#pragma mark KochavaLocation
#import <KochavaLocation/KVALocationProduct.h>
#import <KochavaLocation/KVALocationServices.h>
#import <KochavaLocation/KVALocationServicesProtocol.h>
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@
<dict>
<key>Headers/KVALocationProduct.h</key>
<data>
ZkbHWSSGeJ17zIAzgyAZ9PC13dI=
TFGeeHBELA8GvOTWDd7ZbJERWLA=
</data>
<key>Headers/KVALocationServices.h</key>
<data>
2JNHF/+XJYzirZOg7z5v+LsDvN4=
EDk2gfCpTFd/KilkMolMCIa0s18=
</data>
<key>Headers/KVALocationServicesProtocol.h</key>
<data>
GWnW9F+nx1EtXPR9d9FoDG5jQQ4=
q1v51NOaS2WQZTzapGG6aee31SY=
</data>
<key>Headers/KochavaLocation.h</key>
<data>
pD+csghJChARgp0ENnarqIrScx0=
wAfvFtM9MzMg5UzKTW2pHSd75Cg=
</data>
<key>Info.plist</key>
<data>
sHSSLes4eCdMgwo1z1a9YXcbV2M=
mZ6NgQAh4cZ3nevS8RHVSbPrztk=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand All @@ -35,44 +35,44 @@
<dict>
<key>hash</key>
<data>
ZkbHWSSGeJ17zIAzgyAZ9PC13dI=
TFGeeHBELA8GvOTWDd7ZbJERWLA=
</data>
<key>hash2</key>
<data>
cgeuMcVWCQscHTi+V/XsO8L7HonnRvcrEk6A4VM6FIc=
vupL35zEo+/CYe6g/hNvbRnN8mqS4u9SQCy4tFTGEv0=
</data>
</dict>
<key>Headers/KVALocationServices.h</key>
<dict>
<key>hash</key>
<data>
2JNHF/+XJYzirZOg7z5v+LsDvN4=
EDk2gfCpTFd/KilkMolMCIa0s18=
</data>
<key>hash2</key>
<data>
vn/pnVv4zHHWAgJbZ9/EKOMROWjpO7BfsNANdUHnweE=
15xP72Vqn/+DazPuet91XYXu2E9iE58IAB6c6FJ0KWc=
</data>
</dict>
<key>Headers/KVALocationServicesProtocol.h</key>
<dict>
<key>hash</key>
<data>
GWnW9F+nx1EtXPR9d9FoDG5jQQ4=
q1v51NOaS2WQZTzapGG6aee31SY=
</data>
<key>hash2</key>
<data>
LMtPYNWTI4Ganj5lr/joWt/FolmNWscvedu36mMqFn8=
tDUeY0TLmfMlNL244ACPC/ionh259xpgWlGoP579pic=
</data>
</dict>
<key>Headers/KochavaLocation.h</key>
<dict>
<key>hash</key>
<data>
pD+csghJChARgp0ENnarqIrScx0=
wAfvFtM9MzMg5UzKTW2pHSd75Cg=
</data>
<key>hash2</key>
<data>
NEiosaOL5iGcM8l5ZlZhTe2aQ99E33RssTeOzLnIggU=
vxxqGiUOd7KezEzhEGDGy5hWeXyS7pGahsCPSQeRbg4=
</data>
</dict>
<key>Modules/module.modulemap</key>
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/KochavaCore.h>
#else
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@



#pragma mark KochavaLocation
#import "KVALocationServicesProtocol.h"


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



#pragma mark KochavaCore
#ifdef KOCHAVA_FRAMEWORK
#import <KochavaCore/KochavaCore.h>
#else
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,25 @@



#pragma mark - DEFINE



#define KOCHAVA_FRAMEWORK



#pragma mark - IMPORT



#pragma mark System
#import <Foundation/Foundation.h>

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

#pragma mark KochavaLocation
#import <KochavaLocation/KVALocationProduct.h>
#import <KochavaLocation/KVALocationServices.h>
#import <KochavaLocation/KVALocationServicesProtocol.h>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>4.7.0</string>
<string>4.8.0</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
Expand Down
Loading

0 comments on commit 475930d

Please sign in to comment.