Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ $ cd FirebaseUI-iOS
$ ./setup.sh
```

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.
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.

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).

Expand All @@ -655,7 +655,7 @@ FirebaseUI makes use of XCode 7 features such as lightweight generics and `__kin
- tag and push the tag for this release
- `./build.sh` to build a binary
- `./create-docs.sh` to generate docs
- From your macbook that already has been granted permissions to FirebaseUI Cocoapods, do `pod trunk push`
- From your macbook that already has been granted permissions to FirebaseUI CocoaPods, do `pod trunk push`
- `firebase deploy` the FirebaseUI website with newly generated docs

## Contributing to FirebaseUI
Expand Down