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

Add a property allowing the user to specify the Info.plist format for their bundle

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • P4: Low
    • 1.0.1
    • None
    • General
    • None
    • 42a1b4f3e0047688ad34cda3a8628a6a9ff1af1a

    Description

      Xcode allows the Info.plist output format to be chosen by the user; QBS should provide this feature as well.

      Currently, we write xml1 format for OS X, and binary1 for iOS (hardcoded in DarwinGCC.qbs).

      We should have a (string) cpp.plistFormat property whose valid values are: [ "xml1", "binary1", "json", "same-as-input" ]

      If the user leaves the value undefined we should follow Xcode's behavior:

      • OS X: the default value should be "same-as-input" (if cpp.infoPlistFile is defined) or "xml1" (if it is not)
      • iOS: the default value should be "binary1"

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes