Skip to content

Commit 69f6a43

Browse files
authored
Bump native iOS SDK to 1.2.4 (#208)
1 parent 529036c commit 69f6a43

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 f9a7d53
9+
git -C ${REPO_NAME} checkout cdbdcb3
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)