Skip to content

Commit

Permalink
adobe#1 BracketsをUniersionsに書き換え
Browse files Browse the repository at this point in the history
  • Loading branch information
shin73 committed Nov 28, 2013
1 parent 65582c5 commit 0943cf3
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 11 deletions.
19 changes: 12 additions & 7 deletions Universions/Images-2.xcassets/AppIcon.appiconset/Contents.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"images" : [
{
"idiom" : "mac",
"size" : "16x16",
"idiom" : "mac",
"filename" : "appshell32.png",
"scale" : "1x"
},
{
Expand All @@ -14,12 +15,13 @@
{
"size" : "32x32",
"idiom" : "mac",
"filename" : "appshell32.png",
"filename" : "appshell32-2.png",
"scale" : "1x"
},
{
"idiom" : "mac",
"size" : "32x32",
"idiom" : "mac",
"filename" : "appshell32-3.png",
"scale" : "2x"
},
{
Expand All @@ -31,7 +33,7 @@
{
"size" : "128x128",
"idiom" : "mac",
"filename" : "appshell256-1.png",
"filename" : "appshell128-1.png",
"scale" : "2x"
},
{
Expand All @@ -41,18 +43,21 @@
"scale" : "1x"
},
{
"idiom" : "mac",
"size" : "256x256",
"idiom" : "mac",
"filename" : "appshell256-1.png",
"scale" : "2x"
},
{
"idiom" : "mac",
"size" : "512x512",
"idiom" : "mac",
"filename" : "appshell256-2.png",
"scale" : "1x"
},
{
"idiom" : "mac",
"size" : "512x512",
"idiom" : "mac",
"filename" : "appshell256-3.png",
"scale" : "2x"
}
],
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions Universions/Images.xcassets/AppIcon.appiconset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@
{
"size" : "16x16",
"idiom" : "mac",
"filename" : "appshell32-1.png",
"filename" : "appshell32.png",
"scale" : "1x"
},
{
"size" : "16x16",
"idiom" : "mac",
"filename" : "appshell32-3.png",
"filename" : "appshell32-1.png",
"scale" : "2x"
},
{
"size" : "32x32",
"idiom" : "mac",
"filename" : "appshell32.png",
"filename" : "appshell32-2.png",
"scale" : "1x"
},
{
"size" : "32x32",
"idiom" : "mac",
"filename" : "appshell32-2.png",
"filename" : "appshell32-3.png",
"scale" : "2x"
},
{
Expand Down
Binary file added appshell.ico
Binary file not shown.

0 comments on commit 0943cf3

Please sign in to comment.