Skip to content

Commit

Permalink
IOS-19: Updates to the latest Photobook
Browse files Browse the repository at this point in the history
  • Loading branch information
jlandazuri42 committed Oct 21, 2019
1 parent 43d4531 commit d3f3044
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 33 deletions.
4 changes: 2 additions & 2 deletions Kite-Print-SDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'Kite-Print-SDK'
spec.version = '8.1.0'
spec.version = '8.1.1'
spec.license = { :type => 'MIT', :file => 'Kite-SDK/LICENSE' }
spec.homepage = 'https://github.com/OceanLabs/iOS-Print-SDK'
spec.authors = {'Deon Botha' => 'deon@oceanlabs.co'}
Expand All @@ -11,7 +11,7 @@ Pod::Spec.new do |spec|
spec.social_media_url = 'https://twitter.com/dbotha'
spec.module_name = 'KiteSDK'
spec.default_subspec = 'Core'
spec.dependency "Photobook", "~> 2.1.0"
spec.dependency "Photobook", "~> 2.1.1"
spec.dependency "NXOAuth2Client"

spec.subspec 'Core' do |core|
Expand Down
4 changes: 4 additions & 0 deletions Kite-SDK/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 8.0.1
- Updated to the latest Photobook
- Fixed interface to light mode

## 8.1.0
- Added support for 3DS2 payments
- Fixes and improvements
Expand Down
4 changes: 4 additions & 0 deletions Kite-SDK/KitePrintSDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1918,6 +1918,7 @@
CODE_SIGN_ENTITLEMENTS = "KiteSDK-Demo.entitlements";
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CURRENT_PROJECT_VERSION = 3;
DEVELOPMENT_TEAM = "";
ENABLE_BITCODE = YES;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -1935,6 +1936,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 8.1.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -2012,6 +2014,7 @@
CODE_SIGN_ENTITLEMENTS = "KiteSDK-Demo.entitlements";
CODE_SIGN_IDENTITY = "iPhone Distribution: Kite Tech LTD (L78L4U72YJ)";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CURRENT_PROJECT_VERSION = 3;
DEVELOPMENT_TEAM = "";
ENABLE_BITCODE = YES;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -2029,6 +2032,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 8.1.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down
6 changes: 4 additions & 2 deletions Kite-SDK/PSPrintSDK/KiteCI-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>8.1.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -51,7 +51,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>8</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>FacebookAppID</key>
<string>584401511683605</string>
<key>ITSAppUsesNonExemptEncryption</key>
Expand Down Expand Up @@ -90,5 +90,7 @@
<string>UIInterfaceOrientationLandscapeRight</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
</array>
<key>UIUserInterfaceStyle</key>
<string>Light</string>
</dict>
</plist>
2 changes: 2 additions & 0 deletions Kite-SDK/PSPrintSDK/KitePrintSDK-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,7 @@
<string>UIInterfaceOrientationLandscapeRight</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
</array>
<key>UIUserInterfaceStyle</key>
<string>Light</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion Kite-SDK/PSPrintSDK/OLConstants.m
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

#import "OLConstants.h"

NSString *const kOLKiteSDKVersion = @"8.1.0";
NSString *const kOLKiteSDKVersion = @"8.1.1";
NSString *const kOLKiteSDKErrorDomain = @"co.oceanlabs.kOLKiteSDKErrorDomain";
NSString *const kNotificationTemplateSyncComplete = @"co.oceanlabs.pssdk.notification.kNotificationSyncComplete";
NSString *const kNotificationTemplateSyncPartialComplete = @"co.oceanlabs.pssdk.notification.kNotificationTemplateSyncPartialComplete";
Expand Down
2 changes: 0 additions & 2 deletions Kite-SDK/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@ target 'KiteSDK' do
end

target 'KiteSDK-Demo' do
pod 'PayPal-iOS-SDK/Core'
pod 'FBSDKCoreKit'
pod 'FBSDKLoginKit'
end

target 'Kite-CI-Deploy' do
pod 'PayPal-iOS-SDK/Core'
pod 'FBSDKCoreKit'
pod 'FBSDKLoginKit'
pod 'KITAssetsPickerController', :git => 'https://github.com/kkarayannis/KITAssetsPickerController.git'
Expand Down
49 changes: 23 additions & 26 deletions Kite-SDK/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- Analytics (3.6.10)
- Analytics (3.7.0)
- FBSDKCoreKit (5.2.3):
- FBSDKCoreKit/Basics (= 5.2.3)
- FBSDKCoreKit/Core (= 5.2.3)
Expand All @@ -8,43 +8,41 @@ PODS:
- FBSDKCoreKit/Basics
- FBSDKLoginKit (5.2.3):
- FBSDKCoreKit (~> 5.0)
- KeychainSwift (16.0.1)
- KeychainSwift (17.0.0)
- KITAssetsPickerController (1.0.9):
- PureLayout (~> 3.0.0)
- NXOAuth2Client (1.2.8)
- PayPal-iOS-Dynamic-Loader (1.0.1)
- PayPal-iOS-SDK/Core (2.18.1)
- Photobook (2.1.0):
- Analytics (~> 3.6.10)
- KeychainSwift (~> 16.0.1)
- Photobook (2.1.1):
- Analytics (~> 3.7.0)
- KeychainSwift (~> 17.0.0)
- PayPal-iOS-Dynamic-Loader
- SDWebImage (~> 4.4.0)
- Stripe (~> 15.0.1)
- SDWebImage (~> 5.2.0)
- Stripe (~> 18.0.0)
- PureLayout (3.0.2)
- SDWebImage (4.4.7):
- SDWebImage/Core (= 4.4.7)
- SDWebImage/Core (4.4.7)
- Stripe (15.0.1)
- SDWebImage (5.2.3):
- SDWebImage/Core (= 5.2.3)
- SDWebImage/Core (5.2.3)
- Stripe (18.0.0)

DEPENDENCIES:
- FBSDKCoreKit
- FBSDKLoginKit
- KITAssetsPickerController (from `https://github.com/kkarayannis/KITAssetsPickerController.git`)
- NXOAuth2Client
- PayPal-iOS-SDK/Core
- Photobook

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- Analytics
https://github.com/CocoaPods/Specs.git:
- FBSDKCoreKit
- FBSDKLoginKit
- KeychainSwift
- NXOAuth2Client
- PureLayout
trunk:
- Analytics
- KeychainSwift
- PayPal-iOS-Dynamic-Loader
- PayPal-iOS-SDK
- Photobook
- PureLayout
- SDWebImage
- Stripe

Expand All @@ -58,19 +56,18 @@ CHECKOUT OPTIONS:
:git: https://github.com/kkarayannis/KITAssetsPickerController.git

SPEC CHECKSUMS:
Analytics: 63744ad4afa65c3bcdcdb7a94b62515bde5b3900
Analytics: 77fd5fb102a4a5eedafa2c2b0245ceb7b7c15e45
FBSDKCoreKit: 5154c35d9058fd7dfa0445ba19e194c4b172fc32
FBSDKLoginKit: dc98b6bf12334f1a42f28d0457fffc9aa3d1eca5
KeychainSwift: 4209611373ca4a098e09b1e547eebd87c544dcc4
KeychainSwift: 9f43f562dffc88af6efadb57d74b14c598eb337f
KITAssetsPickerController: bcb94b0b3267006fa666041f18a2370a00a9b105
NXOAuth2Client: 98c4d4c594edd2b289cfc34a8928653e1dab7adf
PayPal-iOS-Dynamic-Loader: a32db083fe7e8f8d9ad4309e483e369c9a47e5eb
PayPal-iOS-SDK: 10654cd111e911a9807bddb96fae81aacb8e9915
Photobook: 6c5b7511265553ff304b3d00fc1c7229fe5f3ee2
Photobook: 4d1c1b830755c4ca8df7f8b7d8383d5f8669721e
PureLayout: 4d550abe49a94f24c2808b9b95db9131685fe4cd
SDWebImage: c10d14a8883ebd89664f02a422006f66a85c0c5d
Stripe: 2c4d0a88817361a102886315ff452d90f65e898b
SDWebImage: 46a7f73228f84ce80990c786e4372cf4db5875ce
Stripe: 8c9ac6b717a38ed4f373d4db9204cfe8c4120d65

PODFILE CHECKSUM: 078d39570ad0103dcf7ccd358d629d21e4d52636
PODFILE CHECKSUM: b53f413e9b38431c6575c3b60dc0e5e535eccbde

COCOAPODS: 1.7.3
COCOAPODS: 1.8.3

0 comments on commit d3f3044

Please sign in to comment.