Skip to content

Commit

Permalink
Specify required OSX version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jblues committed Nov 24, 2015
1 parent 9d6dff0 commit 0b7a835
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .idea/XcodeEditor.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions XcodeEditor.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -861,6 +861,7 @@
INFOPLIST_FILE = XcodeEditor/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.8;
PRODUCT_BUNDLE_IDENTIFIER = appsquickly.xcode.XcodeEditor;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand All @@ -879,6 +880,7 @@
INFOPLIST_FILE = XcodeEditor/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.8;
PRODUCT_BUNDLE_IDENTIFIER = appsquickly.xcode.XcodeEditor;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand Down

0 comments on commit 0b7a835

Please sign in to comment.