- 26 Oct, 2015 13 commits
-
-
Samuel E. Giddins authored
[Installer] Also set APPLICATION_EXTENSION_API_ONLY when the user tar…
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Samuel E. Giddins authored
Add deployment target option for ibtool command in copy resources script
-
Samuel E. Giddins authored
[InfoPlistFile] Ensure the version string is exactly three dot-separated numbers
-
Samuel E. Giddins authored
[Validator] Validate that apps can import the Pod
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Samuel Giddins authored
-
- 25 Oct, 2015 20 commits
-
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Samuel E. Giddins authored
-
Samuel E. Giddins authored
-
Samuel E. Giddins authored
[Validator] Compile with -Wincomplete-umbrella
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Samuel E. Giddins authored
[Init] Only create target definitions for native targets
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Samuel E. Giddins authored
[PodTargetInstaller] Preserve header_mappings_dir when copying header…
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Samuel E. Giddins authored
Fix handling of localized files in Pods installed as frameworks
-
Samuel E. Giddins authored
Improve repo lint error messaging
-
Muhammed Yavuz Nuzumlali authored
-
- 24 Oct, 2015 7 commits
-
-
Muhammed Yavuz Nuzumlali authored
-
Tim Bodeit authored
-
Tim Bodeit authored
- Revert Use `||=` as previous value of group is used in the line - Pass the converted pathname into group_for_path_in_group - Fix spacing in Argument Error output - Fix wrong variable name in Argument Error output
-
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
-