aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/bundle
Commit message (Expand)AuthorAgeFilesLines
* Fix Xcode support for 13.3Christian Kandeler2022-04-041-3/+3
* Use Host and FileInfo serviceRaphael Cotty2022-01-311-1/+2
* Fix descriptions for JS commandsDenis Shienkov2021-11-151-1/+1
* Merge branch '1.19' into masterIvan Komissarov2021-05-052-27/+62
|\
| * Fix reading Xcode 12.5 specsv1.19.0Ivan Komissarov2021-05-032-27/+62
* | Pull in the Xcode build specs from Xcode 12.4Ivan Komissarov2021-05-032-1002/+1286
|/
* Implement codesign moduleJake Petroules2021-02-181-46/+25
* Get rid of product.moduleProperty() during project resolvingRichard Weickelt2021-02-141-1/+1
* Fix usage of @VAR@ in info plist filesIvan Komissarov2020-10-081-1/+1
* xcode: Fix Xcode 12.0 supportIvan Komissarov2020-07-202-2/+15
* Darwin: Fix access to undefined moduleChristian Kandeler2020-03-191-1/+2
* Fix code signing for Core Foundation bundlesLeon Buckel2020-02-131-48/+42
* Darwin: Adapt to Xcode 11Christian Kandeler2019-10-041-1/+5
* Do not override properties that are present in user plistIvan Komissarov2019-05-161-1/+2
* Report an error on unexpected output tagsChristian Kandeler2018-07-131-1/+1
* Remove "qbs" from some rule input tagsChristian Kandeler2018-06-221-1/+2
* Remove the base module import from shared imports and modulesJoerg Bornemann2018-06-221-1/+0
* Check that inputs.partial_infoplists is not emptyAlexandru Croitor2018-04-161-16/+17
* Don't make a copy of the inputs properties in BundleModule.qbsAlexandru Croitor2018-04-161-12/+17
* Fix and rename the excludedAuxiliaryInputs propertyChristian Kandeler2018-04-051-1/+1
* Pull in the latest Xcode build specs from Xcode 9.2Jake Petroules2018-02-191-3/+5
* bundle module: Adapt to stricter configure scopeChristian Kandeler2017-12-051-6/+11
* Merge remote-tracking branch 'origin/1.9'Joerg Bornemann2017-09-261-1/+16
|\
| * Add a PropertyListVariableExpander classJake Petroules2017-09-201-1/+16
* | Organize development-time scripts in a single placeJake Petroules2017-08-161-50/+0
|/
* Merge 1.8 into masterChristian Kandeler2017-06-301-1/+3
|\
| * Fix running bundled applications on Apple platformsJake Petroules2017-06-271-1/+3
* | Update specs from Xcode 8.3.2 using update-specs.shJake Petroules2017-05-291-0/+3
* | Determine Xcode architectures automatically if possibleJake Petroules2017-05-292-5/+20
* | Implement basic support for multi-config products on Darwin and AndroidJake Petroules2017-05-231-2/+3
* | Don't add compiler defines to the Info.plist replacement variable listJake Petroules2017-05-101-9/+0
|/
* Reduce some unnecessary reliance on product.typeJake Petroules2017-02-282-17/+24
* Make sure the bundle rule only accepts inputs from compatible rulesJake Petroules2017-02-242-1/+50
* Deprecate loadFile and loadExtension in favor of requireJake Petroules2017-02-151-3/+3
* Attach the bundle.content file tag to files that are part of a bundleJake Petroules2017-02-081-23/+64
* Add missing TextFile importJake Petroules2017-02-011-0/+1
* Merge 1.6 into masterChristian Kandeler2016-10-281-12/+52
|\
| * Update specs from Xcode 8 using update-specs.shJake Petroules2016-10-191-12/+52
* | Merge 1.6 into masterChristian Kandeler2016-10-171-1/+1
|\|
| * Remove ResourceRules handlingJake Petroules2016-10-071-1/+1
* | Update license headersIikka Eklund2016-08-291-0/+40
* | Deprecate the "moduleProperties" functionChristian Kandeler2016-08-041-7/+7
|/
* Merge 1.5 into 1.6Jake Petroules2016-06-282-4/+4
|\
| * Do the OS X to macOS rename.v1.5.2Jake Petroules2016-06-272-4/+4
* | Merge remote-tracking branch 'origin/1.5'Joerg Bornemann2016-06-082-2/+2
|\|
| * Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-062-2/+2
* | Remove items scheduled for removal in 1.6.Jake Petroules2016-04-221-4/+0
|/
* Respect Probe conditions.Christian Kandeler2016-04-141-2/+0
* Fix performance regression in bundle module for non-Darwin targets.Christian Kandeler2016-04-141-0/+5
* Add a validate script to the bundle module.Jake Petroules2016-04-135-13/+1117