mirror of
https://github.com/zhigang1992/CocoaPods.git
synced 2026-04-30 10:22:26 +08:00
* integration_take_2: [Specs Integration] Clean implementation a bit. [TargetInstaller] Sort headers in xcconfig. [Bundle] update Add .hg folders to specs repos [Gitignore] Don't ignore .hg folders [Specs Integration] Added more tests. [Specs Integration] Clean up implementation. [Specs Integration] Skip unreliable tests. [Installer] Don't show using existing documentation message if docs should be skipped [Specs] Added integration specs [Specs Integration] Add check for output. Integrations tests part 2 Conflicts: .gitignore Gemfile.lock lib/cocoapods/installer.rb lib/cocoapods/installer/target_installer.rb
31 lines
414 B
Plaintext
31 lines
414 B
Plaintext
# General
|
|
*.swp
|
|
*.swo
|
|
*.rbo
|
|
*.gem
|
|
.DS_Store
|
|
.rbenv-version
|
|
.rbx/
|
|
xcuserdata
|
|
project.xcworkspace
|
|
DerivedData
|
|
/concatenated.*
|
|
Gemfile.lock
|
|
|
|
# Yardoc
|
|
.yardoc
|
|
/doc
|
|
|
|
# Specs
|
|
tmp
|
|
spec/fixtures/banana-lib
|
|
spec/fixtures/chameleon
|
|
spec/fixtures/integration/Headers/
|
|
spec/fixtures/vcr
|
|
|
|
# Examples
|
|
examples/Podfile
|
|
examples/Pods
|
|
examples/**/Pods
|
|
examples/RelativePathProject/RelativePathProject/RelativePathProject.xcodeproj
|