Skip to content

Commit

Permalink
Updated deployment target to 10.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuther committed Nov 15, 2015
1 parent 387d41f commit e0a2130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions KSImageNamed.xcodeproj/project.pbxproj
Expand Up @@ -275,7 +275,7 @@
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.7;
MACOSX_DEPLOYMENT_TARGET = 10.10;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
};
Expand All @@ -297,7 +297,7 @@
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.7;
MACOSX_DEPLOYMENT_TARGET = 10.10;
SDKROOT = macosx;
};
name = Release;
Expand Down

0 comments on commit e0a2130

Please sign in to comment.