Skip to content

Commit

Permalink
Merge pull request #112 from salemove/release/0.5.4
Browse files Browse the repository at this point in the history
GliaWidgets 0.5.4
  • Loading branch information
dukhovnyi authored Sep 15, 2021
2 parents 7ad3be8 + 6fbbd72 commit 2f83fc9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.3</string>
<string>0.5.4</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.3</string>
<string>0.5.4</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ let package = Package(
),
.binaryTarget(
name: "GliaWidgets",
url: "https://github.com/salemove/ios-sdk-widgets/releases/download/0.5.3/GliaWidgets.xcframework.zip",
checksum: "d4d46938b269476a7edded5706cfcb93246ad9a771849244374303f6f1f97f6d"
url: "https://github.com/salemove/ios-sdk-widgets/releases/download/0.5.4/GliaWidgets.xcframework.zip",
checksum: "8c2631844e4e4ae8ecbc696c6f60f78724aa3af10011031ebfa1ba0f3c781c7b"
),
.binaryTarget(
name: "PureLayout",
Expand Down
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ SPEC REPOS:
SPEC CHECKSUMS:
glia-webrtc: a5c7e59ae752281d19734b4f918db9da39e8009d
PureLayout: a4afb3d79dd958564ce33d22c89f407280d8e6a8
SalemoveSDK: 7d35e2ce54003033fb85977053d534e390c27b93
SalemoveSDK: 79198593d87c63fc93d54c8730074f102e2e6ab5
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.3</string>
<string>0.5.4</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down

0 comments on commit 2f83fc9

Please sign in to comment.