aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChristian Fetzer <fetzer.ch@gmail.com>2016-12-24 14:38:58 +0100
committerChristian Fetzer <fetzer.ch@gmail.com>2016-12-24 14:38:58 +0100
commitc6fd791f3605e242c14613f793765b6402fd5d0f (patch)
tree563c351ca8e7ac4c9892d0f2e3e99fb6d2eaa3f5 /docs
parente851a583a98dbed02b5c3b6efd3668f881ab3053 (diff)
[docs] Remove note that Xcode has to be adapted for a certain SDK
It's enough to have depends built using --with-sdk and then point cmake to the respective Toolchain file.
Diffstat (limited to 'docs')
-rw-r--r--docs/README.ios.md2
-rw-r--r--docs/README.osx.md2
2 files changed, 0 insertions, 4 deletions
diff --git a/docs/README.ios.md b/docs/README.ios.md
index e1a8b85b78..f68813a097 100644
--- a/docs/README.ios.md
+++ b/docs/README.ios.md
@@ -103,8 +103,6 @@ above. The example below would use the iOS SDK 8.0:
./configure --host=arm-apple-darwin --with-sdk=8.0
-Ensure that you also adapt the Xcode project to use this SDK version.
-
### 3.3 Compile Kodi binary addons
Kodi maintains a set of binary addons (PVR clients, Visualizations, Audio DSP
diff --git a/docs/README.osx.md b/docs/README.osx.md
index 37ffd12c15..4a9f660f16 100644
--- a/docs/README.osx.md
+++ b/docs/README.osx.md
@@ -103,8 +103,6 @@ above. The example below would use the macOS SDK 10.9:
./configure --host=arm-apple-darwin --with-sdk=10.9
-Ensure that you also adapt the Xcode project to use this SDK version.
-
### 3.3 Compile Kodi binary addons
Kodi maintains a set of binary addons (PVR clients, Visualizations, Audio DSP