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 529036c commit 69f6a43Copy full SHA for 69f6a43
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 f9a7d53
+git -C ${REPO_NAME} checkout cdbdcb3
10
find ./${REPO_NAME} -mindepth 1 -maxdepth 1 -not -name ${FRAMEWORK_NAME} -exec rm -rf '{}' \; # Keep on only the xcframework folder
0 commit comments