Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
endocrimes committed Nov 15, 2014
1 parent eba4bf5 commit 0c8a851
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -43,6 +43,10 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
[Olivier Halligon](https://github.com/AliSoftware)
[Core#188](https://github.com/CocoaPods/Core/issues/188)

* Use `--allow-warnings` rather than `--error-only` for pod spec validation
[Daniel Tomlinson](https://github.com/DanielTomlinson)
[#2820](https://github.com/CocoaPods/CocoaPods/issues/2820)

## 0.35.0.rc2

##### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion spec/cocoapods-integration-specs
Submodule cocoapods-integration-specs updated 48 files
+5 −5 init_single_platform/after/SampleApp.xcodeproj.yaml
+48 −48 install_add_pod/after/Pods/Pods.xcodeproj.yaml
+5 −5 install_add_pod/after/SampleApp.xcodeproj.yaml
+1 −12 install_add_pod/after/execution_output.txt
+68 −68 install_custom_build_configuration/after/Pods/Pods.xcodeproj.yaml
+10 −10 install_custom_build_configuration/after/SampleApp.xcodeproj.yaml
+1 −8 install_custom_build_configuration/after/execution_output.txt
+63 −63 install_custom_workspace/after/Pods/Pods.xcodeproj.yaml
+5 −5 install_custom_workspace/after/SampleApp_1.xcodeproj.yaml
+5 −5 install_custom_workspace/after/SampleApp_2.xcodeproj.yaml
+1 −10 install_custom_workspace/after/execution_output.txt
+33 −33 install_external_source/after/Pods/Pods.xcodeproj.yaml
+8 −8 install_external_source/after/SampleApp.xcodeproj.yaml
+1 −16 install_external_source/after/execution_output.txt
+32 −32 install_local_source/after/Pods/Pods.xcodeproj.yaml
+8 −8 install_local_source/after/SampleApp.xcodeproj.yaml
+1 −8 install_local_source/after/execution_output.txt
+110 −110 install_multiple_targets/after/Pods/Pods.xcodeproj.yaml
+15 −15 install_multiple_targets/after/SampleApp.xcodeproj.yaml
+1 −20 install_multiple_targets/after/execution_output.txt
+32 −32 install_new/after/Pods/Pods.xcodeproj.yaml
+5 −5 install_new/after/SampleApp.xcodeproj.yaml
+1 −8 install_new/after/execution_output.txt
+11 −0 install_non_objective_c_files/after/Moment.podspec
+2 −0 install_non_objective_c_files/after/Podfile
+483 −0 install_non_objective_c_files/after/Pods/Pods.xcodeproj/project.pbxproj
+756 −0 install_non_objective_c_files/after/SampleApp.xcodeproj/project.pbxproj
+32 −32 install_podfile_callbacks/after/Pods/Pods.xcodeproj.yaml
+5 −5 install_podfile_callbacks/after/SampleApp.xcodeproj.yaml
+1 −8 install_podfile_callbacks/after/execution_output.txt
+32 −32 install_podspec/after/Pods/Pods.xcodeproj.yaml
+5 −5 install_podspec/after/SampleApp.xcodeproj.yaml
+1 −8 install_podspec/after/execution_output.txt
+32 −32 install_remove_pod/after/Pods/Pods.xcodeproj.yaml
+5 −5 install_remove_pod/after/SampleApp.xcodeproj.yaml
+1 −8 install_remove_pod/after/execution_output.txt
+59 −59 install_subspecs/after/Pods/Pods.xcodeproj.yaml
+10 −10 install_subspecs/after/SampleApp.xcodeproj.yaml
+1 −12 install_subspecs/after/execution_output.txt
+33 −33 install_subspecs_no_duplicate_prefix/after/Pods/Pods.xcodeproj.yaml
+10 −10 install_subspecs_no_duplicate_prefix/after/SampleApp.xcodeproj.yaml
+1 −12 install_subspecs_no_duplicate_prefix/after/execution_output.txt
+32 −32 update_all/after/Pods/Pods.xcodeproj.yaml
+5 −5 update_all/after/SampleApp.xcodeproj.yaml
+1 −8 update_all/after/execution_output.txt
+48 −48 update_selected/after/Pods/Pods.xcodeproj.yaml
+5 −5 update_selected/after/SampleApp.xcodeproj.yaml
+1 −12 update_selected/after/execution_output.txt

0 comments on commit 0c8a851

Please sign in to comment.