Skip to content

Commit

Permalink
Adjust minimum required macOS version to 10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxu committed Jan 27, 2017
1 parent d386931 commit 89958af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ipynb-quicklook.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = "ipynb-quicklook/Info.plist";
INSTALL_PATH = /Library/QuickLook;
MACOSX_DEPLOYMENT_TARGET = 10.7;
PRODUCT_BUNDLE_IDENTIFIER = "com.tinowagner.ipynb-quicklook";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = qlgenerator;
Expand All @@ -266,6 +267,7 @@
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = "ipynb-quicklook/Info.plist";
INSTALL_PATH = /Library/QuickLook;
MACOSX_DEPLOYMENT_TARGET = 10.7;
PRODUCT_BUNDLE_IDENTIFIER = "com.tinowagner.ipynb-quicklook";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = qlgenerator;
Expand Down

0 comments on commit 89958af

Please sign in to comment.