1. 27 Oct, 2015 1 commit
  2. 26 Oct, 2015 14 commits
  3. 25 Oct, 2015 20 commits
  4. 24 Oct, 2015 5 commits
    • Muhammed Yavuz Nuzumlali's avatar
    • Tim Bodeit's avatar
      [Project] Use ||= for dictionary assignment · 56c623d0
      Tim Bodeit authored
      56c623d0
    • Tim Bodeit's avatar
      [Project] Fix CI failures · 3c0d7875
      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
      3c0d7875
    • Tim Bodeit's avatar
      [Project] improvements from PR comments · f6b068f1
      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
      f6b068f1
    • Tim Bodeit's avatar
      [Project] Make separate variant groups for different directory levels · 7b23498e
      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.
      7b23498e