add default icon

This commit is contained in:
Casey Fleser 2014-11-05 07:29:22 -06:00
parent 9398244026
commit ec37d8be2b
6 changed files with 27 additions and 1 deletions

View file

@ -0,0 +1,22 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x",
"filename" : "defaultIcon.png"
},
{
"idiom" : "universal",
"scale" : "2x",
"filename" : "defaultIcon@2x.png"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View file

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.4</string>
<string>0.4.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>

View file

@ -129,6 +129,10 @@
}
}
}
if (self.appIcon == nil) {
self.appIcon = [NSImage imageNamed: @"defaultIcon"];
}
}
- (NSImage *) imageAtURL: (NSURL *) inImageURL

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 KiB

After

Width:  |  Height:  |  Size: 102 KiB