summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2018-02-02 09:50:38 +0100
committerLiang Qi <liang.qi@qt.io>2018-02-02 09:50:38 +0100
commitd10d9f5fae5ff76c1d600b70e6482cd23f83220b (patch)
treee9a04fd3571f7cc822e684aef1de39efa3859020
parentea25c59aa9e6d7ef69ba6e06a1509042b4af0d51 (diff)
parentb5d003d00c114a6824ef45bee027a72e309fc009 (diff)
downloadqtdoc-5.10.tar.gz
Merge remote-tracking branch 'origin/5.9' into 5.105.10
Change-Id: I8905dedd8dbdbbedada82f1d9b5dab700935de35
-rw-r--r--doc/src/platforms/osx.qdoc21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/src/platforms/osx.qdoc b/doc/src/platforms/osx.qdoc
index 8d758dd4..5505a44b 100644
--- a/doc/src/platforms/osx.qdoc
+++ b/doc/src/platforms/osx.qdoc
@@ -1147,7 +1147,28 @@
\row
\li \c{-qmldir=<path>}
\li Deploy imports used by .qml files in the given path
+ \row
+ \li \c{-always-overwrite}
+ \li Copy files even if the target file exists
+ \row
+ \li \c{-codesign=<ident>}
+ \li Run \c codesign with the given identity on all executables
+ \row
+ \li \c{-appstore-compliant}
+ \li Skip deployment of components that use private API
+ \row
+ \li \c{-libpath=<path>}
+ \li Add the given path to the library search path
+ \row
+ \li \c{-fs=<filesystem>}
+ \li Set the filesystem used for the .dmg disk image (defaults to HFS+)
\endtable
+
+ \note macOS High Sierra introduced the new Apple File System (APFS). Older
+ versions of macOS cannot read .dmg files that are formatted with APFS. By
+ default, \c macdeployqt uses the older HFS+ file system for compatibility
+ with all versions of macOS currently supported by Qt. Use the \c{-fs} option
+ to specify a different file system.
*/
/*!