We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deb4e72 commit 3315fc2Copy full SHA for 3315fc2
ios/prepare-iOS-SDK.sh
@@ -6,5 +6,5 @@ FRAMEWORK_NAME="SpotifyiOS.xcframework"
6
rm -fR ${REPO_NAME}
7
mkdir ${REPO_NAME}
8
git clone https://github.com/spotify/${REPO_NAME}
9
-git -C ${REPO_NAME} checkout cdbdcb3
+git -C ${REPO_NAME} checkout b5f10bbfa689f51a240c922cc5b11df06fe283d2
10
find ./${REPO_NAME} -mindepth 1 -maxdepth 1 -not -name ${FRAMEWORK_NAME} -exec rm -rf '{}' \; # Keep on only the xcframework folder
0 commit comments