| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
In order to update an existing Git submodule execute: (You might need permissions from Owner to get submodules)
Add a submodule
git submodule add <repo>Init, pull and merge latest changes:
git submodule update --init --recursive
git pull --recurse-submodules
git submodule update --remote --mergeTo run UI test on real device, different profile is required to configure as UITest target runs on different process as different app.
For simulator, developer provisioning profile is ok. But if you want to run UI Tests on real devices, you need separate developer provisioning profile.
Project to implement Test Driven Development over an iOS App.
| Back | FazBrowse Home | New Git URL |