- 22 Feb, 2016 24 commits
-
-
Marius Rackwitz authored
-
Marius Rackwitz authored
-
Marius Rackwitz authored
-
Marius Rackwitz authored
-
Marius Rackwitz authored
Edit: Turns out that even though that's true for Xcode in isolation, this was actually a misconception for CocoaPods. Both build product types need different auxiliary files and some components of the installer (e.g. `PodSourceInstaller`) are not ready for such usage. I decided that the possible win having files de-duplicated across targets doesn't outweight the added complexity.
-
Marius Rackwitz authored
-
Marius Rackwitz authored
-
Marius Rackwitz authored
-
Marius Rackwitz authored
-
Marius Rackwitz authored
-
Marius Rackwitz authored
-
Marius Rackwitz authored
-
Marius Rackwitz authored
-
Marius Rackwitz authored
This strategy further differs from what Xcode does and breaks native copy files build phases, but allows complete deduplication. It excludes with the new scoping any name clashes where a pod depends on others, which are built in multiple variants, so that it wouldn't be possible without that to add them to the framework search paths, so that just the right variants of each is visible.
-
Marius Rackwitz authored
-
Marius Rackwitz authored
-
Marius Rackwitz authored
-
Marius Rackwitz authored
-
Marius Rackwitz authored
… and error-prone by avoiding spaces in target labels, which are used to compose file paths.
-
Marius Rackwitz authored
-
Marius Rackwitz authored
-
Marius Rackwitz authored
e.g. if a pod is used on multiple platforms but on some more than once, also if different targets depend on different subspecs sets of the same pod and in cases where both combined is necessary.
-
Marius Rackwitz authored
-
Marius Rackwitz authored
-
- 18 Feb, 2016 2 commits
-
-
Samuel E. Giddins authored
[Gemspec] Bump Molinillo to `~> 0.4.3`
-
Samuel Giddins authored
-
- 10 Feb, 2016 2 commits
-
-
Samuel E. Giddins authored
[ErrorReport] Clean up generation of stack section
-
Samuel Giddins authored
-
- 08 Feb, 2016 1 commit
-
-
Samuel E. Giddins authored
[Gemfile] Add option to cp_gem to make using gem from path easier
-
- 06 Feb, 2016 1 commit
-
-
Samuel Giddins authored
-
- 03 Feb, 2016 6 commits
-
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Samuel Giddins authored
-
- 31 Jan, 2016 2 commits
-
-
Samuel E. Giddins authored
[Gemspec] Bump Molinillo to `~> 0.4.2`
-
Samuel Giddins authored
-
- 30 Jan, 2016 1 commit
-
-
Orta authored
[Command Project] xcodeproj was renamed to project
-
- 29 Jan, 2016 1 commit
-
-
Marius Rackwitz authored
-