Skip to content

Commit

Permalink
bump version to 1.13.3 (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
dianakarh authored Mar 7, 2024
1 parent 9520fcd commit d754692
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 24 deletions.
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.2"
s.version = "1.13.3"
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 @@ -5461,7 +5461,7 @@
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 24;
CURRENT_PROJECT_VERSION = 25;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = U7U4Q7YGDH;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -5480,7 +5480,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.13.2;
MARKETING_VERSION = 1.13.3;
PRODUCT_BUNDLE_IDENTIFIER = com.karhoo.KarhooUISDK;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand All @@ -5504,7 +5504,7 @@
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 24;
CURRENT_PROJECT_VERSION = 25;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = U7U4Q7YGDH;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -5523,7 +5523,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.13.2;
MARKETING_VERSION = 1.13.3;
PRODUCT_BUNDLE_IDENTIFIER = com.karhoo.KarhooUISDK;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down
4 changes: 2 additions & 2 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" : {
"branch" : "MOB-4907-privacy-manifest",
"revision" : "33d029e33caba2c1a99efa1046ca27c40bc1c768"
"revision" : "94833520c40c92364f92fef450bf00584241d5bb",
"version" : "1.8.4"
}
},
{
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.3"),
// .package(url: "https://github.com/karhoo/karhoo-ios-sdk", branch: "master"),
.package(url: "https://github.com/karhoo/karhoo-ios-sdk", exact: "1.8.4"),
.package(url: "https://github.com/Adyen/adyen-ios", exact: "4.11.2"),
.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 @@ -45,8 +45,8 @@ end

# UISDK framework
target 'KarhooUISDK' do
pod 'KarhooSDK', :git => 'https://github.com/karhoo/karhoo-ios-sdk', :branch => 'master'
# pod 'KarhooSDK', '1.8.3'
# pod 'KarhooSDK', :git => 'https://github.com/karhoo/karhoo-ios-sdk', :branch => 'master'
pod 'KarhooSDK', '1.8.4'
pod 'SwiftLint', '~> 0.54'
pod 'SwiftFormat/CLI' , '~> 0.53'
pod 'BraintreeDropIn', '~> 9.8.1'
Expand Down
15 changes: 5 additions & 10 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ PODS:
- CwlCatchException (~> 2.1.2)
- CwlMachBadInstructionHandler (~> 2.1.2)
- CwlPosixPreconditionTesting (~> 2.1.2)
- KarhooSDK (1.8.3)
- KarhooSDK (1.8.4)
- KarhooUISDK (1.13.2):
- KarhooUISDK/Core (= 1.13.2)
- KarhooUISDK/Adyen (1.13.2):
Expand All @@ -85,7 +85,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 (= 1.8.4)
- KarhooUISDK (from `./`)
- KarhooUISDK/Adyen (from `./`)
- KarhooUISDK/Braintree (from `./`)
Expand All @@ -107,25 +107,20 @@ SPEC REPOS:
- CwlMachBadInstructionHandler
- CwlPosixPreconditionTesting
- CwlPreconditionTesting
- KarhooSDK
- Quick
- SnapshotTesting
- SwiftFormat
- SwiftLint

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

CHECKOUT OPTIONS:
KarhooSDK:
:commit: f4eac994fc73c645c9b0092adcdce138ddbd93ea
:git: https://github.com/karhoo/karhoo-ios-sdk
Nimble:
:git: https://github.com/Quick/Nimble
:tag: v13.2.1
Expand All @@ -141,14 +136,14 @@ SPEC CHECKSUMS:
CwlMachBadInstructionHandler: b982c7e3e44fcfa1c680e8046f6bba35f3476d65
CwlPosixPreconditionTesting: 4011f0660c0be460b088d10bcfdf351c7e036ac4
CwlPreconditionTesting: 23ed728f2acc2d774fb59101123c943ce0119107
KarhooSDK: ecb1c2da9e88b9e5cea4b3ee448a1972462f5378
KarhooSDK: 4ce53499ed1dfb4d71dc355abdfb36ecf945db5c
KarhooUISDK: 3b2854da4c02600dcb468486e7c8a67487ea610a
Nimble: 036a4cd1b987630be09cbffd6cda452290e94282
Quick: d0f6d66a9342b1ffe5f161a81a662a4dbfe74692
SnapshotTesting: 6141c48b6aa76ead61431ca665c14ab9a066c53b
SwiftFormat: 19cf302c4ecf4f8c64d394d57589beb145debed5
SwiftLint: c1de071d9d08c8aba837545f6254315bc900e211

PODFILE CHECKSUM: e388d7a4c1bdf41b454fa834716af7bf595734f3
PODFILE CHECKSUM: b0c1ab06c50751caa476f9f8513ae106ad28cf8a

COCOAPODS: 1.15.2
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', :git => 'git@github.com:karhoo/karhoo-ios-sdk', :tag => '1.8.2'
pod 'KarhooUISDK', :git => 'git@github.com:karhoo/karhoo-ios-ui-sdk.git', :tag => '1.13.2'
pod 'KarhooSDK', :git => 'git@github.com:karhoo/karhoo-ios-sdk', :tag => '1.8.4'
pod 'KarhooUISDK', :git => 'git@github.com:karhoo/karhoo-ios-ui-sdk.git', :tag => '1.13.3'
```
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.2
pod 'KarhooUISDK/Braintree', :git => 'git@github.com:karhoo/karhoo-ios-ui-sdk.git', :tag => '1.13.3
```
then import `KarhooUISDK` wherever you want to access Karhoo services
Expand Down

0 comments on commit d754692

Please sign in to comment.