Skip to content

Commit

Permalink
Merge pull request Haneke#279 from simonbs/feature/tvos
Browse files Browse the repository at this point in the history
Sets minimum deployment target to 9.0
  • Loading branch information
dcharbonnier committed Jan 29, 2016
2 parents 6170339 + 93ff3aa commit 0c8d18a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Haneke.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -720,6 +720,7 @@
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 9.0;
};
name = Debug;
};
Expand All @@ -740,6 +741,7 @@
SDKROOT = appletvos;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 9.0;
};
name = Release;
};
Expand Down

0 comments on commit 0c8d18a

Please sign in to comment.