Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
endocrimes committed Oct 19, 2016
1 parent 3ccf80e commit 0a59227
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion install_add_pod/after/execution_output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion install_non_objective_c_files/after/execution_output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions install_using_checkout_options/after/execution_output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit 0a59227

Please sign in to comment.