Skip to content

Commit

Permalink
Merge pull request #59 from toland/hotfix/xcode-7.0.1
Browse files Browse the repository at this point in the history
Updated to the latest XCode
  • Loading branch information
tarwich committed Nov 27, 2015
2 parents ea1a41e + 389a987 commit 503da7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
<string>com.fiatdev.QLMarkdown</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
Expand Down
5 changes: 4 additions & 1 deletion QLMarkdown.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
089C1669FE841209C02AAC07 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0510;
LastUpgradeCheck = 0700;
};
buildConfigurationList = 2CA326220896AD4900168862 /* Build configuration list for PBXProject "QLMarkdown" */;
compatibilityVersion = "Xcode 3.2";
Expand Down Expand Up @@ -342,6 +342,7 @@
HEADER_SEARCH_PATHS = "./discount-config";
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = /Library/QuickLook;
PRODUCT_BUNDLE_IDENTIFIER = com.fiatdev.QLMarkdown;
PRODUCT_NAME = QLMarkdown;
WRAPPER_EXTENSION = qlgenerator;
};
Expand All @@ -357,6 +358,7 @@
HEADER_SEARCH_PATHS = "./discount-config";
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = /Library/QuickLook;
PRODUCT_BUNDLE_IDENTIFIER = com.fiatdev.QLMarkdown;
PRODUCT_NAME = QLMarkdown;
WRAPPER_EXTENSION = qlgenerator;
};
Expand All @@ -369,6 +371,7 @@
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_TESTABILITY = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNDECLARED_SELECTOR = YES;
Expand Down

0 comments on commit 503da7e

Please sign in to comment.