Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for git-c changes #82

Merged
merged 1 commit into from
Oct 19, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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