Skip to content

Commit

Permalink
MOB-4893 release 1.13.2 (#613)
Browse files Browse the repository at this point in the history
* bump version, update translations

* update client spm package
  • Loading branch information
dianakarh authored Sep 25, 2023
1 parent 2c868ec commit 7316f0d
Show file tree
Hide file tree
Showing 24 changed files with 49 additions and 49 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" : {
"revision" : "10d6d7d7552dc1c7d55465c53909621f5c0a0e6a",
"version" : "1.8.1"
"revision" : "fe24e1b750fea895a7b53c7ea1dc266971389e92",
"version" : "1.8.2"
}
},
{
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.1"
s.version = "1.13.2"
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 @@ -5441,7 +5441,7 @@
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 23;
CURRENT_PROJECT_VERSION = 24;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = U7U4Q7YGDH;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -5460,7 +5460,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.13.1;
MARKETING_VERSION = 1.13.2;
PRODUCT_BUNDLE_IDENTIFIER = com.karhoo.KarhooUISDK;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand All @@ -5484,7 +5484,7 @@
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 23;
CURRENT_PROJECT_VERSION = 24;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = U7U4Q7YGDH;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -5503,7 +5503,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.13.1;
MARKETING_VERSION = 1.13.2;
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.1"
public let karhooUiSdkVersion = "1.13.2"

public protocol KarhooUISDKConfiguration: KarhooSDKConfiguration {
func logo() -> UIImage
Expand Down
4 changes: 2 additions & 2 deletions KarhooUISDK/Translations/Base.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@

"kh_uisdk_filter_train_tracking" = "Train tracking";

"kh_uisdk_filter_van" = "Van";
"kh_uisdk_filter_van" = "MPV";

"kh_uisdk_filter_vehicle_class" = "Vehicle class";

Expand Down Expand Up @@ -888,7 +888,7 @@

"kh_uisdk_prebook_confirmation" = "Your booking\nfrom: %1$@\nto: %2$@\nat: %3$@\nhas been confirmed";

"kh_uisdk_prebook_confirmed" = "Pre-booking confirmed";
"kh_uisdk_prebook_confirmed" = "Booking confirmed";

"kh_uisdk_prebook_picker_title" = "Pickup time";

Expand Down
4 changes: 2 additions & 2 deletions KarhooUISDK/Translations/de.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@

"kh_uisdk_filter_train_tracking" = "Zug-Tracking";

"kh_uisdk_filter_van" = "Van";
"kh_uisdk_filter_van" = "Großraum";

"kh_uisdk_filter_vehicle_class" = "Fahrzeugklasse";

Expand Down Expand Up @@ -888,7 +888,7 @@

"kh_uisdk_prebook_confirmation" = "Ihre Buchung\nvon: %1$@\nnach: %2$@\num: %3$@\nwurde bestätigt";

"kh_uisdk_prebook_confirmed" = "Vorab-Buchung bestätigt";
"kh_uisdk_prebook_confirmed" = "Reservierung bestätigt";

"kh_uisdk_prebook_picker_title" = "Abholzeit";

Expand Down
4 changes: 2 additions & 2 deletions KarhooUISDK/Translations/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@

"kh_uisdk_filter_train_tracking" = "Train tracking";

"kh_uisdk_filter_van" = "Van";
"kh_uisdk_filter_van" = "MPV";

"kh_uisdk_filter_vehicle_class" = "Vehicle class";

Expand Down Expand Up @@ -888,7 +888,7 @@

"kh_uisdk_prebook_confirmation" = "Your booking\nfrom: %1$@\nto: %2$@\nat: %3$@\nhas been confirmed";

"kh_uisdk_prebook_confirmed" = "Pre-booking confirmed";
"kh_uisdk_prebook_confirmed" = "Booking confirmed";

"kh_uisdk_prebook_picker_title" = "Pickup time";

Expand Down
4 changes: 2 additions & 2 deletions KarhooUISDK/Translations/es.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@

"kh_uisdk_filter_train_tracking" = "Seguimiento de su tren";

"kh_uisdk_filter_van" = "Furgoneta";
"kh_uisdk_filter_van" = "Monovolumen";

"kh_uisdk_filter_vehicle_class" = "Clase de vehículo";

Expand Down Expand Up @@ -888,7 +888,7 @@

"kh_uisdk_prebook_confirmation" = "Su viaje de %1$@ a %2$@ a las %3$@ ha sido confirmado";

"kh_uisdk_prebook_confirmed" = "Reserva anticipada confirmada";
"kh_uisdk_prebook_confirmed" = "Reserva confirmada";

"kh_uisdk_prebook_picker_title" = "Hora de recogida";

Expand Down
2 changes: 1 addition & 1 deletion KarhooUISDK/Translations/fr.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,7 @@

"kh_uisdk_prebook_confirmation" = "Votre réservation\nau départ de : %1$@\nà destination de : %2$@\nà : %3$@\nest confirmée";

"kh_uisdk_prebook_confirmed" = "Pré-réservation confirmée";
"kh_uisdk_prebook_confirmed" = "Réservation confirmée";

"kh_uisdk_prebook_picker_title" = "Heure de départ";

Expand Down
4 changes: 2 additions & 2 deletions KarhooUISDK/Translations/id.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@

"kh_uisdk_filter_train_tracking" = "Pelacakan kereta api";

"kh_uisdk_filter_van" = "Mobil van";
"kh_uisdk_filter_van" = "MPV";

"kh_uisdk_filter_vehicle_class" = "Kelas kendaraan";

Expand Down Expand Up @@ -884,7 +884,7 @@

"kh_uisdk_prebook_confirmation" = "Pemesanan Anda\ndari: %1$@ \nto: %2$@ \nat: %3$@ \ntelah dikonfirmasi";

"kh_uisdk_prebook_confirmed" = "Pra-pemesanan telah dikonfirmasi";
"kh_uisdk_prebook_confirmed" = "Pemesanan dikonfirmasi";

"kh_uisdk_prebook_picker_title" = "Waktu penjemputan";

Expand Down
4 changes: 2 additions & 2 deletions KarhooUISDK/Translations/it.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@

"kh_uisdk_filter_train_tracking" = "Tracciamento treno";

"kh_uisdk_filter_van" = "Pulmino";
"kh_uisdk_filter_van" = "Multiposto";

"kh_uisdk_filter_vehicle_class" = "Classe veicolo";

Expand Down Expand Up @@ -888,7 +888,7 @@

"kh_uisdk_prebook_confirmation" = "La tua prenotazione\nda: %1$@\na: %2$@\nalle: %3$@\nè stata confermata";

"kh_uisdk_prebook_confirmed" = "Prenotazione anticipata confermata";
"kh_uisdk_prebook_confirmed" = "Prenotazione confermata";

"kh_uisdk_prebook_picker_title" = "Orario di prelievo";

Expand Down
4 changes: 2 additions & 2 deletions KarhooUISDK/Translations/ja.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@

"kh_uisdk_filter_train_tracking" = "列車の追跡";

"kh_uisdk_filter_van" = "ワンボックスワゴン";
"kh_uisdk_filter_van" = "ミニバン";

"kh_uisdk_filter_vehicle_class" = "車両クラス";

Expand Down Expand Up @@ -884,7 +884,7 @@

"kh_uisdk_prebook_confirmation" = "予約を次の通り確定しました\n出発地:%1$@\n目的地:%2$@\n料金:%3$@";

"kh_uisdk_prebook_confirmed" = "事前予約確定済み";
"kh_uisdk_prebook_confirmed" = "予約確定";

"kh_uisdk_prebook_picker_title" = "お迎え時刻";

Expand Down
4 changes: 2 additions & 2 deletions KarhooUISDK/Translations/nl.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@

"kh_uisdk_filter_train_tracking" = "Trein volgen";

"kh_uisdk_filter_van" = "Busje";
"kh_uisdk_filter_van" = "Bus";

"kh_uisdk_filter_vehicle_class" = "Voertuigklasse";

Expand Down Expand Up @@ -888,7 +888,7 @@

"kh_uisdk_prebook_confirmation" = "Uw boeking\nvan: %1$@ \nnaar: %2$@ \nop: %3$@ \nis bevestigd";

"kh_uisdk_prebook_confirmed" = "Boeking vooraf bevestigd";
"kh_uisdk_prebook_confirmed" = "Boeking bevestigd";

"kh_uisdk_prebook_picker_title" = "Ophaaltijd";

Expand Down
4 changes: 2 additions & 2 deletions KarhooUISDK/Translations/pl.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@

"kh_uisdk_filter_train_tracking" = "Śledzenie pociągów";

"kh_uisdk_filter_van" = "Van";
"kh_uisdk_filter_van" = "MPV";

"kh_uisdk_filter_vehicle_class" = "Klasa pojazdu";

Expand Down Expand Up @@ -888,7 +888,7 @@

"kh_uisdk_prebook_confirmation" = "Twoja rezerwacja\nz: %1$@ \ndo: %2$@ \nat: %3$@ \nzostała potwierdzona";

"kh_uisdk_prebook_confirmed" = "Rezerwacja wstępna potwierdzona";
"kh_uisdk_prebook_confirmed" = "Rezerwacja potwierdzona";

"kh_uisdk_prebook_picker_title" = "Godzina odbioru";

Expand Down
4 changes: 2 additions & 2 deletions KarhooUISDK/Translations/pt-BR.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@

"kh_uisdk_filter_train_tracking" = "Rastreamento de trens";

"kh_uisdk_filter_van" = "Van";
"kh_uisdk_filter_van" = "Monovolume";

"kh_uisdk_filter_vehicle_class" = "Categoria do veículo";

Expand Down Expand Up @@ -888,7 +888,7 @@

"kh_uisdk_prebook_confirmation" = "A sua viagem\nde: %1$@ \npara: %2$@ \nàs: %3$@ \nfoi confirmada.";

"kh_uisdk_prebook_confirmed" = "Pré-reserva confirmada";
"kh_uisdk_prebook_confirmed" = "Reserva confirmada";

"kh_uisdk_prebook_picker_title" = "Horário de embarque";

Expand Down
4 changes: 2 additions & 2 deletions KarhooUISDK/Translations/pt-PT.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@

"kh_uisdk_filter_train_tracking" = "Rastreamento de comboios";

"kh_uisdk_filter_van" = "Carrinha";
"kh_uisdk_filter_van" = "Monovolume";

"kh_uisdk_filter_vehicle_class" = "Classe do veículo";

Expand Down Expand Up @@ -888,7 +888,7 @@

"kh_uisdk_prebook_confirmation" = "A sua viagem\nde: %1$@ \npara: %2$@ \nàs: %3$@ \nfoi confirmada.";

"kh_uisdk_prebook_confirmed" = "Pré-reserva confirmada";
"kh_uisdk_prebook_confirmed" = "Reserva confirmada";

"kh_uisdk_prebook_picker_title" = "Hora de recolha";

Expand Down
2 changes: 1 addition & 1 deletion KarhooUISDK/Translations/ru.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,7 @@

"kh_uisdk_prebook_confirmation" = "Ваше бронирование\nот: %1$@ \nдо: %2$@ \в: %3$@ \nподтверждено";

"kh_uisdk_prebook_confirmed" = "Предварительное бронирование подтверждено";
"kh_uisdk_prebook_confirmed" = "Бронирование подтверждено";

"kh_uisdk_prebook_picker_title" = "Время посадки";

Expand Down
4 changes: 2 additions & 2 deletions KarhooUISDK/Translations/th.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@

"kh_uisdk_filter_train_tracking" = "การติดตามรถไฟ";

"kh_uisdk_filter_van" = "รถตู้";
"kh_uisdk_filter_van" = "รถอเนกประสงค์";

"kh_uisdk_filter_vehicle_class" = "ระดับยานพาหนะ";

Expand Down Expand Up @@ -884,7 +884,7 @@

"kh_uisdk_prebook_confirmation" = "การจองของคุณ\nจาก: %1$@ \nไปยัง: %2$@ \nเวลา: %3$@ \n ได้รับการยืนยันแล้ว";

"kh_uisdk_prebook_confirmed" = "ยืนยันการจองล่วงหน้าแล้ว";
"kh_uisdk_prebook_confirmed" = "ยืนยันการจองแล้ว";

"kh_uisdk_prebook_picker_title" = "เวลารับ";

Expand Down
4 changes: 2 additions & 2 deletions KarhooUISDK/Translations/zh-Hans.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@

"kh_uisdk_filter_train_tracking" = "火车追踪";

"kh_uisdk_filter_van" = "面包车";
"kh_uisdk_filter_van" = "多功能车";

"kh_uisdk_filter_vehicle_class" = "车辆级别";

Expand Down Expand Up @@ -884,7 +884,7 @@

"kh_uisdk_prebook_confirmation" = "您的预订\n 从:%1$@\n 至:%2$@\n 时间:%3$@\n已确认";

"kh_uisdk_prebook_confirmed" = "提前预订已确认";
"kh_uisdk_prebook_confirmed" = "预订确认";

"kh_uisdk_prebook_picker_title" = "上车时间";

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" : {
"revision" : "10d6d7d7552dc1c7d55465c53909621f5c0a0e6a",
"version" : "1.8.1"
"revision" : "fe24e1b750fea895a7b53c7ea1dc266971389e92",
"version" : "1.8.2"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ 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.1"),
.package(url: "https://github.com/karhoo/karhoo-ios-sdk", exact: "1.8.2"),
.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
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ end

# UISDK framework
target 'KarhooUISDK' do
pod 'KarhooSDK', :git => 'https://github.com/karhoo/karhoo-ios-sdk', :branch => 'master'
pod 'KarhooSDK', :git => 'https://github.com/karhoo/karhoo-ios-sdk', :tag => '1.8.2'
# pod 'KarhooSDK', '1.8.1'
pod 'SwiftLint', '~> 0.47'
pod 'SwiftFormat/CLI', '~> 0.49'
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.1):
- KarhooSDK (1.8.2):
- KeychainSwift (= 12.0.0)
- ReachabilitySwift (= 5.0.0)
- KarhooUISDK (1.13.1):
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.2`)
- 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.2
KarhooUISDK:
:path: "./"

CHECKOUT OPTIONS:
KarhooSDK:
:commit: 9b13e1ef868c9f31553ffa08fa813a89ceb4003d
:git: https://github.com/karhoo/karhoo-ios-sdk
:tag: 1.8.2

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

PODFILE CHECKSUM: a7ff5d1f3f24eef19cd4bc4e247d05b3e40d44de
PODFILE CHECKSUM: 3712353708e08544a480e8004dd08c6df9ca3f71

COCOAPODS: 1.12.1
Loading

0 comments on commit 7316f0d

Please sign in to comment.