From 0a59227af7eee1d3febf11bf76184a258b7b7206 Mon Sep 17 00:00:00 2001 From: Danielle Tomlinson Date: Wed, 19 Oct 2016 16:23:31 +0200 Subject: [PATCH] Update for https://github.com/CocoaPods/cocoapods-downloader/pull/62 --- install_add_pod/after/execution_output.txt | 2 +- install_non_objective_c_files/after/execution_output.txt | 2 +- .../after/execution_output.txt | 2 ++ install_using_checkout_options/after/execution_output.txt | 4 ++-- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/install_add_pod/after/execution_output.txt b/install_add_pod/after/execution_output.txt index dfcbad54f..92c931d04 100644 --- a/install_add_pod/after/execution_output.txt +++ b/install_add_pod/after/execution_output.txt @@ -23,7 +23,7 @@ Downloading dependencies > Git download $ GIT_BIN clone https://github.com/johnezang/JSONKit.git PROJECT/Pods/JSONKit --template= Cloning into 'PROJECT/Pods/JSONKit'... - $ GIT_BIN checkout --quiet 0aff3deb5e1bb2bbc88a83fd71c8ad5550185cce + $ GIT_BIN -C PROJECT/Pods/JSONKit checkout --quiet 0aff3deb5e1bb2bbc88a83fd71c8ad5550185cce -> Installing Reachability (3.1.0) > Git download diff --git a/install_non_objective_c_files/after/execution_output.txt b/install_non_objective_c_files/after/execution_output.txt index 46c3f95fc..a65fad446 100644 --- a/install_non_objective_c_files/after/execution_output.txt +++ b/install_non_objective_c_files/after/execution_output.txt @@ -21,7 +21,7 @@ Downloading dependencies > Git download $ GIT_BIN clone https://github.com/kmussel/Moment.git PROJECT/Pods/Moment --template= Cloning into 'PROJECT/Pods/Moment'... - $ GIT_BIN checkout --quiet 39f21fee0cef410c6d89c9fa94ff5638527ef7bc + $ GIT_BIN -C PROJECT/Pods/Moment checkout --quiet 39f21fee0cef410c6d89c9fa94ff5638527ef7bc - Running pre install hooks Generating Pods project diff --git a/install_subspecs_no_duplicate_prefix/after/execution_output.txt b/install_subspecs_no_duplicate_prefix/after/execution_output.txt index 5191c06fa..07e69b504 100644 --- a/install_subspecs_no_duplicate_prefix/after/execution_output.txt +++ b/install_subspecs_no_duplicate_prefix/after/execution_output.txt @@ -21,6 +21,8 @@ Downloading dependencies > Git download $ GIT_BIN clone https://github.com/luisdelarosa/AFRaptureXMLRequestOperation.git PROJECT/Pods/Test --template= --single-branch --depth 1 Cloning into 'PROJECT/Pods/Test'... + $ GIT_BIN -C PROJECT/Pods/Test rev-parse HEAD + 919903db28535c3f387c4bbaa6a3feae4428e993 - Running pre install hooks Generating Pods project diff --git a/install_using_checkout_options/after/execution_output.txt b/install_using_checkout_options/after/execution_output.txt index 9b6cac06d..a0001b682 100644 --- a/install_using_checkout_options/after/execution_output.txt +++ b/install_using_checkout_options/after/execution_output.txt @@ -17,13 +17,13 @@ Fetching external sources > Git download $ GIT_BIN clone https://github.com/AFNetworking/AFNetworking.git PROJECT/Pods/AFNetworking --template= Cloning into 'PROJECT/Pods/AFNetworking'... - $ GIT_BIN checkout --quiet ba7b6e541fd18bdf48da6d4845670e3e6b990637 + $ GIT_BIN -C PROJECT/Pods/AFNetworking checkout --quiet ba7b6e541fd18bdf48da6d4845670e3e6b990637 -> Pre-downloading: `RKValueTransformers` from `https://github.com/RestKit/RKValueTransformers`, commit `d76a00894b8c3c9331e36d91ab952681426a49df` > Git download > Git download $ GIT_BIN clone https://github.com/RestKit/RKValueTransformers PROJECT/Pods/RKValueTransformers --template= Cloning into 'PROJECT/Pods/RKValueTransformers'... - $ GIT_BIN checkout --quiet d76a00894b8c3c9331e36d91ab952681426a49df + $ GIT_BIN -C PROJECT/Pods/RKValueTransformers checkout --quiet d76a00894b8c3c9331e36d91ab952681426a49df Resolving dependencies of `Podfile`