JohnNguyen411 / JohnTestGithub2

0 stars 0 forks source link

ios

iOS Driver and Customer repo for Volvo Pickup&Delivery

Build Status

Master: alt text

Develop: alt text

Requirements

Installation

Note that all dependencies are included in the repo and should not require pod install before building the project.

[Localization Submodule]

The iOS repo contains a submodule (lbv-mobile-strings) to manage localized strings. In order to clone the repo please use --recursive like so:

git clone --recursive git@github.com:volvo-cars/ios.git.

If you already cloned the project and need to include that submodule:

git submodule update --init

To pull everything including the submodules, use the --recurse-submodules and the --remote parameter in the git pull command.

# pull all changes in the repo including changes in the submodules
git pull --recurse-submodules

# pull all changes for the submodules
git submodule update --remote

If you want to add strings to the twine file, don't forget to push the code in the lbv-mobile-strings repo. Don't forget that any change directly made in a submodule needs to be followed by a commit in the parent directory.

[Add Language]

Release

// Todo