- 24 Oct, 2015 7 commits
-
-
Tim Bodeit authored
- Remove duplicate argument check from add_file_reference. This will make the stack trace a little less concise, as the private group_for_path_in_group will show up as the topmost item. However it makes the method more readable. - Make lproj_regex case-insensitive - Use `||=` instead of wrapping `||` over multiple lines
-
Tim Bodeit authored
It is possible that a pod lib creator includes multiple assets with the same name, but different file extensions. Instead of just putting localized files by name, they are now also grouped by the path of the directory their .lproj folder is in. For example the library Foo could include a localized Foo.storyboard as well as a localized Foo.png Now two separate variant groups would be created for Foo.storyboard and Foo.png as long as the two files are in different .lproj bundles in different folders.
-
Tim Bodeit authored
-
Tim Bodeit authored
-
Tim Bodeit authored
-
Tim Bodeit authored
Test that subgroups that reflect the directory structure are not created for a file reference unless requested.
-
Tim Bodeit authored
When adding a file reference for a file in a *.lproj folder, use a variant group to group it with corresponding files for other languages. Grouping is done by the names without extensions of the files inside the *.lproj folders. For example: Base.lproj/Foo.storyboard and de.lproj/Foo.strings will be put together in a variant group called Foo.
-
- 23 Oct, 2015 2 commits
-
-
Kyle Fuller authored
Update Xcodeproj and support .hxx headers
-
Kyle Fuller authored
-
- 21 Oct, 2015 1 commit
-
-
Samuel Giddins authored
-
- 20 Oct, 2015 5 commits
-
-
Marius Rackwitz authored
improving the performance of Pod::Installer::Analyzer#generate_pod_targets
-
-
Daniel Ribeiro authored
-
Daniel Ribeiro authored
-
Daniel Ribeiro authored
improving Pod::Installer::Analyzer#deduplicate_targets performance, by avoiding computing previously computed dependency trees
-
- 19 Oct, 2015 1 commit
-
-
Samuel E. Giddins authored
Only open the user project once per installation
-
- 18 Oct, 2015 1 commit
-
-
Samuel Giddins authored
-
- 17 Oct, 2015 3 commits
-
-
Samuel Giddins authored
-
Samuel E. Giddins authored
Fixing rake's Inch
-
Daniel Ribeiro authored
requiring colored early so that String's ancestor will have Term::ANSIColor later, which contains the color definition required by inch
-
- 15 Oct, 2015 1 commit
-
-
Samuel Giddins authored
[IntegrationSpecs] Update for adding podfile checksums to the lockfile
-
- 13 Oct, 2015 3 commits
-
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Samuel E. Giddins authored
[Resolver] Fix resolution on Ruby 2.3
-
- 12 Oct, 2015 2 commits
-
-
Samuel Giddins authored
-
Samuel Giddins authored
-
- 10 Oct, 2015 5 commits
-
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Samuel Giddins authored
Closes #4332
-
Samuel Giddins authored
-
- 09 Oct, 2015 4 commits
-
-
Samuel E. Giddins authored
Updating changelog
-
Kevin Coleman authored
-
Kevin Coleman authored
-
Kevin Coleman authored
-
- 08 Oct, 2015 5 commits
-
-
Boris Bügling authored
[XCConfig Helper] Only link dynamic vendored frameworks and libraries
-
Kevin Coleman authored
-
Kevin Coleman authored
-
Kevin Coleman authored
-
Kevin Coleman authored
-