Skip to content

Commit

Permalink
Release 1.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Kogan committed Jun 30, 2023
1 parent 10f3c1a commit f368223
Show file tree
Hide file tree
Showing 39 changed files with 9,764 additions and 9,763 deletions.
3 changes: 2 additions & 1 deletion DolyameSDK.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"1.0.14": "https://raw.githubusercontent.com/Tinkoff/dolyamesdk-ios/1.0.14/Framework/DolyameSDK.xcframework.zip",
"1.0.15": "https://raw.githubusercontent.com/Tinkoff/dolyamesdk-ios/1.0.15/Framework/DolyameSDK.xcframework.zip",
"1.0.16": "https://raw.githubusercontent.com/Tinkoff/dolyamesdk-ios/1.0.16/Framework/DolyameSDK.xcframework.zip",
"1.0.17": "https://raw.githubusercontent.com/Tinkoff/dolyamesdk-ios/1.0.17/Framework/DolyameSDK.xcframework.zip"
"1.0.17": "https://raw.githubusercontent.com/Tinkoff/dolyamesdk-ios/1.0.17/Framework/DolyameSDK.xcframework.zip",
"1.0.18": "https://raw.githubusercontent.com/Tinkoff/dolyamesdk-ios/1.0.18/Framework/DolyameSDK.xcframework.zip"
}
4 changes: 2 additions & 2 deletions DolyameSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|
s.name = 'DolyameSDK'
s.summary = 'Dolyame SDK for iOS'

s.version = '1.0.17'
s.version = '1.0.18'

s.authors = {
'Isaac Weisberg' => '[email protected]',
Expand All @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
s.license = { type: 'MIT', file: 'LICENSE' }
s.source = { git: 'https://github.com/Tinkoff/dolyamesdk-ios.git', tag: s.version.to_s }

s.ios.deployment_target = '12.3'
s.ios.deployment_target = '12.0'
s.swift_version = '5.0'

s.ios.vendored_frameworks = ["Framework/#{s.name}.xcframework"]
Expand Down
74 changes: 37 additions & 37 deletions Example/DolyameSDKUsageDemo_Partners.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
/* Begin PBXBuildFile section */
080E95E14BE5DA889EF5815A /* ApplicationCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCDED52656C94A8B8192F7BB /* ApplicationCoordinator.swift */; };
0DFD70868C52DD657A78325C /* ModifiableParameterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 720DB3A504F552FA9844F07D /* ModifiableParameterView.swift */; };
1183F361B83848B8C44F43DA /* Pods_DolyameSDKUsageDemo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 666F1018F9A3F80F3EDCBC5E /* Pods_DolyameSDKUsageDemo.framework */; };
162C7AEF3D7247711874C156 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 061D691E36F05E0193D8B629 /* LaunchScreen.storyboard */; };
1B377BBB28A510A465AA989C /* LaunchScreen.strings in Resources */ = {isa = PBXBuildFile; fileRef = A6B49115B6A985212D788120 /* LaunchScreen.strings */; };
1BC149121EC07D22998A667E /* CartCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C2A8BC8E10982FD3062E541 /* CartCoordinator.swift */; };
Expand All @@ -25,7 +26,6 @@
86F6E448591EF48E4132D61E /* SwitchParameterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1185F9B94A939CEF613FBEE /* SwitchParameterView.swift */; };
8E2340D5935DB03B9E134D76 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F6B695B0FC9ADCD38B669390 /* Assets.xcassets */; };
ACD4071F882EDFE15BDC03DC /* AddNewItemViewIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2AD4C337F4B239DC2CA88AF /* AddNewItemViewIO.swift */; };
B175AFD4C87E2438FB0008D1 /* Pods_DolyameSDKUsageDemo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 71281A8FDC3EA03721716AE1 /* Pods_DolyameSDKUsageDemo.framework */; };
B9333B4A7EABB4330268B83C /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3B1F76518F4626C5DFA5277 /* AppDelegate.swift */; };
C122FEB6B367DC9B2BBDC6E3 /* AddNewItemCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E2D2B7E40674F0226813AC7 /* AddNewItemCoordinator.swift */; };
D04E570951D1EC195653BC70 /* CheckoutViewIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8FF02D3735108C98D32FED6 /* CheckoutViewIO.swift */; };
Expand All @@ -38,24 +38,24 @@
/* Begin PBXFileReference section */
0079DE777CFC9E1A8200C7B9 /* CheckoutModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CheckoutModel.swift; sourceTree = "<group>"; };
061D691E36F05E0193D8B629 /* LaunchScreen.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = ru.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
114FA85A28FF74A4921D92D8 /* Pods-DolyameSDKUsageDemo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DolyameSDKUsageDemo.release.xcconfig"; path = "Target Support Files/Pods-DolyameSDKUsageDemo/Pods-DolyameSDKUsageDemo.release.xcconfig"; sourceTree = "<group>"; };
2F5CF2DCADE13A035A866C05 /* ItemsListPresenter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ItemsListPresenter.swift; sourceTree = "<group>"; };
3296BFB3E3A30D87370F0528 /* CheckoutPresenter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CheckoutPresenter.swift; sourceTree = "<group>"; };
4D06ED8232AC1730968A96D5 /* CheckoutCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CheckoutCoordinator.swift; sourceTree = "<group>"; };
4E2D2B7E40674F0226813AC7 /* AddNewItemCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AddNewItemCoordinator.swift; sourceTree = "<group>"; };
4F8895B8B9283B8534CC78EB /* InputValueValidator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InputValueValidator.swift; sourceTree = "<group>"; };
5C689D68E70E228898F28FB9 /* CartViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CartViewController.swift; sourceTree = "<group>"; };
63E598B207C158124A6F33F8 /* CheckoutViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CheckoutViewController.swift; sourceTree = "<group>"; };
666F1018F9A3F80F3EDCBC5E /* Pods_DolyameSDKUsageDemo.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_DolyameSDKUsageDemo.framework; sourceTree = BUILT_PRODUCTS_DIR; };
6907BE8F52D44D9F8275CBC2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
71281A8FDC3EA03721716AE1 /* Pods_DolyameSDKUsageDemo.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_DolyameSDKUsageDemo.framework; sourceTree = BUILT_PRODUCTS_DIR; };
720DB3A504F552FA9844F07D /* ModifiableParameterView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ModifiableParameterView.swift; sourceTree = "<group>"; };
8C2A8BC8E10982FD3062E541 /* CartCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CartCoordinator.swift; sourceTree = "<group>"; };
A53926C4BD464E98123033F7 /* Pods-DolyameSDKUsageDemo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DolyameSDKUsageDemo.debug.xcconfig"; path = "Target Support Files/Pods-DolyameSDKUsageDemo/Pods-DolyameSDKUsageDemo.debug.xcconfig"; sourceTree = "<group>"; };
A6B49115B6A985212D788120 /* LaunchScreen.strings */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = LaunchScreen.strings; path = ru.lproj/LaunchScreen.strings; sourceTree = "<group>"; };
AD9F3A036848AF745164A919 /* Pods-DolyameSDKUsageDemo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DolyameSDKUsageDemo.debug.xcconfig"; path = "Target Support Files/Pods-DolyameSDKUsageDemo/Pods-DolyameSDKUsageDemo.debug.xcconfig"; sourceTree = "<group>"; };
B69B3CCA124D638DE871FDA1 /* ItemsListCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ItemsListCell.swift; sourceTree = "<group>"; };
B8FF02D3735108C98D32FED6 /* CheckoutViewIO.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CheckoutViewIO.swift; sourceTree = "<group>"; };
C1185F9B94A939CEF613FBEE /* SwitchParameterView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwitchParameterView.swift; sourceTree = "<group>"; };
C307D091DE2F9ED6403002C4 /* DolyameSDKUsageDemo.app */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = wrapper.application; path = DolyameSDKUsageDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
C32D1B5B05F8E4BD0D9D40CC /* Pods-DolyameSDKUsageDemo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DolyameSDKUsageDemo.release.xcconfig"; path = "Target Support Files/Pods-DolyameSDKUsageDemo/Pods-DolyameSDKUsageDemo.release.xcconfig"; sourceTree = "<group>"; };
D2AD4C337F4B239DC2CA88AF /* AddNewItemViewIO.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AddNewItemViewIO.swift; sourceTree = "<group>"; };
D3B1F76518F4626C5DFA5277 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
D9676BA495831E2C848B4DAA /* CheckoutItemView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CheckoutItemView.swift; sourceTree = "<group>"; };
Expand All @@ -69,11 +69,11 @@
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
11E10F1D7BF127F746DCC187 /* Frameworks */ = {
655CEC21DBB6393C3C757ABA /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
B175AFD4C87E2438FB0008D1 /* Pods_DolyameSDKUsageDemo.framework in Frameworks */,
1183F361B83848B8C44F43DA /* Pods_DolyameSDKUsageDemo.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -152,8 +152,8 @@
children = (
04DD1DECF127DA84EEC147DB /* DolyameSDKUsageDemo */,
C817E5659C19FC9BF444AFB6 /* Products */,
EC56F8052B3FC1EC99B3438F /* Pods */,
85A602A3505241FD2F45B203 /* Frameworks */,
B5926D4DA86878DDC4B364DC /* Pods */,
9DDF83931C3B0BC56775F9F6 /* Frameworks */,
);
sourceTree = "<group>";
};
Expand All @@ -166,14 +166,6 @@
path = Items;
sourceTree = "<group>";
};
85A602A3505241FD2F45B203 /* Frameworks */ = {
isa = PBXGroup;
children = (
71281A8FDC3EA03721716AE1 /* Pods_DolyameSDKUsageDemo.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
93C92695E28E8667BCAD5784 /* AddNewItem */ = {
isa = PBXGroup;
children = (
Expand All @@ -193,6 +185,14 @@
path = Resources;
sourceTree = "<group>";
};
9DDF83931C3B0BC56775F9F6 /* Frameworks */ = {
isa = PBXGroup;
children = (
666F1018F9A3F80F3EDCBC5E /* Pods_DolyameSDKUsageDemo.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
9F41AF15307AB42AF5FA5069 /* Utils */ = {
isa = PBXGroup;
children = (
Expand All @@ -211,6 +211,16 @@
path = Views;
sourceTree = "<group>";
};
B5926D4DA86878DDC4B364DC /* Pods */ = {
isa = PBXGroup;
children = (
A53926C4BD464E98123033F7 /* Pods-DolyameSDKUsageDemo.debug.xcconfig */,
C32D1B5B05F8E4BD0D9D40CC /* Pods-DolyameSDKUsageDemo.release.xcconfig */,
);
name = Pods;
path = Pods;
sourceTree = "<group>";
};
C817E5659C19FC9BF444AFB6 /* Products */ = {
isa = PBXGroup;
children = (
Expand All @@ -227,28 +237,18 @@
path = Model;
sourceTree = "<group>";
};
EC56F8052B3FC1EC99B3438F /* Pods */ = {
isa = PBXGroup;
children = (
AD9F3A036848AF745164A919 /* Pods-DolyameSDKUsageDemo.debug.xcconfig */,
114FA85A28FF74A4921D92D8 /* Pods-DolyameSDKUsageDemo.release.xcconfig */,
);
name = Pods;
path = Pods;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
9267CF26DD325B6F9F8CFCBE /* DolyameSDKUsageDemo */ = {
isa = PBXNativeTarget;
buildConfigurationList = F96489DB8EE7DCF29396BF9B /* Build configuration list for PBXNativeTarget "DolyameSDKUsageDemo" */;
buildPhases = (
B6BDBA61483ED29794049B57 /* [CP] Check Pods Manifest.lock */,
276A850581BDEDADDC30D1AA /* [CP] Check Pods Manifest.lock */,
037A7F7F398479A0D5104C59 /* Sources */,
ABC3C398B3C9B05FB0DCF0C5 /* Resources */,
11E10F1D7BF127F746DCC187 /* Frameworks */,
EA912EDF70AF39172F6EE47B /* [CP] Embed Pods Frameworks */,
655CEC21DBB6393C3C757ABA /* Frameworks */,
B7E08E7B93A00D4396864207 /* [CP] Embed Pods Frameworks */,
);
buildRules = (
);
Expand Down Expand Up @@ -305,7 +305,7 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
B6BDBA61483ED29794049B57 /* [CP] Check Pods Manifest.lock */ = {
276A850581BDEDADDC30D1AA /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
Expand All @@ -327,7 +327,7 @@
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
EA912EDF70AF39172F6EE47B /* [CP] Embed Pods Frameworks */ = {
B7E08E7B93A00D4396864207 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
Expand Down Expand Up @@ -381,20 +381,20 @@
/* Begin XCBuildConfiguration section */
0CE0F01816981ED5BAE029CC /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 114FA85A28FF74A4921D92D8 /* Pods-DolyameSDKUsageDemo.release.xcconfig */;
baseConfigurationReference = C32D1B5B05F8E4BD0D9D40CC /* Pods-DolyameSDKUsageDemo.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
CODE_SIGN_IDENTITY = "iPhone Distribution: TINKOFF TSENTR RAZRABOTKI, OOO";
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = Z8MAVG5W47;
INFOPLIST_FILE = DolyameSDKUsageDemo/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.3;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.17;
MARKETING_VERSION = 1.0.18;
PRODUCT_BUNDLE_IDENTIFIER = ru.tcsenterprise.core.ios.dolyamesdk;
PROVISIONING_PROFILE_SPECIFIER = "match InHouse ru.tcsenterprise.core.ios.dolyamesdk";
SDKROOT = iphoneos;
Expand Down Expand Up @@ -468,20 +468,20 @@
};
DA33A8331457C6DB1CF7B36C /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = AD9F3A036848AF745164A919 /* Pods-DolyameSDKUsageDemo.debug.xcconfig */;
baseConfigurationReference = A53926C4BD464E98123033F7 /* Pods-DolyameSDKUsageDemo.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
CODE_SIGN_IDENTITY = "Apple Development: iOS Automation (32CR662BJU)";
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = Z8MAVG5W47;
INFOPLIST_FILE = DolyameSDKUsageDemo/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.3;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.17;
MARKETING_VERSION = 1.0.18;
PRODUCT_BUNDLE_IDENTIFIER = ru.tcsenterprise.core.ios.dolyamesdk;
PROVISIONING_PROFILE_SPECIFIER = "match Development ru.tcsenterprise.core.ios.dolyamesdk";
SDKROOT = iphoneos;
Expand Down
2 changes: 1 addition & 1 deletion Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
platform :ios, '12.3'
platform :ios, '12.0'

source 'https://nexus.tcsbank.ru/repository/raw-cocoapods/'

Expand Down
6 changes: 3 additions & 3 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- DolyameSDK (1.0.17)
- DolyameSDK (1.0.18)
- SnapKit (5.6.0)

DEPENDENCIES:
Expand All @@ -15,9 +15,9 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
DolyameSDK: efa7b9ffb336d2a1627b1ed8aed4673e606d78b3
DolyameSDK: c25795e400e657e5bf0539468d9a129d4bfdc8cd
SnapKit: e01d52ebb8ddbc333eefe2132acf85c8227d9c25

PODFILE CHECKSUM: 2751091494ceb2d2aa5f8d11ef2bec104aa67fe4
PODFILE CHECKSUM: a58c2d7359d38015abff5a8a2132e7ec4c8e7a57

COCOAPODS: 1.12.1
4 changes: 2 additions & 2 deletions Example/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ targets:
scheme: {}
type: application
platform: iOS
deploymentTarget: "12.3"
deploymentTarget: "12.0"
sources: [DolyameSDKUsageDemo]
settings:
base:
MARKETING_VERSION: 1.0.17
MARKETING_VERSION: 1.0.18
CURRENT_PROJECT_VERSION: 1
BUILD_LIBRARY_FOR_DISTRIBUTION: true
PRODUCT_BUNDLE_IDENTIFIER: ru.tcsenterprise.core.ios.dolyamesdk
Expand Down
Binary file modified Framework/DolyameSDK.xcframework.zip
Binary file not shown.
10 changes: 5 additions & 5 deletions Framework/DolyameSDK.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,30 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>DolyameSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>DolyameSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit f368223

Please sign in to comment.