Uploaded image for project: 'Qbs ("Cubes")'
  1. Qbs ("Cubes")
  2. QBS-202

Implement file tagger/compiler for Xcode XIB files

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • P2: Important
    • 1.0.1
    • None
    • Toolchains: Xcode
    • None
    • a412969dc1a8aa4cc272377d6fb3debd419573cd

    Description

      We need to implement support for compiling xib files. In Xcode projects, .xib files (interface files) are built using ibtool and then copied to the <appname>.app/Contents/Resources/<lang>.lproj/ directory.

      ibtool --compile OUTPUT_PATH.nib INPUT_PATH.xib

      `--output-format human-readable-text` should probably also be passed for displaying error output, as the default output format is an XML property list.

      --warnings, --errors and --notices would also be useful to include. There are a plethora of other options we might want to provide access to, too - check `man ibtool`.

      Should we add an "InterfaceBuilder" module, that allows properties to be set like: ib.errors: true, ib.autoUpgrade: false, etc.?

      Attachments

        For Gerrit Dashboard: QBS-202
        # Subject Branch Project Status CR V

        Activity

          People

            jakepetroules Jake Petroules (DO NOT ASSIGN ISSUES)
            jakepetroules Jake Petroules (DO NOT ASSIGN ISSUES)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes