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