Skip to content

Commit

Permalink
added icons
Browse files Browse the repository at this point in the history
  • Loading branch information
HernanRivasAcosta committed Dec 26, 2013
1 parent 8e2ac58 commit 87a52e5
Show file tree
Hide file tree
Showing 7 changed files with 68 additions and 14 deletions.
8 changes: 4 additions & 4 deletions FreckleForMac.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
AC2E4AC2186CAB7700561117 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = AC2E4AC1186CAB7700561117 /* Images.xcassets */; };
AC3FAA8D1839894C00E7CC1F /* KeyboardEnabledTextField.m in Sources */ = {isa = PBXBuildFile; fileRef = AC3FAA8C1839894C00E7CC1F /* KeyboardEnabledTextField.m */; };
AC95C2001827638D00857657 /* FreckleProjectManager.m in Sources */ = {isa = PBXBuildFile; fileRef = AC95C1FF1827638D00857657 /* FreckleProjectManager.m */; };
ACC64C8D182EAB600018D674 /* FreckleLoginWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = ACC64C8B182EAB600018D674 /* FreckleLoginWindowController.m */; };
Expand All @@ -19,7 +20,6 @@
ACCA554D1826FE2E0098946F /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = ACCA554C1826FE2E0098946F /* main.m */; };
ACCA55541826FE2E0098946F /* FreckleAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = ACCA55531826FE2E0098946F /* FreckleAppDelegate.m */; };
ACCA55571826FE2E0098946F /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = ACCA55551826FE2E0098946F /* MainMenu.xib */; };
ACCA55591826FE2E0098946F /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = ACCA55581826FE2E0098946F /* Images.xcassets */; };
ACCA55601826FE2E0098946F /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ACCA555F1826FE2E0098946F /* XCTest.framework */; };
ACCA55611826FE2E0098946F /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ACCA55401826FE2E0098946F /* Cocoa.framework */; };
ACCA55691826FE2E0098946F /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = ACCA55671826FE2E0098946F /* InfoPlist.strings */; };
Expand All @@ -46,6 +46,7 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
AC2E4AC1186CAB7700561117 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
AC3FAA8B1839894C00E7CC1F /* KeyboardEnabledTextField.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KeyboardEnabledTextField.h; sourceTree = "<group>"; };
AC3FAA8C1839894C00E7CC1F /* KeyboardEnabledTextField.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KeyboardEnabledTextField.m; sourceTree = "<group>"; usesTabs = 1; };
AC95C1FE1827638D00857657 /* FreckleProjectManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FreckleProjectManager.h; sourceTree = "<group>"; };
Expand All @@ -70,7 +71,6 @@
ACCA55521826FE2E0098946F /* FreckleAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FreckleAppDelegate.h; sourceTree = "<group>"; };
ACCA55531826FE2E0098946F /* FreckleAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FreckleAppDelegate.m; sourceTree = "<group>"; usesTabs = 1; };
ACCA55561826FE2E0098946F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
ACCA55581826FE2E0098946F /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
ACCA555E1826FE2E0098946F /* FreckleForMacTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = FreckleForMacTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
ACCA555F1826FE2E0098946F /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
ACCA55661826FE2E0098946F /* FreckleForMacTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "FreckleForMacTests-Info.plist"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -195,7 +195,6 @@
ACCA55751826FEA80098946F /* xibs */,
ACE28A02183D6B74008052A3 /* UI */,
ACCA55471826FE2E0098946F /* Supporting Files */,
ACCA55581826FE2E0098946F /* Images.xcassets */,
);
path = FreckleForMac;
sourceTree = "<group>";
Expand All @@ -207,6 +206,7 @@
ACCA55491826FE2E0098946F /* InfoPlist.strings */,
ACCA554C1826FE2E0098946F /* main.m */,
ACCA554E1826FE2E0098946F /* FreckleForMac-Prefix.pch */,
AC2E4AC1186CAB7700561117 /* Images.xcassets */,
);
name = "Supporting Files";
sourceTree = "<group>";
Expand Down Expand Up @@ -344,11 +344,11 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
AC2E4AC2186CAB7700561117 /* Images.xcassets in Resources */,
ACC64C9318301D9D0018D674 /* FreckleSubmitProjectWindowController.xib in Resources */,
ACE28A09183D6B8C008052A3 /* Status.png in Resources */,
ACE28A08183D6B8C008052A3 /* [email protected] in Resources */,
ACCA554B1826FE2E0098946F /* InfoPlist.strings in Resources */,
ACCA55591826FE2E0098946F /* Images.xcassets in Resources */,
ACE28A0A183D6B8C008052A3 /* [email protected] in Resources */,
ACE28A07183D6B8C008052A3 /* StatusHighlighted.png in Resources */,
ACC64C8E182EAB600018D674 /* FreckleLoginWindowController.xib in Resources */,
Expand Down
Binary file not shown.
30 changes: 20 additions & 10 deletions FreckleForMac/Images.xcassets/AppIcon.appiconset/Contents.json
Original file line number Diff line number Diff line change
@@ -1,53 +1,63 @@
{
"images" : [
{
"idiom" : "mac",
"size" : "16x16",
"idiom" : "mac",
"filename" : "icon_16x16.png",
"scale" : "1x"
},
{
"idiom" : "mac",
"size" : "16x16",
"idiom" : "mac",
"filename" : "[email protected]",
"scale" : "2x"
},
{
"idiom" : "mac",
"size" : "32x32",
"idiom" : "mac",
"filename" : "icon_32x32.png",
"scale" : "1x"
},
{
"idiom" : "mac",
"size" : "32x32",
"idiom" : "mac",
"filename" : "[email protected]",
"scale" : "2x"
},
{
"idiom" : "mac",
"size" : "128x128",
"idiom" : "mac",
"filename" : "icon_128x128.png",
"scale" : "1x"
},
{
"idiom" : "mac",
"size" : "128x128",
"idiom" : "mac",
"filename" : "[email protected]",
"scale" : "2x"
},
{
"idiom" : "mac",
"size" : "256x256",
"idiom" : "mac",
"filename" : "icon_256x256.png",
"scale" : "1x"
},
{
"idiom" : "mac",
"size" : "256x256",
"idiom" : "mac",
"filename" : "[email protected]",
"scale" : "2x"
},
{
"idiom" : "mac",
"size" : "512x512",
"idiom" : "mac",
"filename" : "icon_512x512.png",
"scale" : "1x"
},
{
"idiom" : "mac",
"size" : "512x512",
"idiom" : "mac",
"filename" : "[email protected]",
"scale" : "2x"
}
],
Expand Down
10 changes: 10 additions & 0 deletions FreckleForMac/Images.xcassets/AppIcon.appiconset/build
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
convert -density 1024 -background none -resize 16x16 -extent 16x16 -gravity center source.svg icon_16x16.png
convert -density 1024 -background none -resize 32x32 -extent 32x32 -gravity center source.svg [email protected]
convert -density 1024 -background none -resize 32x32 -extent 32x32 -gravity center source.svg icon_32x32.png
convert -density 1024 -background none -resize 64x64 -extent 64x64 -gravity center source.svg [email protected]
convert -density 1024 -background none -resize 128x128 -extent 128x128 -gravity center source.svg icon_128x128.png
convert -density 1024 -background none -resize 256x256 -extent 256x256 -gravity center source.svg [email protected]
convert -density 1024 -background none -resize 256x256 -extent 256x256 -gravity center source.svg icon_256x256.png
convert -density 1024 -background none -resize 512x512 -extent 512x512 -gravity center source.svg [email protected]
convert -density 1024 -background none -resize 512x512 -extent 512x512 -gravity center source.svg icon_512x512.png
convert -density 1024 -background none -resize 1024x1024 -extent 1024x1024 -gravity center source.svg [email protected]
12 changes: 12 additions & 0 deletions FreckleForMac/Images.xcassets/AppIcon.appiconset/source.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions FreckleForMac/icons/build
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
convert -density 1024 -background none -resize 16x16 -extent 16x16 -gravity center source.svg icon_16x16.png
convert -density 1024 -background none -resize 32x32 -extent 32x32 -gravity center source.svg [email protected]
convert -density 1024 -background none -resize 32x32 -extent 32x32 -gravity center source.svg icon_32x32.png
convert -density 1024 -background none -resize 64x64 -extent 64x64 -gravity center source.svg [email protected]
convert -density 1024 -background none -resize 128x128 -extent 128x128 -gravity center source.svg icon_128x128.png
convert -density 1024 -background none -resize 256x256 -extent 256x256 -gravity center source.svg [email protected]
convert -density 1024 -background none -resize 256x256 -extent 256x256 -gravity center source.svg icon_256x256.png
convert -density 1024 -background none -resize 512x512 -extent 512x512 -gravity center source.svg [email protected]
convert -density 1024 -background none -resize 512x512 -extent 512x512 -gravity center source.svg icon_512x512.png
convert -density 1024 -background none -resize 1024x1024 -extent 1024x1024 -gravity center source.svg [email protected]
12 changes: 12 additions & 0 deletions FreckleForMac/icons/source.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 87a52e5

Please sign in to comment.