From dc8b5fb97f08c2b741b287b269861228b7cca4b7 Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Mon, 12 Feb 2018 12:41:57 -0800 Subject: [PATCH] track pod dependencies publicly // FREEBIE --- .gitignore | 1 - .gitmodules | 5 ++++- Makefile | 1 - Pods | 1 + 4 files changed, 5 insertions(+), 3 deletions(-) create mode 160000 Pods diff --git a/.gitignore b/.gitignore index 255be214a..10b7a510e 100644 --- a/.gitignore +++ b/.gitignore @@ -28,4 +28,3 @@ DerivedData *.xcuserstate Index/ -Pods/ diff --git a/.gitmodules b/.gitmodules index 0f5af92bc..43d96396e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/Makefile b/Makefile index 4064ddf4f..5b3a34d4b 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,6 @@ update_dependencies: dependencies: cd $(WORKING_DIR) && \ git submodule update --init - bundle exec pod install carthage build --platform iOS build: dependencies diff --git a/Pods b/Pods new file mode 160000 index 000000000..0cabd3831 --- /dev/null +++ b/Pods @@ -0,0 +1 @@ +Subproject commit 0cabd3831b29c6aa789160479133d5e432b487e6