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:
authorAugust "Gus" Mueller <gus@flyingmeat.com>2019-06-19 22:29:55 +0300
committerGitHub <noreply@github.com>2019-06-19 22:29:55 +0300
commitd66fa0899248f2295f8df86959f79d5281d44d2a (patch)
tree346e894bf676ea2bd40b86f67bc7aa667b7d2184
parent77d1c26ca462f84c8edf608876dba87c1f352208 (diff)
parent85bbdcf7a138f516e497388232b314cd7cd4480a (diff)
Merge pull request #742 from wix-playground/EnableARCinFMDB
Enable ARC in the static FMDB target
-rw-r--r--fmdb.xcodeproj/project.pbxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/fmdb.xcodeproj/project.pbxproj b/fmdb.xcodeproj/project.pbxproj
index be8f5a6..1480057 100644
--- a/fmdb.xcodeproj/project.pbxproj
+++ b/fmdb.xcodeproj/project.pbxproj
@@ -1331,6 +1331,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
+ CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
COMBINE_HIDPI_IMAGES = YES;
@@ -1348,6 +1349,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
+ CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
COMBINE_HIDPI_IMAGES = YES;