Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVojtech Kral <vojtech@kral.hk>2019-04-15 12:57:49 +0300
committerVojtech Kral <vojtech@kral.hk>2019-04-15 12:57:49 +0300
commitbf3a52925ba27269a77d419fc87e205d2cf977a4 (patch)
treea61471d631da041e7febf5f0b8845329a9e324bc /doc
parentdddea0db2298d96eb4c98fa463431fc566ca0831 (diff)
doc: Mac build: Add note about XCode SDK version lock
Diffstat (limited to 'doc')
-rw-r--r--doc/How to build - Mac OS.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/How to build - Mac OS.md b/doc/How to build - Mac OS.md
index 670e9fd87..5af755564 100644
--- a/doc/How to build - Mac OS.md
+++ b/doc/How to build - Mac OS.md
@@ -61,3 +61,10 @@ Please note that the `CMAKE_OSX_DEPLOYMENT_TARGET` and `CMAKE_OSX_SYSROOT` optio
on both the dependencies bundle as well as Slic3r PE itself.
Official Mac Slic3r builds are currently built against SDK 10.9 to ensure compatibility with older Macs.
+
+_Warning:_ XCode may be set such that it rejects SDKs bellow some version (silently, more or less).
+This is set in the property list file
+
+ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Info.plist
+
+To remove the limitation, simply delete the key `MinimumSDKVersion` from that file.