Skip to content

Commit 3315fc2

Browse files
authored
Update Spotify iOS SDK to v2.1.7
Fixes #216
1 parent deb4e72 commit 3315fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/prepare-iOS-SDK.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ FRAMEWORK_NAME="SpotifyiOS.xcframework"
66
rm -fR ${REPO_NAME}
77
mkdir ${REPO_NAME}
88
git clone https://github.com/spotify/${REPO_NAME}
9-
git -C ${REPO_NAME} checkout cdbdcb3
9+
git -C ${REPO_NAME} checkout b5f10bbfa689f51a240c922cc5b11df06fe283d2
1010
find ./${REPO_NAME} -mindepth 1 -maxdepth 1 -not -name ${FRAMEWORK_NAME} -exec rm -rf '{}' \; # Keep on only the xcframework folder

0 commit comments

Comments
 (0)