Skip to content

Commit

Permalink
prepare release 1.13.1 (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
dianakarh authored Aug 29, 2023
1 parent 6de7620 commit 8738bea
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/karhoo/karhoo-ios-sdk",
"state" : {
"branch" : "master",
"revision" : "56b8fe62cf4b8112b901b88e1fc904495cede12e"
"revision" : "10d6d7d7552dc1c7d55465c53909621f5c0a0e6a",
"version" : "1.8.1"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion KarhooUISDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "KarhooUISDK"
s.version = "1.13.0"
s.version = "1.13.1"
s.summary = "Karhoo UI SDK"
s.homepage = "https://developer.karhoo.com/docs/build-apps-using-sdks"
s.license = 'BSD 2-Clause'
Expand Down
8 changes: 4 additions & 4 deletions KarhooUISDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -5440,7 +5440,7 @@
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 22;
CURRENT_PROJECT_VERSION = 23;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = U7U4Q7YGDH;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -5459,7 +5459,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.13.0;
MARKETING_VERSION = 1.13.1;
PRODUCT_BUNDLE_IDENTIFIER = com.karhoo.KarhooUISDK;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand All @@ -5483,7 +5483,7 @@
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 22;
CURRENT_PROJECT_VERSION = 23;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = U7U4Q7YGDH;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -5502,7 +5502,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.13.0;
MARKETING_VERSION = 1.13.1;
PRODUCT_BUNDLE_IDENTIFIER = com.karhoo.KarhooUISDK;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down
2 changes: 1 addition & 1 deletion KarhooUISDK/API/KarhooUISDKConfiguration.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Foundation
import KarhooSDK
import UIKit

public let karhooUiSdkVersion = "1.13.0"
public let karhooUiSdkVersion = "1.13.1"

public protocol KarhooUISDKConfiguration: KarhooSDKConfiguration {
func logo() -> UIImage
Expand Down
13 changes: 2 additions & 11 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/karhoo/karhoo-ios-sdk",
"state" : {
"revision" : "0d8259abab009be623d2522f9fa41d1b54c1091a",
"version" : "1.8.0"
"revision" : "10d6d7d7552dc1c7d55465c53909621f5c0a0e6a",
"version" : "1.8.1"
}
},
{
Expand All @@ -99,15 +99,6 @@
"version" : "10.0.0"
}
},
{
"identity" : "phonenumberkit",
"kind" : "remoteSourceControl",
"location" : "https://github.com/marmelroy/PhoneNumberKit",
"state" : {
"revision" : "c7d7b0c91ef0ad7e413022edfcf5d6f75561e2d5",
"version" : "3.3.1"
}
},
{
"identity" : "quick",
"kind" : "remoteSourceControl",
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ let package = Package(
],
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/karhoo/karhoo-ios-sdk", branch: "master"),
// .package(url: "https://github.com/karhoo/karhoo-ios-sdk", exact: "1.8.0"),
// .package(url: "https://github.com/karhoo/karhoo-ios-sdk", branch: "master"),
.package(url: "https://github.com/karhoo/karhoo-ios-sdk", exact: "1.8.1"),
.package(url: "https://github.com/Adyen/adyen-ios", exact: "4.7.1"),
.package(url: "https://github.com/braintree/braintree-ios-drop-in", exact: "9.8.0"),
.package(url: "https://github.com/braintree/braintree_ios", exact: "5.20.1"),
Expand Down
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ end

# UISDK framework
target 'KarhooUISDK' do
pod 'KarhooSDK', :git => 'https://github.com/karhoo/karhoo-ios-sdk', :branch => 'master'
# pod 'KarhooSDK', '1.7.2'
pod 'KarhooSDK', :git => 'https://github.com/karhoo/karhoo-ios-sdk', :tag => '1.8.1'
# pod 'KarhooSDK', '1.8.1'
pod 'SwiftLint', '~> 0.47'
pod 'SwiftFormat/CLI', '~> 0.49'
pod 'BraintreeDropIn', '~> 9.8.1'
Expand Down
12 changes: 6 additions & 6 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ PODS:
- Braintree/ThreeDSecure (~> 5.19)
- Braintree/UnionPay (~> 5.19)
- Braintree/Venmo (~> 5.19)
- KarhooSDK (1.8.0):
- KarhooSDK (1.8.1):
- KeychainSwift (= 12.0.0)
- ReachabilitySwift (= 5.0.0)
- KarhooUISDK (1.13.0):
Expand All @@ -79,7 +79,7 @@ DEPENDENCIES:
- Adyen (= 4.7.2)
- Braintree/PaymentFlow (~> 5.20.1)
- BraintreeDropIn (~> 9.8.1)
- KarhooSDK (from `https://github.com/karhoo/karhoo-ios-sdk`, branch `master`)
- KarhooSDK (from `https://github.com/karhoo/karhoo-ios-sdk`, tag `1.8.1`)
- KarhooUISDK (from `./`)
- KarhooUISDK/Adyen (from `./`)
- KarhooUISDK/Braintree (from `./`)
Expand All @@ -106,23 +106,23 @@ SPEC REPOS:

EXTERNAL SOURCES:
KarhooSDK:
:branch: master
:git: https://github.com/karhoo/karhoo-ios-sdk
:tag: 1.8.1
KarhooUISDK:
:path: "./"

CHECKOUT OPTIONS:
KarhooSDK:
:commit: 7a9434fd9bb794be18ffed2b21ca8eb217b5597e
:git: https://github.com/karhoo/karhoo-ios-sdk
:tag: 1.8.1

SPEC CHECKSUMS:
Adyen: 2b1ff574b46d7af43717869859c686b843b8d772
Adyen3DS2: 48659258ad7a9ff6c212b80dcbda3e63f2b4a236
AdyenNetworking: 14567bd00c00ba2e2580a904708c7ba5f010b1f9
Braintree: 4a27d741d164591ac87cecfaa9a02adb8eb92422
BraintreeDropIn: 3d53945d1c0a2d050f094bbad7596e9f65a6993a
KarhooSDK: 0c53054fdc1347c9884deee4c8db4a3a9cf23c71
KarhooSDK: 22dea4212fff3c5241944dbb9a5ebc94ea8d7e98
KarhooUISDK: 49c02abf5ca1929fcf28722593d81240e21c2298
KeychainSwift: d5e776578587ee5958ce36601df22f168f65138a
Nimble: 5316ef81a170ce87baf72dd961f22f89a602ff84
Expand All @@ -132,6 +132,6 @@ SPEC CHECKSUMS:
SwiftFormat: b2062ab08a5c83c075e32355175c58b99e52187f
SwiftLint: 1b7561918a19e23bfed960e40759086e70f4dba5

PODFILE CHECKSUM: 4a93d6c3f1f6f48daf26986f722588d23ce3d891
PODFILE CHECKSUM: 99541b1312afc7478b4d37da753bbd59b812167b

COCOAPODS: 1.12.1
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ You can use [CocoaPods](http://cocoapods.org/) to install `KarhooUISDK` by addin
```ruby

use_frameworks!
pod 'KarhooSDK', '1.8.0'
pod 'KarhooUISDK', :git => 'git@github.com:karhoo/karhoo-ios-ui-sdk.git', :tag => '1.13.0'
pod 'KarhooSDK', :git => 'git@github.com:karhoo/karhoo-ios-sdk', :tag => '1.8.1'
pod 'KarhooUISDK', :git => 'git@github.com:karhoo/karhoo-ios-ui-sdk.git', :tag => '1.13.1'
```
Depending on payment provider you want to use in your integration add:
```ruby
pod 'KarhooUISDK/Braintree', :git => 'git@github.com:karhoo/karhoo-ios-ui-sdk.git', :tag => '1.13.0'
pod 'KarhooUISDK/Braintree', :git => 'git@github.com:karhoo/karhoo-ios-ui-sdk.git', :tag => '1.13.1'
```

then import `KarhooUISDK` wherever you want to access Karhoo services
Expand Down

0 comments on commit 8738bea

Please sign in to comment.