You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that `setup.sh` pulls in a number of provider frameworks (Facebook, Google), which need to be pulled in for local development. The debug build and framework release have the flag `LOCAL_BUILD=1` which uses the local frameworks installed via `setup.sh`, while the CocoaPods release doesn't have this flag set, so the appropriate Pod `#import` statements are used.
50
-
51
-
FirebaseUI makes use of Xcode 7 features such as lightweight generics and `__kindof` annotations, but it should be backwards compatible to Xcode 6 thanks to [XcodeMacros.h](https://github.com/firebase/FirebaseUI-iOS/blob/master/FirebaseUI/XcodeMacros.h).
58
+
FirebaseUI makes use of Xcode 7 features such as lightweight generics and
59
+
`__kindof` annotations, and is no longer compatible with XCode 6 development.
52
60
53
61
## Deployment
54
62
55
63
-`git pull` to update the master branch
56
64
- tag and push the tag for this release
57
-
-`./build.sh` to build a binary
65
+
-`./build_database.sh` to build a database binary (Auth binary steps will be added soon)
58
66
-`./create-docs.sh` to generate docs
59
67
- From your macbook that already has been granted permissions to FirebaseUI CocoaPods, do `pod trunk push`
60
68
-`firebase deploy` the FirebaseUI website with newly generated docs
0 commit comments