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

introduce property for switching between bundle/non-bundle products

    XMLWordPrintable

Details

    • bfdc2953ecc4a9800c2974d2d63e528c2bdc9b96

    Description

      There should be a property to switch between bundle/non-bundle products.
      If true, it should build bundles on OS X / iOS and be ignored everywhere else.

      That's to avoid conditionals in user code for the product type.

      Proposal:

      Application {
          createBundle: true   // will create app bundle on OS X
      }
      DynamicLibrary {
          createBundle: true   // will create framework bundle on OS X
      }
      

      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)
            jbornema Joerg Bornemann
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes