Added a nice icon to the OSX port. Added the optimized SVG logo.

This commit is contained in:
dwihn0r 2013-07-11 19:38:14 +02:00
parent 53a691a1b2
commit 7bde2219ce
4 changed files with 6 additions and 1 deletions

View File

@ -20,7 +20,7 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
<string></string>
<string>RetroArch</string>
<key>CFBundleIdentifier</key>
<string>libretro.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>

BIN
apple/OSX/RetroArch.icns Normal file

Binary file not shown.

View File

@ -21,6 +21,7 @@
967894A71788F0D900D6CA69 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 967894A61788F0D900D6CA69 /* OpenGL.framework */; };
967894A91788F0E500D6CA69 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 967894A81788F0E500D6CA69 /* AudioUnit.framework */; };
967894E9178A2EB400D6CA69 /* modules in Resources */ = {isa = PBXBuildFile; fileRef = 967894E8178A2EB400D6CA69 /* modules */; };
C15874EF178F2094001171D4 /* RetroArch.icns in Resources */ = {isa = PBXBuildFile; fileRef = C15874EE178F2094001171D4 /* RetroArch.icns */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
@ -46,6 +47,7 @@
967894A61788F0D900D6CA69 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/System/Library/Frameworks/OpenGL.framework; sourceTree = DEVELOPER_DIR; };
967894A81788F0E500D6CA69 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioUnit.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/System/Library/Frameworks/AudioUnit.framework; sourceTree = DEVELOPER_DIR; };
967894E8178A2EB400D6CA69 /* modules */ = {isa = PBXFileReference; lastKnownFileType = folder; path = modules; sourceTree = "<group>"; };
C15874EE178F2094001171D4 /* RetroArch.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = RetroArch.icns; path = OSX/RetroArch.icns; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@ -130,6 +132,7 @@
children = (
967894E8178A2EB400D6CA69 /* modules */,
967894911788ECDB00D6CA69 /* MainMenu.xib */,
C15874EE178F2094001171D4 /* RetroArch.icns */,
);
name = Assets;
sourceTree = "<group>";
@ -187,6 +190,7 @@
967894931788ECDB00D6CA69 /* InfoPlist.strings in Resources */,
967894941788ECDB00D6CA69 /* MainMenu.xib in Resources */,
967894E9178A2EB400D6CA69 /* modules in Resources */,
C15874EF178F2094001171D4 /* RetroArch.icns in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};

1
media/retroarch.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" width="150" height="150" version="1.1"><style>.s0{fill:#fff;}</style><g transform="translate(0,-50)"><g transform="translate(-20,-5)"><path d="m30 90 20 0 0-10 30 0 0 10 10 0 0 10 10 0 0-10 10 0 0-10 30 0 0 10 20 0 0 60-10 0 0 30-30 0 0-10-10 0 0-10-30 0 0 10-10 0 0 10-30 0 0-30-10 0z" style="fill:#fff;stroke-linecap:round;stroke-linejoin:bevel;stroke-width:1.7;stroke:#000"/><path d="m40 100 10 0 0 20 10 0 0-10 10 0 0-10-10 0 0-10 10 0 0 10 10 0 0 10 30 0 0-10 10 0 0-10 10 0 0 10-10 0 0 10 10 0 0 10 10 0 0-20 10 0 0 40-10 0 0 10-10 0 0 10 10 0 0 10-10 0 0-10-10 0 0-10-50 0 0 10-10 0 0 10-10 0 0-10 10 0 0-10-10 0 0-10-10 0z" fill="#000"/><rect y="120" x="70" height="10" width="10" fill="#fff"/><rect width="10" height="10" x="110" y="120" fill="#fff"/></g></g></svg>

After

Width:  |  Height:  |  Size: 853 B