This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir AppIcon.iconset | |
sips -z 16 16 appicon.png --out AppIcon.iconset/icon_16x16.png | |
sips -z 32 32 appicon.png --out AppIcon.iconset/[email protected] | |
sips -z 32 32 appicon.png --out AppIcon.iconset/icon_32x32.png | |
sips -z 64 64 appicon.png --out AppIcon.iconset/[email protected] | |
sips -z 128 128 appicon.png --out AppIcon.iconset/icon_128x128.png | |
sips -z 256 256 appicon.png --out AppIcon.iconset/[email protected] | |
sips -z 256 256 appicon.png --out AppIcon.iconset/icon_256x256.png | |
sips -z 512 512 appicon.png --out AppIcon.iconset/[email protected] | |
sips -z 512 512 appicon.png --out AppIcon.iconset/icon_512x512.png |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
exports.ext = function () { | |
var extTypes = { | |
"3gp" : "video/3gpp" | |
, "a" : "application/octet-stream" | |
, "ai" : "application/postscript" | |
, "aif" : "audio/x-aiff" | |
, "aiff" : "audio/x-aiff" | |
, "asc" : "application/pgp-signature" | |
, "asf" : "video/x-ms-asf" | |
, "asm" : "text/x-asm" |