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
37
37
38
38
.. code :: bash
39
39
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
41
41
42
42
Where:
43
43
@@ -55,6 +55,11 @@ Where:
55
55
- ``verbosity `` is the verbosity level for the build and can take value 'verbose' or
56
56
'quiet' if set by ``tools.build:verbosity `` in your **[conf] **
57
57
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
+
58
63
conf
59
64
++++
60
65
You can’t perform that action at this time.
0 commit comments