diff --git a/.gitignore b/.gitignore index 5f34a02..d24357e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ .DS_Store EpochSilicon.* EpochSilicon.app/Contents/MacOS/epochsilicon +/EpochSilicon.app *.dmg epochsilicon .idea \ No newline at end of file diff --git a/EpochSilicon.app/Contents/Info.plist b/EpochSilicon.app/Contents/Info.plist deleted file mode 100644 index 7158491..0000000 --- a/EpochSilicon.app/Contents/Info.plist +++ /dev/null @@ -1,34 +0,0 @@ - - - - - CFBundleName - EpochSilicon - CFBundleExecutable - epochsilicon - CFBundleIdentifier - com.burkey.epochsilicon - CFBundleIconFile - icon.icns - CFBundleShortVersionString - 1.0.0 - CFBundleSupportedPlatforms - - MacOSX - - CFBundleVersion - 1 - NSHighResolutionCapable - - NSSupportsAutomaticGraphicsSwitching - - CFBundleInfoDictionaryVersion - 6.0 - CFBundlePackageType - APPL - LSApplicationCategoryType - public.app-category. - LSMinimumSystemVersion - 10.11 - - diff --git a/EpochSilicon.app/Contents/Resources/icon.icns b/EpochSilicon.app/Contents/Resources/icon.icns deleted file mode 100644 index 17a107e..0000000 Binary files a/EpochSilicon.app/Contents/Resources/icon.icns and /dev/null differ