From 3315fc2671905f438595c870d74aae78949c607b Mon Sep 17 00:00:00 2001 From: Foti Dim Date: Wed, 25 Sep 2024 21:46:40 +0200 Subject: [PATCH] Update Spotify iOS SDK to v2.1.7 Fixes https://github.com/brim-borium/spotify_sdk/pull/216 --- ios/prepare-iOS-SDK.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/prepare-iOS-SDK.sh b/ios/prepare-iOS-SDK.sh index d7eb726..3eb8724 100755 --- a/ios/prepare-iOS-SDK.sh +++ b/ios/prepare-iOS-SDK.sh @@ -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