Skip to content
This repository has been archived by the owner on Jul 14, 2019. It is now read-only.

Commit

Permalink
Update iOS and OS X deployment targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Jendrusch committed May 9, 2015
1 parent e5ffaf2 commit 8b1c740
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Pistachiargo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -564,8 +564,8 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.1;
MACOSX_DEPLOYMENT_TARGET = 10.10;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MACOSX_DEPLOYMENT_TARGET = 10.9;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_NAME = "$(PROJECT_NAME)";
Expand Down Expand Up @@ -606,8 +606,8 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.1;
MACOSX_DEPLOYMENT_TARGET = 10.10;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MACOSX_DEPLOYMENT_TARGET = 10.9;
MTL_ENABLE_DEBUG_INFO = NO;
PRODUCT_NAME = "$(PROJECT_NAME)";
SDKROOT = iphoneos;
Expand Down

0 comments on commit 8b1c740

Please sign in to comment.