track pod dependencies publicly

// FREEBIE
pull/1/head
Michael Kirk 7 years ago
parent 87ef6b1af2
commit dc8b5fb97f

1
.gitignore vendored

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

5
.gitmodules vendored

@ -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

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

@ -0,0 +1 @@
Subproject commit 0cabd3831b29c6aa789160479133d5e432b487e6
Loading…
Cancel
Save