Skip to content

Commit

Permalink
Increases deployment target due to swift. Refs #37.
Browse files Browse the repository at this point in the history
Could we go below 7.x with Silver?
  • Loading branch information
gradha committed May 30, 2015
1 parent 8241e8e commit cbc2500
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Record_my_position.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@
src,
external,
);
IPHONEOS_DEPLOYMENT_TARGET = 3.0;
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
OTHER_LDFLAGS = "-weak-lSystem";
PREBINDING = NO;
PRODUCT_NAME = Record_my_position;
Expand All @@ -960,7 +960,7 @@
src,
external,
);
IPHONEOS_DEPLOYMENT_TARGET = 3.0;
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
OTHER_LDFLAGS = "-weak-lSystem";
PREBINDING = NO;
Expand Down

0 comments on commit cbc2500

Please sign in to comment.