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

github.com/ccgus/fmdb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Natan <leo.natan@outlook.com>2019-06-19 19:22:21 +0300
committerLeo Natan <leo.natan@outlook.com>2019-06-19 19:25:37 +0300
commitd98f040bf46dc584286e8e2f200de5ddd46f9a70 (patch)
tree551c2d3ed9ea14437d040fe0511f8a1a23959c11
parent77d1c26ca462f84c8edf608876dba87c1f352208 (diff)
Add missing OS deployment targets to project targets
-rw-r--r--fmdb.xcodeproj/project.pbxproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/fmdb.xcodeproj/project.pbxproj b/fmdb.xcodeproj/project.pbxproj
index be8f5a6..cb969e0 100644
--- a/fmdb.xcodeproj/project.pbxproj
+++ b/fmdb.xcodeproj/project.pbxproj
@@ -961,6 +961,7 @@
TARGETED_DEVICE_FAMILY = 4;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
+ WATCHOS_DEPLOYMENT_TARGET = 2.0;
};
name = Debug;
};
@@ -1003,6 +1004,7 @@
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
+ WATCHOS_DEPLOYMENT_TARGET = 2.0;
};
name = Release;
};
@@ -1339,6 +1341,7 @@
GCC_OPTIMIZATION_LEVEL = 0;
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
GCC_WARN_UNUSED_PARAMETER = YES;
+ MACOSX_DEPLOYMENT_TARGET = 10.11;
PRODUCT_NAME = FMDB;
PUBLIC_HEADERS_FOLDER_PATH = include/FMDB;
};
@@ -1355,6 +1358,7 @@
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
GCC_WARN_UNUSED_PARAMETER = YES;
+ MACOSX_DEPLOYMENT_TARGET = 10.11;
PRODUCT_NAME = FMDB;
PUBLIC_HEADERS_FOLDER_PATH = include/FMDB;
ZERO_LINK = NO;