Skip to content

Commit

Permalink
Merge pull request #130 from salemove/release/0.5.5
Browse files Browse the repository at this point in the history
GliaWidgets 0.5.5
  • Loading branch information
dukhovnyi authored Oct 1, 2021
2 parents 2f83fc9 + ca01858 commit 24b0790
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion GliaWidgets/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>0.5.4</string>
<string>0.5.5</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion GliaWidgetsTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>0.5.4</string>
<string>0.5.5</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ let package = Package(
),
.binaryTarget(
name: "SalemoveSDK",
url: "https://github.com/salemove/ios-bundle/releases/download/0.30.2/SalemoveSDK.xcframework.zip",
checksum: "b0ff624f6105a2ee636b23b01b31da4b97e00680413c51af789fbb42d47a3f2e"
url: "https://github.com/salemove/ios-bundle/releases/download/0.31.0/SalemoveSDK.xcframework.zip",
checksum: "d02bf87ffca0a42a8c7f4243912bd8bb6b9c12759c8081e6e550895363acb3a9"
),
.binaryTarget(
name: "GliaWidgets",
url: "https://github.com/salemove/ios-sdk-widgets/releases/download/0.5.4/GliaWidgets.xcframework.zip",
checksum: "8c2631844e4e4ae8ecbc696c6f60f78724aa3af10011031ebfa1ba0f3c781c7b"
url: "https://github.com/salemove/ios-sdk-widgets/releases/download/0.5.5/GliaWidgets.xcframework.zip",
checksum: "a0bee8787c8890212a7073bcffad2297e8c6262832a18eb17c3c814f05715e68"
),
.binaryTarget(
name: "PureLayout",
Expand Down
8 changes: 4 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- glia-webrtc/bitcode (0.0.3)
- PureLayout (3.1.8)
- SalemoveSDK (0.30.2):
- PureLayout (3.1.9)
- SalemoveSDK (0.31.0):
- glia-webrtc/bitcode (= 0.0.3)
- TwilioVoice (= 6.2.0)
- TwilioVoice (6.2.0)
Expand All @@ -20,8 +20,8 @@ SPEC REPOS:

SPEC CHECKSUMS:
glia-webrtc: a5c7e59ae752281d19734b4f918db9da39e8009d
PureLayout: a4afb3d79dd958564ce33d22c89f407280d8e6a8
SalemoveSDK: 79198593d87c63fc93d54c8730074f102e2e6ab5
PureLayout: 5fb5e5429519627d60d079ccb1eaa7265ce7cf88
SalemoveSDK: 8b733d16ea8bb7b7d5b4c534607bd586baf23a33
TwilioVoice: 5e6fd6b5e99dfec03dcb57331f7e7c77ad79f1f0

PODFILE CHECKSUM: 0350eb43b9010e64660cffdbf5f5d58caccbaab5
Expand Down
2 changes: 1 addition & 1 deletion TestingApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>0.5.4</string>
<string>0.5.5</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down

0 comments on commit 24b0790

Please sign in to comment.