aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/xcode
Commit message (Expand)AuthorAgeFilesLines
* Fix Xcode support for 13.3Christian Kandeler2022-04-041-1/+13
* Use Host and FileInfo serviceRaphael Cotty2022-01-311-1/+1
* Merge branch '1.18'Ivan Komissarov2021-02-191-1/+8
|\
| * Xcode: Fix XCode auto-detectionIvan Komissarov2021-01-041-1/+8
* | Implement codesign moduleJake Petroules2021-02-182-258/+35
|/
* xcode: Fix Xcode 12.0 supportIvan Komissarov2020-07-201-0/+4
* XCode: fix filePath of provisioning profiles artifactsIvan Komissarov2020-06-151-6/+3
* XCode: fix handling provisioning profiles in dry-run modeIvan Komissarov2020-06-022-2/+2
* XCode: fix handling provisioning profilesIvan Komissarov2020-05-201-6/+10
* Darwin: Adapt to Xcode 11.4Christian Kandeler2020-04-062-19/+13
* Fix code signing for Core Foundation bundlesLeon Buckel2020-02-131-9/+24
* Darwin: More filtering in SDK directoryChristian Kandeler2019-09-261-0/+3
* Remove the base module import from shared imports and modulesJoerg Bornemann2018-06-221-1/+0
* Make Module.setup{Build,Run}Environment first-class citizensChristian Kandeler2017-11-201-5/+5
* Determine Xcode architectures automatically if possibleJake Petroules2017-05-292-0/+111
* Determine the version of the Xcode moduleJake Petroules2017-05-291-0/+7
* Externalize the Xcode probeJake Petroules2017-05-291-7/+4
* Deprecate loadFile and loadExtension in favor of requireJake Petroules2017-02-151-4/+4
* Attach the bundle.content file tag to files that are part of a bundleJake Petroules2017-02-081-1/+1
* Fix deploymentTarget autotest with older versions of XcodeJake Petroules2016-12-141-5/+7
* Xcode: move SDK enumeration into a ProbeJake Petroules2016-11-101-1/+12
* Rename Xcode import to avoid conflictJake Petroules2016-07-271-5/+5
* Enable cross-compilation to Darwin targets from non-Darwin hostsAndrew Knight2016-06-171-1/+1
* Merge remote-tracking branch 'origin/1.5'Joerg Bornemann2016-06-081-1/+1
|\
| * Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-061-1/+1
| * Fix default value of xcode.sdk and _sdkSettings.Jake Petroules2016-04-221-3/+6
* | Fix bad quoting in error message.Jake Petroules2016-04-251-1/+1
* | Fix default value of _sdkSettings.Jake Petroules2016-04-191-1/+1
* | Fix default value of xcode.sdk.Jake Petroules2016-04-181-2/+5
|/
* Remove documentation for code signing properties in the Xcode module.Jake Petroules2016-04-151-0/+1
* Introduce Array.containsAll and Array.containsAny.Jake Petroules2016-03-251-6/+2
* Fail gracefully when loading module implementations.Jake Petroules2016-03-251-1/+1
* Deduplicate and centralize Apple platform and device info.Jake Petroules2016-03-212-27/+17
* Roll the global getEnv and currentEnv functions into Environment.Jake Petroules2015-12-011-1/+2
* Add signingTimestamp property.Jake Petroules2015-10-311-0/+2
* Track entitlements in the build graph.Jake Petroules2015-10-291-7/+14
* Make provisioning profile handling significantly faster.Jake Petroules2015-10-292-41/+106
* Add support for entitlements to the code signing process.Jake Petroules2015-09-251-0/+89
* Fix handling of codesign_allocate.Jake Petroules2015-09-221-2/+12
* Implement some of the non-standard yet common Console API.Jake Petroules2015-09-151-4/+4
* Add skeleton tvOS support.Jake Petroules2015-09-111-0/+4
* Fix small omissions in watchOS support.Jake Petroules2015-09-091-2/+2
* Set SDKROOT variable in Xcode build environment.Jake Petroules2015-08-171-1/+2
* Make the xcode module an optional dependency of the ib module.Jake Petroules2015-08-101-8/+1
* Add skeleton Apple watchOS support.Jake Petroules2015-07-292-0/+6
* Add code signing support for OS X and iOS.Jake Petroules2015-07-292-0/+99
* Introduce xcode.targetDevices.Jake Petroules2015-07-291-0/+6
* Introduce Xcode module.Jake Petroules2015-07-292-0/+247