Skip to content

Commit

Permalink
bump version to 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
g.serebryaniy committed Jan 20, 2022
1 parent 6718885 commit a484829
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 = 50;
CURRENT_PROJECT_VERSION = 51;
INFOPLIST_FILE = ASDKSample/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.6.0;
MARKETING_VERSION = 2.6.1;
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 = 50;
CURRENT_PROJECT_VERSION = 51;
INFOPLIST_FILE = ASDKSample/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.6.0;
MARKETING_VERSION = 2.6.1;
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.0)
- TinkoffASDKCore/Tests (2.6.0)
- TinkoffASDKUI (2.6.0):
- TinkoffASDKCore (2.6.1)
- TinkoffASDKCore/Tests (2.6.1)
- TinkoffASDKUI (2.6.1):
- TinkoffASDKCore

DEPENDENCIES:
Expand All @@ -27,8 +27,8 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
SwiftFormat: 0315a7115b15fd4ea2d043d5f5c22e3c98f84078
SwiftLint: dfd554ff0dff17288ee574814ccdd5cea85d76f7
TinkoffASDKCore: 51b9698d9a43abfc1bb4c21c9417a3aed231ea37
TinkoffASDKUI: 01f1422a354dca04683ae0840937ff6f16cf64b3
TinkoffASDKCore: 37e3594645a0a418622ade7028cee1dd49d1932e
TinkoffASDKUI: 98d339275f44d8f484b1595db01020cd152b96a7

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.1] - 2021-01-21

### Updated
* using resource_bundles instead of resources in podspec

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.0'
spec.version = '2.6.1'
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.0'
spec.version = '2.6.1'
spec.summary = 'Мобильный SDK'
spec.description = 'Позволяет настроить прием платежей в нативной форме приложений для платформы iOS'
spec.homepage = 'https://github.com/TinkoffCreditSystems/AcquiringSdk_IOS'
Expand Down

0 comments on commit a484829

Please sign in to comment.