File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ The ``Xcode.build()`` method internally implements a call to ``xcodebuild`` like
3737
3838.. code :: bash
3939
40- $ xcodebuild -project app.xcodeproj -configuration < configuration> -arch < architecture> < sdk> < verbosity> -target < target> /-alltargets
40+ $ xcodebuild -project app.xcodeproj -configuration < configuration> -arch < architecture> < sdk> < verbosity> -target < target> /-alltargets * _DEPLOYMENT_TARGET=settings.os.version
4141
4242 Where:
4343
@@ -55,6 +55,11 @@ Where:
5555- ``verbosity `` is the verbosity level for the build and can take value 'verbose' or
5656 'quiet' if set by ``tools.build:verbosity `` in your **[conf] **
5757
58+ Additional parameters that are passed to ``xcodebuild ``:
59+
60+ - deployment target setting according to the values of ``os `` and ``os.version `` from profile,
61+ e.g. ``MACOSX_DEPLOYMENT_TARGET=10.15 `` or ``IPHONEOS_DEPLOYMENT_TARGET=15.0 ``
62+
5863conf
5964++++
6065
You can’t perform that action at this time.
0 commit comments