Skip to content

Commit

Permalink
last attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 committed Apr 17, 2024
1 parent 7da0ca4 commit ced882f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build_non_firebase_sdks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ unzip -o "${REPO}"/sdk_zip/Frameworks.zip -d "${HOME}"/ios_frameworks/Firebase/
# Move Frameworks to Firebase dir, so be align with Firebase SDKs.
mv -n "${HOME}"/ios_frameworks/Firebase/Binaries "${HOME}"/ios_frameworks/Firebase/NonFirebaseSDKs/

tree -L 3 "${HOME}"/ios_frameworks/Firebase/NonFirebaseSDKs/

for xcframework in "${HOME}"/ios_frameworks/Firebase/NonFirebaseSDKs/**/*.xcframework; do
echo $xcframework
ls $xcframework
echo "checkpoint 1"
if [ -d "$xcframework/Resources" ]; then
echo "checkpoint 2"
Expand Down

0 comments on commit ced882f

Please sign in to comment.