mirror of
https://github.com/zhigang1992/CocoaPods.git
synced 2026-01-12 17:12:54 +08:00
10 lines
587 B
Plaintext
10 lines
587 B
Plaintext
* No need to pass the project path and podfile separately to UserProjectIntegrator.
|
|
* Move Platform#xcodeproj to TargetDefinition#link_with.
|
|
* Add multiple-platforms section to changelog.
|
|
* Validate platforms for each target definition.
|
|
* Validate that there are dependencies in a Podfile.
|
|
* Validate that the dependencies in the targets don't conflict. E.g. two different versions of the same pod.
|
|
* Move Podfile.lock generator from Installer into its own file.
|
|
* Remove better_installer.rb file
|
|
* One or more of the specs are changing the remote URL of the master repo in ~/.cocoapods
|