Skip to content

Commit

Permalink
bump version to 2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Grigory Serebryanyy committed Feb 8, 2022
1 parent 396fa3f commit 6030924
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 11 deletions.
8 changes: 4 additions & 4 deletions ASDKSample/ASDKSample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -701,13 +701,13 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = ASDKSample/ASDKSampleDebug.entitlements;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CURRENT_PROJECT_VERSION = 52;
CURRENT_PROJECT_VERSION = 53;
INFOPLIST_FILE = ASDKSample/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.6.2;
MARKETING_VERSION = 2.6.3;
PRODUCT_BUNDLE_IDENTIFIER = ru.tcsbank.ASDKSample;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "ASDKSample Development";
Expand All @@ -721,13 +721,13 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CURRENT_PROJECT_VERSION = 52;
CURRENT_PROJECT_VERSION = 53;
INFOPLIST_FILE = ASDKSample/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.6.2;
MARKETING_VERSION = 2.6.3;
PRODUCT_BUNDLE_IDENTIFIER = ru.tcsenterprise.core.ios.asdk;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "match InHouse ru.tcsenterprise.core.ios.asdk";
Expand Down
10 changes: 5 additions & 5 deletions ASDKSample/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PODS:
- SwiftFormat/CLI (0.47.2)
- SwiftLint (0.40.3)
- TinkoffASDKCore (2.6.2)
- TinkoffASDKCore/Tests (2.6.2)
- TinkoffASDKUI (2.6.2):
- TinkoffASDKCore (2.6.3)
- TinkoffASDKCore/Tests (2.6.3)
- TinkoffASDKUI (2.6.3):
- TinkoffASDKCore

DEPENDENCIES:
Expand All @@ -27,8 +27,8 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
SwiftFormat: 0315a7115b15fd4ea2d043d5f5c22e3c98f84078
SwiftLint: dfd554ff0dff17288ee574814ccdd5cea85d76f7
TinkoffASDKCore: 42e7b8fd9005074b464c8b0fc164f163e73e01ec
TinkoffASDKUI: e73ce37fdca85126bb63a997ddb9d81b7f0ebf8b
TinkoffASDKCore: a8b38a1d3ee049c1ae7e86a4822547c99ed5601e
TinkoffASDKUI: 93a457a660fa6e4049913537470a0c958faf3feb

PODFILE CHECKSUM: 624c75ef2cd3b1e0422f01c7b3085404cbb1258a

Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog
## [Unreleased]

## [2.6.3] - 2021-02-09

## Updated
* sbp - call callback with cancelled state on no banks app screen(MIC-4624)

Expand Down
2 changes: 1 addition & 1 deletion TinkoffASDKCore.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|

spec.name = 'TinkoffASDKCore'
spec.version = '2.6.2'
spec.version = '2.6.3'
spec.summary = 'Мобильный SDK'
spec.description = 'Позволяет настроить прием платежей в нативной форме приложений для платформы iOS'
spec.homepage = 'https://github.com/TinkoffCreditSystems/AcquiringSdk_IOS'
Expand Down
2 changes: 1 addition & 1 deletion TinkoffASDKUI.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|

spec.name = "TinkoffASDKUI"
spec.version = '2.6.2'
spec.version = '2.6.3'
spec.summary = 'Мобильный SDK'
spec.description = 'Позволяет настроить прием платежей в нативной форме приложений для платформы iOS'
spec.homepage = 'https://github.com/TinkoffCreditSystems/AcquiringSdk_IOS'
Expand Down

0 comments on commit 6030924

Please sign in to comment.