track pod dependencies publicly

// FREEBIE
This commit is contained in:
Michael Kirk 2018-02-12 12:41:57 -08:00
parent 87ef6b1af2
commit dc8b5fb97f
4 changed files with 5 additions and 3 deletions

1
.gitignore vendored
View File

@ -28,4 +28,3 @@ DerivedData
*.xcuserstate
Index/
Pods/

5
.gitmodules vendored
View File

@ -1,3 +1,6 @@
[submodule "Carthage"]
path = Carthage
url = https://github.com/WhisperSystems/Signal-Carthage.git
url = https://github.com/signalapp/Signal-Carthage.git
[submodule "Pods"]
path = Pods
url = https://github.com/signalapp/Signal-Pods.git

View File

@ -19,7 +19,6 @@ update_dependencies:
dependencies:
cd $(WORKING_DIR) && \
git submodule update --init
bundle exec pod install
carthage build --platform iOS
build: dependencies

1
Pods Submodule

@ -0,0 +1 @@
Subproject commit 0cabd3831b29c6aa789160479133d5e432b487e6