mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-01-13 09:29:39 +08:00
14 lines
255 B
Bash
Executable File
14 lines
255 B
Bash
Executable File
#!/bin/sh
|
|
|
|
frameworks="Firebase FirebaseAnalytics"
|
|
|
|
source "${SRCROOT}/Pods/Target Support Files/Pods-Firestack/Pods-Firestack-frameworks.sh"
|
|
FRAMEWORKS_FOLDER_PATH=""
|
|
|
|
for framework in $frameworks
|
|
do
|
|
|
|
install_framework "${SRCROOT}/Pods/$framework"
|
|
|
|
done
|