Skip to content

Commit

Permalink
set deployment target to minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
toy committed Sep 15, 2018
1 parent c25dbc5 commit 9c69882
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions blueutil.xcodeproj/project.pbxproj
Expand Up @@ -186,6 +186,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.6;
ONLY_ACTIVE_ARCH = YES;
PREBINDING = NO;
};
Expand All @@ -212,6 +213,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.6;
PREBINDING = NO;
};
name = Release;
Expand Down

0 comments on commit 9c69882

Please sign in to comment.