Skip to content

Commit

Permalink
Merge pull request #75 from kengruven/elcap
Browse files Browse the repository at this point in the history
Lower MACOSX_DEPLOYMENT_TARGET to include El Capitan
  • Loading branch information
rob phillips authored Feb 23, 2018
2 parents c6757b3 + d501d0e commit c3a1504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Configurations/Deployment-Targets.xcconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
IPHONEOS_DEPLOYMENT_TARGET = 8.0
MACOSX_DEPLOYMENT_TARGET = 10.12
MACOSX_DEPLOYMENT_TARGET = 10.11
TVOS_DEPLOYMENT_TARGET = 9.0
WATCHOS_DEPLOYMENT_TARGET = 3.0

0 comments on commit c3a1504

Please sign in to comment.