diff --git a/tools/xcode/templates/SFML/SFML Compiler.xctemplate/TemplateInfo.plist b/tools/xcode/templates/SFML/SFML Compiler.xctemplate/TemplateInfo.plist
index 3f7269b83..fb1e2d629 100644
--- a/tools/xcode/templates/SFML/SFML Compiler.xctemplate/TemplateInfo.plist
+++ b/tools/xcode/templates/SFML/SFML Compiler.xctemplate/TemplateInfo.plist
@@ -70,7 +70,7 @@ subject to the following restrictions:
Units
- C++98 with GCC and libstdc++
+ C++98 with GCC and libstdc++ and target 10.5
Project
@@ -78,8 +78,21 @@ subject to the following restrictions:
GCC_VERSION
com.apple.compilers.llvmgcc42
+
+ MACOSX_DEPLOYMENT_TARGET
+ 10.5
+
+ Targets
+
+
+ Frameworks
+
+ Foundation
+
+
+
@@ -230,9 +243,9 @@ subject to the following restrictions:
GCC_PREPROCESSOR_DEFINITIONS
DEBUG=1 $(inherited)
-
+
ONLY_ACTIVE_ARCH
- YES
+ NO
Release
@@ -240,7 +253,7 @@ subject to the following restrictions:
COPY_PHASE_STRIP
YES
-
+
ONLY_ACTIVE_ARCH
NO
diff --git a/tools/xcode/templates/readme.txt b/tools/xcode/templates/readme.txt
index 7b2478902..ab287304c 100644
--- a/tools/xcode/templates/readme.txt
+++ b/tools/xcode/templates/readme.txt
@@ -23,7 +23,7 @@ The templates were written by Marco Antognini and ar
Features
--------
- * You can choose between command line tool or bundle application.
+ * You can choose between command line tool or bundle application, the latter will contains all SFML dependancies so you can run your app on another computer without manually installing SFML.
* You can choose between using SFML libraries as dylibs or frameworks.
* You can choose your compiler and C++ standard library / dialect.
* You can choose with SFML module you want to use into your project.