From 5a8e800ea5114ef09e3dc58e79a9ac6a9e04bd5b Mon Sep 17 00:00:00 2001 From: Valentino Orlandi Date: Wed, 16 Nov 2022 17:02:55 +0100 Subject: [PATCH] Updated OSX app bundle --- .../LogDoctor.app/Contents/MacOS/LogDoctor | 0 .../Contents => osx_bundle}/Info.plist | 24 ++++++++++-------- .../Resources/LogDoctor.icns | Bin .../bin/LogDoctor_uninstall | 0 .../licenses/LogDoctor/LogDoctor_LICENSE.md | 0 .../doc/licenses/fonts/3270_LICENSE.md | 0 .../licenses/fonts/Metropolis_UNLICENSE.md | 0 .../doc/licenses/sha256/sha256_LICENSE.md | 0 8 files changed, 14 insertions(+), 10 deletions(-) delete mode 100644 installation_stuff/LogDoctor.app/Contents/MacOS/LogDoctor rename installation_stuff/{LogDoctor.app/Contents => osx_bundle}/Info.plist (82%) rename installation_stuff/{LogDoctor.app/Contents => osx_bundle}/Resources/LogDoctor.icns (100%) rename installation_stuff/{LogDoctor.app/Contents => osx_bundle}/bin/LogDoctor_uninstall (100%) rename installation_stuff/{LogDoctor.app/Contents => osx_bundle}/doc/licenses/LogDoctor/LogDoctor_LICENSE.md (100%) rename installation_stuff/{LogDoctor.app/Contents => osx_bundle}/doc/licenses/fonts/3270_LICENSE.md (100%) rename installation_stuff/{LogDoctor.app/Contents => osx_bundle}/doc/licenses/fonts/Metropolis_UNLICENSE.md (100%) rename installation_stuff/{LogDoctor.app/Contents => osx_bundle}/doc/licenses/sha256/sha256_LICENSE.md (100%) diff --git a/installation_stuff/LogDoctor.app/Contents/MacOS/LogDoctor b/installation_stuff/LogDoctor.app/Contents/MacOS/LogDoctor deleted file mode 100644 index e69de29b..00000000 diff --git a/installation_stuff/LogDoctor.app/Contents/Info.plist b/installation_stuff/osx_bundle/Info.plist similarity index 82% rename from installation_stuff/LogDoctor.app/Contents/Info.plist rename to installation_stuff/osx_bundle/Info.plist index e6142707..6eb6de48 100644 --- a/installation_stuff/LogDoctor.app/Contents/Info.plist +++ b/installation_stuff/osx_bundle/Info.plist @@ -4,23 +4,27 @@ CFBundleDevelopmentRegion English + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + LogDoctor + CFBundleDisplayName + LogDoctor + CFBundleIdentifier + com.logdoctor.LogDoctor + CFBundleShortVersionString + 2.00 + CFBundleVersion + 2.00 CFBundleExecutable LogDoctor CFBundleIconFile LogDoctor - CFBundleInfoDictionaryVersion - 6.0 - CFBundleDisplayName - LogDoctor - CFBundleName - LogDoctor CFBundlePackageType APPL - CFBundleShortVersionString - 1.00.0 - CFBundleVersion - 1.00.0 LSApplicationCategoryType public.app-category.utilities + CSResourcesFileMapped + diff --git a/installation_stuff/LogDoctor.app/Contents/Resources/LogDoctor.icns b/installation_stuff/osx_bundle/Resources/LogDoctor.icns similarity index 100% rename from installation_stuff/LogDoctor.app/Contents/Resources/LogDoctor.icns rename to installation_stuff/osx_bundle/Resources/LogDoctor.icns diff --git a/installation_stuff/LogDoctor.app/Contents/bin/LogDoctor_uninstall b/installation_stuff/osx_bundle/bin/LogDoctor_uninstall similarity index 100% rename from installation_stuff/LogDoctor.app/Contents/bin/LogDoctor_uninstall rename to installation_stuff/osx_bundle/bin/LogDoctor_uninstall diff --git a/installation_stuff/LogDoctor.app/Contents/doc/licenses/LogDoctor/LogDoctor_LICENSE.md b/installation_stuff/osx_bundle/doc/licenses/LogDoctor/LogDoctor_LICENSE.md similarity index 100% rename from installation_stuff/LogDoctor.app/Contents/doc/licenses/LogDoctor/LogDoctor_LICENSE.md rename to installation_stuff/osx_bundle/doc/licenses/LogDoctor/LogDoctor_LICENSE.md diff --git a/installation_stuff/LogDoctor.app/Contents/doc/licenses/fonts/3270_LICENSE.md b/installation_stuff/osx_bundle/doc/licenses/fonts/3270_LICENSE.md similarity index 100% rename from installation_stuff/LogDoctor.app/Contents/doc/licenses/fonts/3270_LICENSE.md rename to installation_stuff/osx_bundle/doc/licenses/fonts/3270_LICENSE.md diff --git a/installation_stuff/LogDoctor.app/Contents/doc/licenses/fonts/Metropolis_UNLICENSE.md b/installation_stuff/osx_bundle/doc/licenses/fonts/Metropolis_UNLICENSE.md similarity index 100% rename from installation_stuff/LogDoctor.app/Contents/doc/licenses/fonts/Metropolis_UNLICENSE.md rename to installation_stuff/osx_bundle/doc/licenses/fonts/Metropolis_UNLICENSE.md diff --git a/installation_stuff/LogDoctor.app/Contents/doc/licenses/sha256/sha256_LICENSE.md b/installation_stuff/osx_bundle/doc/licenses/sha256/sha256_LICENSE.md similarity index 100% rename from installation_stuff/LogDoctor.app/Contents/doc/licenses/sha256/sha256_LICENSE.md rename to installation_stuff/osx_bundle/doc/licenses/sha256/sha256_LICENSE.md