Skip to content

Commit

Permalink
Release 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Kogan committed Apr 25, 2022
1 parent 0939273 commit 127524c
Show file tree
Hide file tree
Showing 51 changed files with 1,263 additions and 1,263 deletions.
3 changes: 2 additions & 1 deletion DolyameSDK.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"1.0.5": "https://raw.githubusercontent.com/Tinkoff/dolyamesdk-ios/1.0.5/Framework/DolyameSDK.xcframework.zip",
"1.0.6": "https://raw.githubusercontent.com/Tinkoff/dolyamesdk-ios/1.0.6/Framework/DolyameSDK.xcframework.zip",
"1.0.7": "https://raw.githubusercontent.com/Tinkoff/dolyamesdk-ios/1.0.7/Framework/DolyameSDK.xcframework.zip"
"1.0.7": "https://raw.githubusercontent.com/Tinkoff/dolyamesdk-ios/1.0.7/Framework/DolyameSDK.xcframework.zip",
"1.0.8": "https://raw.githubusercontent.com/Tinkoff/dolyamesdk-ios/1.0.8/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.7'
s.version = '1.0.8'

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.7</string>
<string>1.0.8</string>
<key>CFBundleVersion</key>
<string>1283</string>
<string>1290</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
94 changes: 47 additions & 47 deletions Example/DolyameSDKUsageDemo_Partners.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

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.7)
- DolyameSDK (1.0.8)
- SnapKit (5.6.0)

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

SPEC CHECKSUMS:
DolyameSDK: 29cd8227cded38344031e1495eb3efe6eec6f3ed
DolyameSDK: c1a9cc0cab82c52955eeb5a862eb93082b5aee43
SnapKit: e01d52ebb8ddbc333eefe2132acf85c8227d9c25

PODFILE CHECKSUM: 687c560e5270108e27cfc4901d5294ec56a29c46
Expand Down
Binary file modified Framework/DolyameSDK.xcframework.zip
Binary file not shown.
16 changes: 8 additions & 8 deletions Framework/DolyameSDK.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,36 +5,36 @@
<key>AvailableLibraries</key>
<array>
<dict>
<key>BitcodeSymbolMapsPath</key>
<string>BCSymbolMaps</string>
<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>BitcodeSymbolMapsPath</key>
<string>BCSymbolMaps</string>
<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
Loading

0 comments on commit 127524c

Please sign in to comment.