diff --git a/TodoTxt.icns b/TodoTxt.icns new file mode 100644 index 0000000..2b49e56 Binary files /dev/null and b/TodoTxt.icns differ diff --git a/TodoTxtMac.xcodeproj/project.pbxproj b/TodoTxtMac.xcodeproj/project.pbxproj index 2250546..66be9a3 100644 --- a/TodoTxtMac.xcodeproj/project.pbxproj +++ b/TodoTxtMac.xcodeproj/project.pbxproj @@ -81,6 +81,7 @@ 00FA1D2A18F1EF4C0066A437 /* RelativeDates.strings in Resources */ = {isa = PBXBuildFile; fileRef = 00FA1D2918F1EF4C0066A437 /* RelativeDates.strings */; }; 00FB47861A733E6100F8D2B3 /* TTMDocumentStatusBarText.m in Sources */ = {isa = PBXBuildFile; fileRef = 00FB47851A733E6100F8D2B3 /* TTMDocumentStatusBarText.m */; }; 00FCB2F918DB64510070BD4A /* TTMFilters.xib in Resources */ = {isa = PBXBuildFile; fileRef = 00FCB2F818DB64510070BD4A /* TTMFilters.xib */; }; + CFC62866253DA1D9008CB19A /* TodoTxt.icns in Resources */ = {isa = PBXBuildFile; fileRef = CFC62865253DA1D9008CB19A /* TodoTxt.icns */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -212,6 +213,7 @@ 00FB47841A733E6100F8D2B3 /* TTMDocumentStatusBarText.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TTMDocumentStatusBarText.h; sourceTree = ""; }; 00FB47851A733E6100F8D2B3 /* TTMDocumentStatusBarText.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TTMDocumentStatusBarText.m; sourceTree = ""; }; 00FCB2F818DB64510070BD4A /* TTMFilters.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = TTMFilters.xib; sourceTree = ""; }; + CFC62865253DA1D9008CB19A /* TodoTxt.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = TodoTxt.icns; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -273,6 +275,7 @@ 003647DF193D55FF00FDF67A /* Resources */ = { isa = PBXGroup; children = ( + CFC62865253DA1D9008CB19A /* TodoTxt.icns */, 003647E0193D562900FDF67A /* dsa_pub.pem */, ); name = Resources; @@ -558,6 +561,7 @@ 00FCB2F918DB64510070BD4A /* TTMFilters.xib in Resources */, 00FA1D2A18F1EF4C0066A437 /* RelativeDates.strings in Resources */, 00B4CBB218B43E8400313DAA /* TTMDocument.xib in Resources */, + CFC62866253DA1D9008CB19A /* TodoTxt.icns in Resources */, 003647E1193D562900FDF67A /* dsa_pub.pem in Resources */, 00B4CBB718B43E8500313DAA /* Images.xcassets in Resources */, 00B4CBA618B43E8400313DAA /* InfoPlist.strings in Resources */, @@ -793,7 +797,7 @@ BUNDLE_LOADER = ""; CODE_SIGN_ENTITLEMENTS = TodoTxtMac/TodoTxtMac.entitlements; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 2034; + CURRENT_PROJECT_VERSION = 2035; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(PROJECT_DIR)", @@ -802,7 +806,7 @@ GCC_PREFIX_HEADER = "TodoTxtMac/TodoTxtMac-Prefix.pch"; INFOPLIST_FILE = "TodoTxtMac/TodoTxtMac-Info.plist"; MACOSX_DEPLOYMENT_TARGET = 10.13; - MARKETING_VERSION = 2.4.2; + MARKETING_VERSION = 2.4.3; PRODUCT_BUNDLE_IDENTIFIER = com.github.TodoTxtMac; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = macosx; @@ -817,7 +821,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_ENTITLEMENTS = TodoTxtMac/TodoTxtMac.entitlements; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 2034; + CURRENT_PROJECT_VERSION = 2035; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(PROJECT_DIR)", @@ -826,7 +830,7 @@ GCC_PREFIX_HEADER = "TodoTxtMac/TodoTxtMac-Prefix.pch"; INFOPLIST_FILE = "TodoTxtMac/TodoTxtMac-Info.plist"; MACOSX_DEPLOYMENT_TARGET = 10.13; - MARKETING_VERSION = 2.4.2; + MARKETING_VERSION = 2.4.3; PRODUCT_BUNDLE_IDENTIFIER = com.github.TodoTxtMac; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = macosx; diff --git a/TodoTxtMac/TodoTxtMac-Info.plist b/TodoTxtMac/TodoTxtMac-Info.plist index da60875..de01794 100644 --- a/TodoTxtMac/TodoTxtMac-Info.plist +++ b/TodoTxtMac/TodoTxtMac-Info.plist @@ -9,18 +9,32 @@ CFBundleTypeExtensions - txt + todo CFBundleTypeIconFile - + TodoTxt.icns CFBundleTypeName - DocumentType - CFBundleTypeOSTypes + TodoTxt + CFBundleTypeRole + Editor + LSTypeIsPackage + + NSDocumentClass + TTMDocument + + + CFBundleTypeExtensions - ???? + txt + CFBundleTypeIconFile + TodoTxt.icns + CFBundleTypeName + DocumentType CFBundleTypeRole Editor + LSTypeIsPackage + 0 NSDocumentClass TTMDocument