Merge branch 'master' into sandbox_reorganization_544
* master: (46 commits) [Command::Init] Update specs for recent changes [Command::Init] Add dependencies of the normal targets inside the target block [Command::Init] Add note about the configuration files to the description Update CHANGELOG for #1294 [rake] Welcome to the real world, where envs don’t automagically work. [Installer] Add all the user's build configurations to the Pods project. [Analyzer] Resolve all user build configurations. Misc small changes. Rebuild integration specs. Update Xcodeproj to the latest master revision Use the build configurations from the Podfile for the Pods project Add test for STRIP_INSTALLED_PRODUCT = NO at project level Fix all callers of Pod::Project.new() Handle the build_configurations parameter in Xcodeproj::Project subclasses Pass the user build configurations to the Pods project Add link to Gemfile regarding local repos. Add that this is the MIT license. [CONTRIBUTING] Update CocoaPods. [Xcodeproj] Use Pod::UI for warnings and messages [Changelog] ... Conflicts: spec/cocoapods-integration-specs
Showing
... | @@ -7,6 +7,7 @@ gemspec | ... | @@ -7,6 +7,7 @@ gemspec |
group :development do | group :development do | ||
# To develop the deps in tandem use the `LOCAL GIT REPOS` feature of Bundler. | # To develop the deps in tandem use the `LOCAL GIT REPOS` feature of Bundler. | ||
# For more info see http://bundler.io/git.html#local | |||
gem 'cocoapods-core', :git => "https://github.com/CocoaPods/Core.git", :branch => 'master' | gem 'cocoapods-core', :git => "https://github.com/CocoaPods/Core.git", :branch => 'master' | ||
gem 'xcodeproj', :git => "https://github.com/CocoaPods/Xcodeproj.git", :branch => 'master' | gem 'xcodeproj', :git => "https://github.com/CocoaPods/Xcodeproj.git", :branch => 'master' | ||
gem 'cocoapods-downloader', :git => "https://github.com/CocoaPods/cocoapods-downloader.git", :branch => 'master' | gem 'cocoapods-downloader', :git => "https://github.com/CocoaPods/cocoapods-downloader.git", :branch => 'master' | ||
... | ... |
Please
register
or
sign in
to comment