From 46d7ec7f9f715903f44cda858a4191aac9a15fe4 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Mon, 28 Jan 2013 00:14:00 -0600 Subject: [PATCH] added .app for Mac --- Applications/Byobu.app/Contents/Info.plist | 176 ++++++++++++++++++ .../Byobu.app/Contents/Resources/Byobu.icns | Bin 2 files changed, 176 insertions(+) create mode 100644 Applications/Byobu.app/Contents/Info.plist rename usr/share/byobu/pixmaps/Byobu.png => Applications/Byobu.app/Contents/Resources/Byobu.icns (100%) diff --git a/Applications/Byobu.app/Contents/Info.plist b/Applications/Byobu.app/Contents/Info.plist new file mode 100644 index 00000000..1b16041f --- /dev/null +++ b/Applications/Byobu.app/Contents/Info.plist @@ -0,0 +1,176 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleDocumentTypes + + + CFBundleTypeExtensions + + command + tool + sh + screen + tmux + + CFBundleTypeIconFile + Byobu.icns + CFBundleTypeName + Terminal scripts + CFBundleTypeRole + Editor + + + CFBundleTypeName + Folders + CFBundleTypeOSTypes + + fold + + CFBundleTypeRole + Editor + + + CFBundleExecutable + Byobu + CFBundleGetInfoString + 1.0.0 + CFBundleHelpBookFolder + Byobu Help + CFBundleHelpBookName + Byobu Help + CFBundleIconFile + Byobu.icns + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + Byobu + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0.0 + CFBundleSignature + ITRM + CFBundleURLTypes + + + CFBundleURLName + http URL + CFBundleURLSchemes + + http + + + + CFBundleURLName + https URL + CFBundleURLSchemes + + https + + + + CFBundleURLName + ftp URL + CFBundleURLSchemes + + ftp + + + + CFBundleURLName + file URL + CFBundleURLSchemes + + file + + + + CFBundleURLName + gopher URL + CFBundleURLSchemes + + gopher + + + + CFBundleURLName + mailto URL + CFBundleURLSchemes + + mailto + + + + CFBundleURLName + news URL + CFBundleURLSchemes + + news + + + + CFBundleURLName + nntp URL + CFBundleURLSchemes + + nntp + + + + CFBundleURLName + ssh URL + CFBundleURLSchemes + + ssh + + + + CFBundleURLName + telnet URL + CFBundleURLSchemes + + telnet + + + + CFBundleURLName + wais URL + CFBundleURLSchemes + + wais + + + + CFBundleURLName + whois URL + CFBundleURLSchemes + + whois + + + + CFBundleURLName + x-man-page URL + CFBundleURLSchemes + + x-man-page + + + + CFBundleVersion + 1.0.0 + NSAppleScriptEnabled + YES + NSExtensions + + NSMainNibFile + MainMenu + NSPrincipalClass + ByobuApplication + SUPublicDSAKeyFile + dsa_pub.pem + + diff --git a/usr/share/byobu/pixmaps/Byobu.png b/Applications/Byobu.app/Contents/Resources/Byobu.icns similarity index 100% rename from usr/share/byobu/pixmaps/Byobu.png rename to Applications/Byobu.app/Contents/Resources/Byobu.icns