Skip to content

Commit

Permalink
getting closer?
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 committed Apr 18, 2024
1 parent 85892fa commit 86de133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/setup_quickstart_framework.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ if [[ "${SAMPLE}" == "Authentication" ]]; then
fi

if [[ "${SAMPLE}" == "Firestore" ]]; then
"${QS_SCRIPTS}"/add_framework_script.rb --sdk "${SAMPLE}" --target "${TARGET}" --framework_path Firebase/FirebaseAuthUI.xcframework/Resources/FirebaseAuthUI.bundle
"${QS_SCRIPTS}"/add_framework_script.rb --sdk "${SAMPLE}" --target "${TARGET}" --framework_path Firebase/FirebaseEmailAuthUI.xcframework/Resources/FirebaseEmailAuthUI.bundle
"${QS_SCRIPTS}"/add_framework_script.rb --sdk "${SAMPLE}" --target "${TARGET}" --framework_path Firebase/FirebaseAuthUI.xcframework/ios-arm64/FirebaseAuthUI.framework/FirebaseAuthUI.bundle
"${QS_SCRIPTS}"/add_framework_script.rb --sdk "${SAMPLE}" --target "${TARGET}" --framework_path Firebase/FirebaseEmailAuthUI.xcframework/ios-arm64/FirebaseAuthUI.framework/FirebaseEmailAuthUI.bundle
fi

"${QS_SCRIPTS}"/add_framework_script.rb --sdk "${SAMPLE}" --target "${TARGET}" --framework_path Firebase/

0 comments on commit 86de133

Please sign in to comment.