Skip to content

Commit

Permalink
Update Spotify iOS SDK to v2.1.7
Browse files Browse the repository at this point in the history
Fixes #216
  • Loading branch information
fotiDim authored Sep 25, 2024
1 parent deb4e72 commit 3315fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/prepare-iOS-SDK.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ FRAMEWORK_NAME="SpotifyiOS.xcframework"
rm -fR ${REPO_NAME}
mkdir ${REPO_NAME}
git clone https://github.com/spotify/${REPO_NAME}
git -C ${REPO_NAME} checkout cdbdcb3
git -C ${REPO_NAME} checkout b5f10bbfa689f51a240c922cc5b11df06fe283d2
find ./${REPO_NAME} -mindepth 1 -maxdepth 1 -not -name ${FRAMEWORK_NAME} -exec rm -rf '{}' \; # Keep on only the xcframework folder

0 comments on commit 3315fc2

Please sign in to comment.