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

Commit ff790f5

Browse files
committed
Make theos a submodule
1 parent e53290f commit ff790f5

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "modules/Valet"]
22
path = modules/Valet
33
url = https://github.com/Square/Valet.git
4+
[submodule "modules/theos"]
5+
path = modules/theos
6+
url = https://github.com/rpetrich/theos.git

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,15 @@ Building
9393
2. Build using the following:
9494
9595
```
96-
mkdir pass-ios-build
97-
git clone --recursive https://github.com/rpetrich/theos.git
9896
git clone --recursive https://github.com/davidjb/pass-ios.git
99-
export THEOS=$(pwd)/theos
10097
cd pass-ios
98+
source .env
10199
make
102100
make package
103101
```
104102
103+
This clones and configures the theos environment for building.
104+
105105
3. Install directly your device over SSH with:
106106
107107
```

modules/theos

Submodule theos added at aff6bc3

0 commit comments

Comments
 (0)