Skip to content

Commit

Permalink
Release 1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Kogan committed Oct 5, 2022
1 parent a6e1fa8 commit b1049fd
Show file tree
Hide file tree
Showing 52 changed files with 163 additions and 135 deletions.
3 changes: 2 additions & 1 deletion DolyameSDK.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"1.0.9": "https://raw.githubusercontent.com/Tinkoff/dolyamesdk-ios/1.0.9/Framework/DolyameSDK.xcframework.zip",
"1.0.10": "https://raw.githubusercontent.com/Tinkoff/dolyamesdk-ios/1.0.10/Framework/DolyameSDK.xcframework.zip",
"1.0.11": "https://raw.githubusercontent.com/Tinkoff/dolyamesdk-ios/1.0.11/Framework/DolyameSDK.xcframework.zip",
"1.0.12": "https://raw.githubusercontent.com/Tinkoff/dolyamesdk-ios/1.0.12/Framework/DolyameSDK.xcframework.zip"
"1.0.12": "https://raw.githubusercontent.com/Tinkoff/dolyamesdk-ios/1.0.12/Framework/DolyameSDK.xcframework.zip",
"1.0.13": "https://raw.githubusercontent.com/Tinkoff/dolyamesdk-ios/1.0.13/Framework/DolyameSDK.xcframework.zip"
}
2 changes: 1 addition & 1 deletion 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.12'
s.version = '1.0.13'

s.authors = {
'Isaac Weisberg' => '[email protected]',
Expand Down
4 changes: 2 additions & 2 deletions Example/DolyameSDKUsageDemo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0.12</string>
<string>1.0.13</string>
<key>CFBundleVersion</key>
<string>1416</string>
<string>1434</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
88 changes: 44 additions & 44 deletions Example/DolyameSDKUsageDemo_Partners.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1200"
version = "1.3">
version = "1.7">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES"
Expand All @@ -27,10 +27,8 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
onlyGenerateCoverageForSpecifiedTargets = "NO"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
shouldUseLaunchSchemeArgsEnv = "YES"
onlyGenerateCoverageForSpecifiedTargets = "NO">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
Expand All @@ -40,6 +38,8 @@
ReferencedContainer = "container:DolyameSDKUsageDemo_Partners.xcodeproj">
</BuildableReference>
</MacroExpansion>
<Testables>
</Testables>
<CommandLineArguments>
</CommandLineArguments>
</TestAction>
Expand Down
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- DolyameSDK (1.0.12)
- DolyameSDK (1.0.13)
- SnapKit (5.6.0)

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

SPEC CHECKSUMS:
DolyameSDK: 41393187b2dc549e1442378b6b01465f722e4916
DolyameSDK: c066bdce4580d86cbfd383e154ba89c582dba075
SnapKit: e01d52ebb8ddbc333eefe2132acf85c8227d9c25

PODFILE CHECKSUM: 687c560e5270108e27cfc4901d5294ec56a29c46
Expand Down
Binary file modified Framework/DolyameSDK.xcframework.zip
Binary file not shown.
12 changes: 6 additions & 6 deletions Framework/DolyameSDK.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,31 @@
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-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>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>DolyameSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>x86_64</string>
<string>arm64</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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<dict>
<key>Assets.car</key>
<data>
rVRYNrPwioVi7FyfxB3tdUJ4wj0=
afLjWYlDrF5LdHFw+gWpK/30wn8=
</data>
</dict>
<key>files2</key>
Expand All @@ -15,11 +15,11 @@
<dict>
<key>hash</key>
<data>
rVRYNrPwioVi7FyfxB3tdUJ4wj0=
afLjWYlDrF5LdHFw+gWpK/30wn8=
</data>
<key>hash2</key>
<data>
i8dOvxT2FPmSiKe6FYiXogGr1GqbfmHSXFLlP/sCc2s=
bNoz/3/QID14/vi0iLUdPL6M1CEurgruhEqaM2Xy/wg=
</data>
</dict>
</dict>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<dict>
<key>Assets.car</key>
<data>
ZjDj1POGiynh0yV4vZ3zZgpwt4M=
WJyBCvV2mhHYsutxCSEy26h4YRU=
</data>
</dict>
<key>files2</key>
Expand All @@ -15,11 +15,11 @@
<dict>
<key>hash</key>
<data>
ZjDj1POGiynh0yV4vZ3zZgpwt4M=
WJyBCvV2mhHYsutxCSEy26h4YRU=
</data>
<key>hash2</key>
<data>
6BOnzibg1F+aP6e7ORnArPmSCK8LuIG5HQ95IfSHq0o=
B7X+XBCI9dxZK90XCvPo+fiGhka55/8wrwa/diKAPgQ=
</data>
</dict>
</dict>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<dict>
<key>Assets.car</key>
<data>
Lv74kx+/BnJO7pt777fhZZIcqBA=
MLz/rrjFj9Ya24ipsRpMuiLCMNk=
</data>
</dict>
<key>files2</key>
Expand All @@ -15,11 +15,11 @@
<dict>
<key>hash</key>
<data>
Lv74kx+/BnJO7pt777fhZZIcqBA=
MLz/rrjFj9Ya24ipsRpMuiLCMNk=
</data>
<key>hash2</key>
<data>
IsUVcXLSnWGGAKt9sD0/RMCxYQ2//qXCWXiHdPIXhl4=
FJofuY/ud73KQtfNPp/1wLDU+3LWQ1LbRTI88XrUMB8=
</data>
</dict>
</dict>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<dict>
<key>Assets.car</key>
<data>
MWlO5jQ8e1fv7nKQumhSwyl+cx4=
JkHG8upbzx9aXjsJeECPcTYGomI=
</data>
</dict>
<key>files2</key>
Expand All @@ -15,11 +15,11 @@
<dict>
<key>hash</key>
<data>
MWlO5jQ8e1fv7nKQumhSwyl+cx4=
JkHG8upbzx9aXjsJeECPcTYGomI=
</data>
<key>hash2</key>
<data>
fzF5cvrbwTm1EUWr2qHy2uUXSMZnadr0S5lxfB6Iu+s=
+YhLAkMihmcfAAU9o0FhODYB2D+r28pICbOPZabpUGs=
</data>
</dict>
</dict>
Expand Down
Loading

0 comments on commit b1049fd

Please sign in to comment.