Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Commit

Permalink
Make theos a submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjb committed Jan 31, 2016
1 parent e53290f commit ff790f5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "modules/Valet"]
path = modules/Valet
url = https://github.com/Square/Valet.git
[submodule "modules/theos"]
path = modules/theos
url = https://github.com/rpetrich/theos.git
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,15 @@ Building
2. Build using the following:

```
mkdir pass-ios-build
git clone --recursive https://github.com/rpetrich/theos.git
git clone --recursive https://github.com/davidjb/pass-ios.git
export THEOS=$(pwd)/theos
cd pass-ios
source .env
make
make package
```

This clones and configures the theos environment for building.

3. Install directly your device over SSH with:

```
Expand Down
1 change: 1 addition & 0 deletions modules/theos
Submodule theos added at aff6bc

0 comments on commit ff790f5

Please sign in to comment.