Skip to content

Commit

Permalink
TIMOB-18092 ti.paint xcode has too many places for similar settings. …
Browse files Browse the repository at this point in the history
…forced deployment target across the board
  • Loading branch information
stephenfeather committed Nov 27, 2014
1 parent 7e1ed81 commit e77ffdc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ios/paint.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@
GCC_WARN_UNUSED_VALUE = NO;
GCC_WARN_UNUSED_VARIABLE = NO;
INSTALL_PATH = /usr/local/lib;
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
OTHER_CFLAGS = (
"-DDEBUG",
"-DTI_POST_1_2",
Expand Down Expand Up @@ -295,8 +296,8 @@
GCC_WARN_UNUSED_VALUE = NO;
GCC_WARN_UNUSED_VARIABLE = NO;
INSTALL_PATH = /usr/local/lib;
IPHONEOS_DEPLOYMENT_TARGET = 4.0;
"IPHONEOS_DEPLOYMENT_TARGET[sdk=iphonesimulator*]" = 5.1.1;
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
"IPHONEOS_DEPLOYMENT_TARGET[sdk=iphonesimulator*]" = 6.0;
OTHER_CFLAGS = "-DTI_POST_1_2";
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = TiPaint;
Expand Down

0 comments on commit e77ffdc

Please sign in to comment.