diff --git a/README.md b/README.md index 62b66e2..1dedb0e 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ Valid image types are: ### Using the program +[Video Demo](https://youtu.be/ZJuk7e1mZ9I) + It's fairly simple, grab [the latest version](https://github.com/EasyG0ing1/MacIcns/releases/latest) from Releases at the right and download the program and install it. You can use it in either of two ways. If you launch the program without passing in a path to your png file, it will launch the GUI where you can select the file then convert it. diff --git a/assets/mac/MacIcns.icns b/assets/mac/AppIcon.icns similarity index 100% rename from assets/mac/MacIcns.icns rename to assets/mac/AppIcon.icns diff --git a/assets/mac/MacIcns.app/Contents/Info.plist b/assets/mac/MacIcns.app/Contents/Info.plist new file mode 100644 index 0000000..8e0ad89 --- /dev/null +++ b/assets/mac/MacIcns.app/Contents/Info.plist @@ -0,0 +1,54 @@ + + + + + CFBundleVersion + 1.5.0 + CFBundleIdentifier + com.simtechdata.MainGUI + CFBundleShortVersionString + 1.5.0 + CFBundleExecutable + MacIcns + CFBundleIconFile + AppIcon.icns + CFBundleFileName + AppIcon + CFBundleName + MacIcns + CFBundlePackageType + APPL + CFBundleSignature + ???? + LSApplicationCategoryType + public.app-category.utilities + LSMinimumSystemVersion + 10.11 + CFBundleDevelopmentRegion + English + CFBundleAllowMixedLocalizations + + NSHighResolutionCapable + + DTPlatformName + macosx + DTSDKName + macosx13.1 + CFBundleSupportedPlatforms + + MacOSX + + DTPlatformVersion + 13.1 + DTPlatformBuild + 22C55 + DTSDKBuild + 22C55 + DTXcode + 1420 + DTXcodeBuild + 14C18 + BuildMachineOSBuild + 20A241133 + + \ No newline at end of file diff --git a/assets/mac/MacIcns.app/Contents/MacOS/MacIcns b/assets/mac/MacIcns.app/Contents/MacOS/MacIcns new file mode 100755 index 0000000..0ee5d7e Binary files /dev/null and b/assets/mac/MacIcns.app/Contents/MacOS/MacIcns differ diff --git a/assets/mac/MacIcns.app/Contents/PkgInfo b/assets/mac/MacIcns.app/Contents/PkgInfo new file mode 100644 index 0000000..6f749b0 --- /dev/null +++ b/assets/mac/MacIcns.app/Contents/PkgInfo @@ -0,0 +1 @@ +APPL???? diff --git a/assets/mac/MacIcns.app/Contents/Resources/AppIcon.icns b/assets/mac/MacIcns.app/Contents/Resources/AppIcon.icns new file mode 100644 index 0000000..950f4b5 Binary files /dev/null and b/assets/mac/MacIcns.app/Contents/Resources/AppIcon.icns differ