aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference/modules/xcode-module.qdoc
Commit message (Collapse)AuthorAgeFilesLines
* Fix documentation warningsRichard Weickelt2020-10-251-1/+0
| | | | | | | | | | | The \contentspage command is obsolet without replacement. It has not been working since Qt5.2. The link to the Qt resource system does not work locally and should point to the online page instead. Change-Id: Ib065cfd26c90b60d3cd3d72820b16c6601e80ad4 Reviewed-by: Ivan Komissarov <ABBAPOH@gmail.com>
* Doc: Use QML commands to document modulesLeena Miettinen2017-12-211-108/+133
| | | | | | Task-number: QBS-1245 Change-Id: I996bb44a1db9aae71ef42bca87265371de951272 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Update license headersIikka Eklund2016-08-291-17/+14
| | | | | | | | | | Patch-set 3 includes rest of the files. Every source file needs to have up-to-date license headers in order to pass ci. Change-Id: I55ed96910b5cb13513f80eb118feafcdaa32e8b0 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Do the OS X to macOS rename.v1.5.2Jake Petroules2016-06-271-1/+1
| | | | | | | | | | | | | | | | | [ChangeLog] The "osx" value in qbs.hostOS and qbs.targetOS has been replaced with "macos". For backwards compatibility, qbs.hostOS will still contain "osx" in addition to "macos", and an error will be printed if qbs.targetOS contains "osx" but not "macos". Specifying "macos" without "osx" is allowed. These checks are subject to be removed in a future version of qbs, so update your hostOS and targetOS checks accordingly. [ChangeLog] cpp.minimumOsxVersion has been deprecated and replaced with cpp.minimumMacosVersion. cpp.minimumOsxVersion is subject to be removed in a future version of qbs, so update your projects accordingly. Change-Id: I479891829dff6eb6750cb2a04e1395f085896f63 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
* Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-061-1/+1
| | | | | | Change-Id: I885d94bb14b325dc36767a840ebdb0be1fb59dd2 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* Remove documentation for code signing properties in the Xcode module.Jake Petroules2016-04-151-52/+0
| | | | | | | This feature is not ready for the 1.5 release; it will be in 1.6. Change-Id: I5dfdbdc9abd0931f3b10a835995d947c429a626b Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
* Add signingTimestamp property.Jake Petroules2015-10-311-0/+9
| | | | | | | | This lets the user control if/how timestamps are applied to signed code. Qbs defaults to "none" to match Xcode. Change-Id: I72463681c8c769ada7d9e406a5a398134007a85f Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
* Make provisioning profile handling significantly faster.Jake Petroules2015-10-291-8/+0
| | | | | | | | Do the work of converting DER-encoded provisioning profiles to JSON in a Command instead of the RHS of frequently evaluated property bindings. Change-Id: I027e7ba39893aae02beb8d4da83efdaaf4e00a26 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
* Add skeleton tvOS support.Jake Petroules2015-09-111-4/+4
| | | | | Change-Id: I234cec127b1644f1ef53fe5c287da7158152ac12 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
* Fix xcode module documentation.Jake Petroules2015-07-301-18/+40
| | | | | | | | Resolves a couple formatting issues and adds missing \since commands. Change-Id: I1eca2091a960ab3bdb237f911cc56cb5df100ec4 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
* Add skeleton Apple watchOS support.Jake Petroules2015-07-291-4/+6
| | | | | Change-Id: I23569a50a5493e0535ae155925a688b9d5c0743f Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
* Add code signing support for OS X and iOS.Jake Petroules2015-07-291-0/+44
| | | | | Change-Id: Ia85f68692974288780484fa47a896d66f16bc11b Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
* Introduce xcode.targetDevices.Jake Petroules2015-07-291-0/+6
| | | | | | | | This primarily allows users to control whether they are developing universal or device-specific iOS applications. Change-Id: I64fe7a3b9da383c51a7b24d013111a2da3993e58 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
* Introduce Xcode module.Jake Petroules2015-07-291-0/+121
Change-Id: I3d338b1f3a41bb4c19e0c3c213139e09493ae10b Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>