From 9051045b9ed8b29185c1625d39c6e39997c69292 Mon Sep 17 00:00:00 2001 From: Frederic Jacobs Date: Tue, 5 Aug 2014 07:19:17 +0200 Subject: [PATCH] Fixes for Travis setup //FREEBIE --- .gitignore | 2 - .gitmodules | 2 +- Podfile.lock | 67 +++++++++++++++++++++ Signal.xcworkspace/contents.xcworkspacedata | 1 + 4 files changed, 69 insertions(+), 3 deletions(-) create mode 100644 Podfile.lock create mode 100644 Signal.xcworkspace/contents.xcworkspacedata diff --git a/.gitignore b/.gitignore index 2225f1952..06f2cadc9 100644 --- a/.gitignore +++ b/.gitignore @@ -3,12 +3,10 @@ build/* # Exclude temp nibs and swap files *~.nib *.swp -*.lock # Exclude OS X folder attributes .DS_Store # Exclude user-specific XCode 3 and 4 files -*.xcworkspace xcuserdata diff --git a/.gitmodules b/.gitmodules index e45bef479..ddc193faa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "Pods"] path = Pods - url = https://github.com/WhisperSystems/Signal-iOS.git + url = https://github.com/FredericJacobs/Precompiled-Signal-Dependencies.git diff --git a/Podfile.lock b/Podfile.lock new file mode 100644 index 000000000..ea3262377 --- /dev/null +++ b/Podfile.lock @@ -0,0 +1,67 @@ +PODS: + - AFNetworking (2.3.1): + - AFNetworking/NSURLConnection + - AFNetworking/NSURLSession + - AFNetworking/Reachability + - AFNetworking/Security + - AFNetworking/Serialization + - AFNetworking/UIKit + - AFNetworking/NSURLConnection (2.3.1): + - AFNetworking/Reachability + - AFNetworking/Security + - AFNetworking/Serialization + - AFNetworking/NSURLSession (2.3.1): + - AFNetworking/Reachability + - AFNetworking/Security + - AFNetworking/Serialization + - AFNetworking/Reachability (2.3.1) + - AFNetworking/Security (2.3.1) + - AFNetworking/Serialization (2.3.1) + - AFNetworking/UIKit (2.3.1): + - AFNetworking/NSURLConnection + - AFNetworking/NSURLSession + - CocoaLumberjack (1.9.1): + - CocoaLumberjack/Extensions + - CocoaLumberjack/Core (1.9.1) + - CocoaLumberjack/Extensions (1.9.1): + - CocoaLumberjack/Core + - libPhoneNumber-iOS (0.7.3) + - MMDrawerController (0.5.6): + - MMDrawerController/Core + - MMDrawerController/MMDrawerBarButtonItem + - MMDrawerController/MMDrawerVisualStates + - MMDrawerController/Subclass + - MMDrawerController/Core (0.5.6) + - MMDrawerController/MMDrawerBarButtonItem (0.5.6): + - MMDrawerController/Core + - MMDrawerController/MMDrawerVisualStates (0.5.6): + - MMDrawerController/Core + - MMDrawerController/Subclass (0.5.6): + - MMDrawerController/Core + - OpenSSL (1.0.108) + - PastelogKit (1.1): + - CocoaLumberjack (~> 1.9) + - UICKeyChainStore (1.0.7) + +DEPENDENCIES: + - AFNetworking (~> 2.3.1) + - libPhoneNumber-iOS (~> 0.7) + - MMDrawerController (~> 0.5.0) + - OpenSSL (~> 1.0.108) + - PastelogKit (~> 1.1) + - UICKeyChainStore (from `Podspecs/UICKeyChainStore.podspec`) + +EXTERNAL SOURCES: + UICKeyChainStore: + :podspec: Podspecs/UICKeyChainStore.podspec + +SPEC CHECKSUMS: + AFNetworking: 6d7b76aa5d04c8c37daad3eef4b7e3f2a7620da3 + CocoaLumberjack: 94accd5749f5c5d15134c8d50f34a973aed8ef69 + libPhoneNumber-iOS: 98fc07d70c8fdb5e6a8e3442c37e97353065c20e + MMDrawerController: 4bae84535ca7a5f4cb55a66a001e6035c3571677 + OpenSSL: 1a36afaefdb88f47dad16629c9d38750a5896601 + PastelogKit: 32836ec27e587a8876326abeaf9a1b5e2bc484ea + UICKeyChainStore: eef407137f0397e95a3df32cdf05f7e2ddd99647 + +COCOAPODS: 0.33.1 diff --git a/Signal.xcworkspace/contents.xcworkspacedata b/Signal.xcworkspace/contents.xcworkspacedata new file mode 100644 index 000000000..c906952e4 --- /dev/null +++ b/Signal.xcworkspace/contents.xcworkspacedata @@ -0,0 +1 @@ + \ No newline at end of file