Skip to content

Commit

Permalink
Version 1.5.0
Browse files Browse the repository at this point in the history
Added ability to chose which resolutions go into the icns file in the GUI.
  • Loading branch information
EasyG0ing1 committed Mar 6, 2024
1 parent b5244f3 commit e3db55c
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
File renamed without changes.
54 changes: 54 additions & 0 deletions assets/mac/MacIcns.app/Contents/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleVersion</key>
<string>1.5.0</string>
<key>CFBundleIdentifier</key>
<string>com.simtechdata.MainGUI</string>
<key>CFBundleShortVersionString</key>
<string>1.5.0</string>
<key>CFBundleExecutable</key>
<string>MacIcns</string>
<key>CFBundleIconFile</key>
<string>AppIcon.icns</string>
<key>CFBundleFileName</key>
<string>AppIcon</string>
<key>CFBundleName</key>
<string>MacIcns</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
<string>10.11</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleAllowMixedLocalizations</key>
<true/>
<key>NSHighResolutionCapable</key>
<true/>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTSDKName</key>
<string>macosx13.1</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>DTPlatformVersion</key>
<string>13.1</string>
<key>DTPlatformBuild</key>
<string>22C55</string>
<key>DTSDKBuild</key>
<string>22C55</string>
<key>DTXcode</key>
<string>1420</string>
<key>DTXcodeBuild</key>
<string>14C18</string>
<key>BuildMachineOSBuild</key>
<string>20A241133</string>
</dict>
</plist>
Binary file added assets/mac/MacIcns.app/Contents/MacOS/MacIcns
Binary file not shown.
1 change: 1 addition & 0 deletions assets/mac/MacIcns.app/Contents/PkgInfo
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
APPL????
Binary file not shown.

0 comments on commit e3db55c

Please sign in to comment.