Skip to content

Commit

Permalink
Merge pull request #79 from schayes04/master
Browse files Browse the repository at this point in the history
  • Loading branch information
benasher44 authored Oct 3, 2016
2 parents 56161ea + b6f680f commit c58c9df
Show file tree
Hide file tree
Showing 25 changed files with 50 additions and 25 deletions.
3 changes: 2 additions & 1 deletion install_add_pod/after/execution_output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,5 @@ Integrating target `Pods-SampleApp` (`SampleApp.xcodeproj` project)
Adding Build Phase '[CP] Check Pods Manifest.lock' to project.
- Running post install hooks
- cocoapods-stats from `cocoapods-stats/lib/cocoapods_plugin.rb`
Pod installation complete! There are 2 dependencies from the Podfile and 2 total pods installed.

-> Pod installation complete! There are 2 dependencies from the Podfile and 2 total pods installed.
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,5 @@ Integrating client project
Integrating target `Pods-SubSpecCircular` (`SubSpecCircular.xcodeproj` project)
- Running post install hooks
- cocoapods-stats from `cocoapods-stats/lib/cocoapods_plugin.rb`
Pod installation complete! There are 3 dependencies from the Podfile and 3 total pods installed.

-> Pod installation complete! There are 3 dependencies from the Podfile and 3 total pods installed.
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@ Integrating target `Pods-SampleApp` (`SampleApp.xcodeproj` project)
Adding Build Phase '[CP] Check Pods Manifest.lock' to project.
- Running post install hooks
- cocoapods-stats from `cocoapods-stats/lib/cocoapods_plugin.rb`
Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed.

-> Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed.
3 changes: 2 additions & 1 deletion install_custom_module_map/after/execution_output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ Integrating target `Pods-Example` (`Example.xcodeproj` project)
Adding Build Phase '[CP] Check Pods Manifest.lock' to project.
- Running post install hooks
- cocoapods-stats from `cocoapods-stats/lib/cocoapods_plugin.rb`
Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed.

-> Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed.
3 changes: 2 additions & 1 deletion install_custom_module_name/after/execution_output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,5 @@ Integrating target `Pods-Example` (`Example.xcodeproj` project)
Adding Build Phase '[CP] Check Pods Manifest.lock' to project.
- Running post install hooks
- cocoapods-stats from `cocoapods-stats/lib/cocoapods_plugin.rb`
Pod installation complete! There is 1 dependency from the Podfile and 2 total pods installed.

-> Pod installation complete! There is 1 dependency from the Podfile and 2 total pods installed.
3 changes: 2 additions & 1 deletion install_custom_workspace/after/execution_output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ Integrating target `Pods-SampleApp_2` (`SampleApp_2.xcodeproj` project)
Adding Build Phase '[CP] Check Pods Manifest.lock' to project.
- Running post install hooks
- cocoapods-stats from `cocoapods-stats/lib/cocoapods_plugin.rb`
Pod installation complete! There are 2 dependencies from the Podfile and 1 total pod installed.

-> Pod installation complete! There are 2 dependencies from the Podfile and 1 total pod installed.

[!] There are duplicate dependencies on `Reachability` in `Podfile`:

Expand Down
3 changes: 2 additions & 1 deletion install_external_source/after/execution_output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ Integrating target `Pods-iOS App` (`SampleApp.xcodeproj` project)
Adding Build Phase '[CP] Check Pods Manifest.lock' to project.
- Running post install hooks
- cocoapods-stats from `cocoapods-stats/lib/cocoapods_plugin.rb`
Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed.

-> Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed.

[!] The `iOS App [Release]` target overrides the `OTHER_CFLAGS` build setting defined in `Pods/Target Support Files/Pods-iOS App/Pods-iOS App.release.xcconfig'. This can lead to problems with the CocoaPods installation
- Use the `$(inherited)` flag, or
Expand Down
3 changes: 2 additions & 1 deletion install_framework_resources/after/execution_output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,5 @@ Integrating target `Pods-SampleAppTests` (`SampleApp.xcodeproj` project)
Adding Build Phase '[CP] Check Pods Manifest.lock' to project.
- Running post install hooks
- cocoapods-stats from `cocoapods-stats/lib/cocoapods_plugin.rb`
Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed.

-> Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed.
3 changes: 2 additions & 1 deletion install_local_source/after/execution_output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ Integrating target `Pods-iOS App` (`SampleApp.xcodeproj` project)
Adding Build Phase '[CP] Check Pods Manifest.lock' to project.
- Running post install hooks
- cocoapods-stats from `cocoapods-stats/lib/cocoapods_plugin.rb`
Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed.

-> Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed.

[!] The `iOS App [Release]` target overrides the `OTHER_CFLAGS` build setting defined in `Pods/Target Support Files/Pods-iOS App/Pods-iOS App.release.xcconfig'. This can lead to problems with the CocoaPods installation
- Use the `$(inherited)` flag, or
Expand Down
3 changes: 2 additions & 1 deletion install_multiple_targets/after/execution_output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,5 @@ Integrating target `Pods-SampleApp_2` (`SampleApp.xcodeproj` project)
Adding Build Phase '[CP] Check Pods Manifest.lock' to project.
- Running post install hooks
- cocoapods-stats from `cocoapods-stats/lib/cocoapods_plugin.rb`
Pod installation complete! There are 2 dependencies from the Podfile and 2 total pods installed.

-> Pod installation complete! There are 2 dependencies from the Podfile and 2 total pods installed.
3 changes: 2 additions & 1 deletion install_new/after/execution_output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@ Integrating target `Pods-SampleApp` (`SampleApp.xcodeproj` project)
Adding Build Phase '[CP] Check Pods Manifest.lock' to project.
- Running post install hooks
- cocoapods-stats from `cocoapods-stats/lib/cocoapods_plugin.rb`
Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed.

-> Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed.
3 changes: 2 additions & 1 deletion install_no_dependencies/after/execution_output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Integrating target `Pods-SampleApp` (`SampleApp.xcodeproj` project)
Adding Build Phase '[CP] Check Pods Manifest.lock' to project.
- Running post install hooks
- cocoapods-stats from `cocoapods-stats/lib/cocoapods_plugin.rb`
Pod installation complete! There are 0 dependencies from the Podfile and 0 total pods installed.

-> Pod installation complete! There are 0 dependencies from the Podfile and 0 total pods installed.

[!] The Podfile does not contain any dependencies.
3 changes: 2 additions & 1 deletion install_non_objective_c_files/after/execution_output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ Integrating target `Pods-SampleApp` (`SampleApp.xcodeproj` project)
Adding Build Phase '[CP] Check Pods Manifest.lock' to project.
- Running post install hooks
- cocoapods-stats from `cocoapods-stats/lib/cocoapods_plugin.rb`
Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed.

-> Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed.
3 changes: 2 additions & 1 deletion install_podfile_callbacks/after/execution_output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,5 @@ Integrating target `Pods-SampleApp` (`SampleApp.xcodeproj` project)
Adding Build Phase '[CP] Check Pods Manifest.lock' to project.
- Running post install hooks
- cocoapods-stats from `cocoapods-stats/lib/cocoapods_plugin.rb`
Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed.

-> Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed.
3 changes: 2 additions & 1 deletion install_podspec/after/execution_output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,5 @@ Integrating target `Pods-SampleApp` (`SampleApp.xcodeproj` project)
Adding Build Phase '[CP] Check Pods Manifest.lock' to project.
- Running post install hooks
- cocoapods-stats from `cocoapods-stats/lib/cocoapods_plugin.rb`
Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed.

-> Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed.
3 changes: 2 additions & 1 deletion install_remove_pod/after/execution_output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,5 @@ Integrating target `Pods-SampleApp` (`SampleApp.xcodeproj` project)
Adding Build Phase '[CP] Check Pods Manifest.lock' to project.
- Running post install hooks
- cocoapods-stats from `cocoapods-stats/lib/cocoapods_plugin.rb`
Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed.

-> Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed.
3 changes: 2 additions & 1 deletion install_resources/after/execution_output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ Integrating target `Pods-SampleApp` (`SampleApp.xcodeproj` project)
Adding Build Phase '[CP] Check Pods Manifest.lock' to project.
- Running post install hooks
- cocoapods-stats from `cocoapods-stats/lib/cocoapods_plugin.rb`
Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed.

-> Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed.
3 changes: 2 additions & 1 deletion install_resources_no_source_files/after/execution_output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ Integrating target `Pods-SampleApp` (`SampleApp.xcodeproj` project)
Adding Build Phase '[CP] Check Pods Manifest.lock' to project.
- Running post install hooks
- cocoapods-stats from `cocoapods-stats/lib/cocoapods_plugin.rb`
Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed.

-> Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed.
3 changes: 2 additions & 1 deletion install_search_paths_inheritance/after/execution_output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,5 @@ Integrating target `Pods-Test` (`App.xcodeproj` project)
Adding Build Phase '[CP] Check Pods Manifest.lock' to project.
- Running post install hooks
- cocoapods-stats from `cocoapods-stats/lib/cocoapods_plugin.rb`
Pod installation complete! There are 5 dependencies from the Podfile and 5 total pods installed.

-> Pod installation complete! There are 5 dependencies from the Podfile and 5 total pods installed.
3 changes: 2 additions & 1 deletion install_subspecs/after/execution_output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ Integrating target `Pods-iOS App` (`SampleApp.xcodeproj` project)
Adding Build Phase '[CP] Check Pods Manifest.lock' to project.
- Running post install hooks
- cocoapods-stats from `cocoapods-stats/lib/cocoapods_plugin.rb`
Pod installation complete! There are 2 dependencies from the Podfile and 1 total pod installed.

-> Pod installation complete! There are 2 dependencies from the Podfile and 1 total pod installed.

[!] The `iOS App [Release]` target overrides the `OTHER_CFLAGS` build setting defined in `Pods/Target Support Files/Pods-iOS App/Pods-iOS App.release.xcconfig'. This can lead to problems with the CocoaPods installation
- Use the `$(inherited)` flag, or
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ Integrating target `Pods-iOS App` (`SampleApp.xcodeproj` project)
Adding Build Phase '[CP] Check Pods Manifest.lock' to project.
- Running post install hooks
- cocoapods-stats from `cocoapods-stats/lib/cocoapods_plugin.rb`
Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed.

-> Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed.

[!] The `iOS App [Release]` target overrides the `OTHER_CFLAGS` build setting defined in `Pods/Target Support Files/Pods-iOS App/Pods-iOS App.release.xcconfig'. This can lead to problems with the CocoaPods installation
- Use the `$(inherited)` flag, or
Expand Down
3 changes: 2 additions & 1 deletion install_using_checkout_options/after/execution_output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,5 @@ Integrating target `Pods-SampleApp` (`SampleApp.xcodeproj` project)
Adding Build Phase '[CP] Check Pods Manifest.lock' to project.
- Running post install hooks
- cocoapods-stats from `cocoapods-stats/lib/cocoapods_plugin.rb`
Pod installation complete! There are 3 dependencies from the Podfile and 3 total pods installed.

-> Pod installation complete! There are 3 dependencies from the Podfile and 3 total pods installed.
Original file line number Diff line number Diff line change
Expand Up @@ -1028,4 +1028,5 @@ Integrating target `Pods-SampleApp` (`SampleApp.xcodeproj` project)
Adding Build Phase '[CP] Check Pods Manifest.lock' to project.
- Running post install hooks
- cocoapods-stats from `cocoapods-stats/lib/cocoapods_plugin.rb`
Pod installation complete! There are 2 dependencies from the Podfile and 2 total pods installed.

-> Pod installation complete! There are 2 dependencies from the Podfile and 2 total pods installed.
3 changes: 2 additions & 1 deletion update_all/after/execution_output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,5 @@ Integrating target `Pods-SampleApp` (`SampleApp.xcodeproj` project)
Adding Build Phase '[CP] Check Pods Manifest.lock' to project.
- Running post install hooks
- cocoapods-stats from `cocoapods-stats/lib/cocoapods_plugin.rb`
Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed.

-> Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed.
3 changes: 2 additions & 1 deletion update_selected/after/execution_output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,5 @@ Integrating target `Pods-SampleApp` (`SampleApp.xcodeproj` project)
Adding Build Phase '[CP] Check Pods Manifest.lock' to project.
- Running post install hooks
- cocoapods-stats from `cocoapods-stats/lib/cocoapods_plugin.rb`
Pod installation complete! There are 2 dependencies from the Podfile and 2 total pods installed.

-> Pod installation complete! There are 2 dependencies from the Podfile and 2 total pods installed.

0 comments on commit c58c9df

Please sign in to comment.