Skip to content

Commit

Permalink
Added HighRes, Spotligh and iPad icons
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoquesada committed Oct 18, 2010
1 parent 7dff782 commit d82dd5e
Show file tree
Hide file tree
Showing 36 changed files with 775 additions and 3 deletions.
Binary file added Resources/Icon-72.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resources/Icon-Small-50.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resources/Icon-Small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resources/Icon-Small@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resources/Icon@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 15 additions & 2 deletions Resources/Info.plist
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -10,24 +10,37 @@
<string>${EXECUTABLE_NAME}</string> <string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string></string> <string></string>
<key>Icon files</key>
<array>
<string>Icon.png</string>
<string>Icon@2x.png</string>
<string>Icon-72.png</string>
<string>Icon-Small-50.png</string>
<string>Icon-Small.png</string>
<string>Icon-Small@2x.png</string>
</array>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>com.yourcompany.${PRODUCT_NAME:rfc1034identifier}</string> <string>com.yourcompany.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string> <string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1.0</string> <string>1.0</string>
<key>LSRequiresIPhoneOS</key> <key>LSRequiresIPhoneOS</key>
<true/> <true/>
<key>UIStatusBarHidden</key>
<true/>
<key>UIRequiredDeviceCapabilities</key> <key>UIRequiredDeviceCapabilities</key>
<dict> <dict>
<key>accelerometer</key> <key>accelerometer</key>
<true/> <true/>
<key>opengles-1</key> <key>opengles-1</key>
<true/> <true/>
</dict> </dict>
<key>UIStatusBarHidden</key>
<true/>
</dict> </dict>
</plist> </plist>
Binary file added Resources/ItunesArtwork
Binary file not shown.
662 changes: 661 additions & 1 deletion cocos2d-ios.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Binary file added templates/cocos2d_app/Resources/Icon-72.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added templates/cocos2d_app/Resources/Icon-Small-50.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added templates/cocos2d_app/Resources/Icon-Small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added templates/cocos2d_app/Resources/Icon-Small@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified templates/cocos2d_app/Resources/Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added templates/cocos2d_app/Resources/Icon@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions templates/cocos2d_app/Resources/Info.plist
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@
<string>${EXECUTABLE_NAME}</string> <string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string></string> <string></string>
<key>Icon files</key>
<array>
<string>Icon.png</string>
<string>Icon@2x.png</string>
<string>Icon-72.png</string>
<string>Icon-Small-50.png</string>
<string>Icon-Small.png</string>
<string>Icon-Small@2x.png</string>
</array>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>com.yourcompany.${PRODUCT_NAME:rfc1034identifier}</string> <string>com.yourcompany.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
Expand Down
Binary file added templates/cocos2d_app/Resources/ItunesArtwork
Binary file not shown.
24 changes: 24 additions & 0 deletions templates/cocos2d_app/___PROJECTNAME___.xcodeproj/project.pbxproj
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@
DCCBF1BB0F6022AE0040855A /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DCCBF1BA0F6022AE0040855A /* OpenGLES.framework */; }; DCCBF1BB0F6022AE0040855A /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DCCBF1BA0F6022AE0040855A /* OpenGLES.framework */; };
DCCBF1BD0F6022AE0040855A /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DCCBF1BC0F6022AE0040855A /* QuartzCore.framework */; }; DCCBF1BD0F6022AE0040855A /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DCCBF1BC0F6022AE0040855A /* QuartzCore.framework */; };
DCCBF1BF0F6022AE0040855A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DCCBF1BE0F6022AE0040855A /* UIKit.framework */; }; DCCBF1BF0F6022AE0040855A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DCCBF1BE0F6022AE0040855A /* UIKit.framework */; };
E02BB503126CA50F006E46A2 /* ItunesArtwork in Resources */ = {isa = PBXBuildFile; fileRef = E02BB4FD126CA50F006E46A2 /* ItunesArtwork */; };
E02BB504126CA50F006E46A2 /* Icon@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E02BB4FE126CA50F006E46A2 /* Icon@2x.png */; };
E02BB505126CA50F006E46A2 /* Icon-Small@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E02BB4FF126CA50F006E46A2 /* Icon-Small@2x.png */; };
E02BB506126CA50F006E46A2 /* Icon-Small.png in Resources */ = {isa = PBXBuildFile; fileRef = E02BB500126CA50F006E46A2 /* Icon-Small.png */; };
E02BB507126CA50F006E46A2 /* Icon-Small-50.png in Resources */ = {isa = PBXBuildFile; fileRef = E02BB501126CA50F006E46A2 /* Icon-Small-50.png */; };
E02BB508126CA50F006E46A2 /* Icon-72.png in Resources */ = {isa = PBXBuildFile; fileRef = E02BB502126CA50F006E46A2 /* Icon-72.png */; };
E0504F13122D44A3005B74CB /* CCAction.h in Headers */ = {isa = PBXBuildFile; fileRef = E0504E6D122D44A2005B74CB /* CCAction.h */; }; E0504F13122D44A3005B74CB /* CCAction.h in Headers */ = {isa = PBXBuildFile; fileRef = E0504E6D122D44A2005B74CB /* CCAction.h */; };
E0504F14122D44A3005B74CB /* CCAction.m in Sources */ = {isa = PBXBuildFile; fileRef = E0504E6E122D44A2005B74CB /* CCAction.m */; }; E0504F14122D44A3005B74CB /* CCAction.m in Sources */ = {isa = PBXBuildFile; fileRef = E0504E6E122D44A2005B74CB /* CCAction.m */; };
E0504F15122D44A3005B74CB /* CCActionCamera.h in Headers */ = {isa = PBXBuildFile; fileRef = E0504E6F122D44A2005B74CB /* CCActionCamera.h */; }; E0504F15122D44A3005B74CB /* CCActionCamera.h in Headers */ = {isa = PBXBuildFile; fileRef = E0504E6F122D44A2005B74CB /* CCActionCamera.h */; };
Expand Down Expand Up @@ -307,6 +313,12 @@
DCCBF1BA0F6022AE0040855A /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; }; DCCBF1BA0F6022AE0040855A /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
DCCBF1BC0F6022AE0040855A /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; DCCBF1BC0F6022AE0040855A /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
DCCBF1BE0F6022AE0040855A /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; DCCBF1BE0F6022AE0040855A /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
E02BB4FD126CA50F006E46A2 /* ItunesArtwork */ = {isa = PBXFileReference; lastKnownFileType = file; path = ItunesArtwork; sourceTree = "<group>"; };
E02BB4FE126CA50F006E46A2 /* Icon@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon@2x.png"; sourceTree = "<group>"; };
E02BB4FF126CA50F006E46A2 /* Icon-Small@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-Small@2x.png"; sourceTree = "<group>"; };
E02BB500126CA50F006E46A2 /* Icon-Small.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-Small.png"; sourceTree = "<group>"; };
E02BB501126CA50F006E46A2 /* Icon-Small-50.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-Small-50.png"; sourceTree = "<group>"; };
E02BB502126CA50F006E46A2 /* Icon-72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-72.png"; sourceTree = "<group>"; };
E0504E6D122D44A2005B74CB /* CCAction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCAction.h; sourceTree = "<group>"; }; E0504E6D122D44A2005B74CB /* CCAction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCAction.h; sourceTree = "<group>"; };
E0504E6E122D44A2005B74CB /* CCAction.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCAction.m; sourceTree = "<group>"; }; E0504E6E122D44A2005B74CB /* CCAction.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCAction.m; sourceTree = "<group>"; };
E0504E6F122D44A2005B74CB /* CCActionCamera.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCActionCamera.h; sourceTree = "<group>"; }; E0504E6F122D44A2005B74CB /* CCActionCamera.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCActionCamera.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -671,6 +683,12 @@
50F414EB1069373D002A0D5E /* Resources */ = { 50F414EB1069373D002A0D5E /* Resources */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
E02BB4FD126CA50F006E46A2 /* ItunesArtwork */,
E02BB4FE126CA50F006E46A2 /* Icon@2x.png */,
E02BB4FF126CA50F006E46A2 /* Icon-Small@2x.png */,
E02BB500126CA50F006E46A2 /* Icon-Small.png */,
E02BB501126CA50F006E46A2 /* Icon-Small-50.png */,
E02BB502126CA50F006E46A2 /* Icon-72.png */,
50F414EC1069373D002A0D5E /* Default.png */, 50F414EC1069373D002A0D5E /* Default.png */,
50F414ED1069373D002A0D5E /* fps_images.png */, 50F414ED1069373D002A0D5E /* fps_images.png */,
50F414EE1069373D002A0D5E /* Icon.png */, 50F414EE1069373D002A0D5E /* Icon.png */,
Expand Down Expand Up @@ -1054,6 +1072,12 @@
50F414F01069373D002A0D5E /* Default.png in Resources */, 50F414F01069373D002A0D5E /* Default.png in Resources */,
50F414F11069373D002A0D5E /* fps_images.png in Resources */, 50F414F11069373D002A0D5E /* fps_images.png in Resources */,
50F414F21069373D002A0D5E /* Icon.png in Resources */, 50F414F21069373D002A0D5E /* Icon.png in Resources */,
E02BB503126CA50F006E46A2 /* ItunesArtwork in Resources */,
E02BB504126CA50F006E46A2 /* Icon@2x.png in Resources */,
E02BB505126CA50F006E46A2 /* Icon-Small@2x.png in Resources */,
E02BB506126CA50F006E46A2 /* Icon-Small.png in Resources */,
E02BB507126CA50F006E46A2 /* Icon-Small-50.png in Resources */,
E02BB508126CA50F006E46A2 /* Icon-72.png in Resources */,
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };
Expand Down
Binary file added templates/cocos2d_box2d_app/Resources/Icon-72.png
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.
Binary file modified templates/cocos2d_box2d_app/Resources/Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added templates/cocos2d_box2d_app/Resources/Icon@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions templates/cocos2d_box2d_app/Resources/Info.plist
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@
<string>${EXECUTABLE_NAME}</string> <string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string></string> <string></string>
<key>Icon files</key>
<array>
<string>Icon.png</string>
<string>Icon@2x.png</string>
<string>Icon-72.png</string>
<string>Icon-Small-50.png</string>
<string>Icon-Small.png</string>
<string>Icon-Small@2x.png</string>
</array>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>com.yourcompany.${PRODUCT_NAME:rfc1034identifier}</string> <string>com.yourcompany.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
Expand Down
Binary file not shown.
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -146,6 +146,12 @@
DCCBF1BB0F6022AE0040855A /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DCCBF1BA0F6022AE0040855A /* OpenGLES.framework */; }; DCCBF1BB0F6022AE0040855A /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DCCBF1BA0F6022AE0040855A /* OpenGLES.framework */; };
DCCBF1BD0F6022AE0040855A /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DCCBF1BC0F6022AE0040855A /* QuartzCore.framework */; }; DCCBF1BD0F6022AE0040855A /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DCCBF1BC0F6022AE0040855A /* QuartzCore.framework */; };
DCCBF1BF0F6022AE0040855A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DCCBF1BE0F6022AE0040855A /* UIKit.framework */; }; DCCBF1BF0F6022AE0040855A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DCCBF1BE0F6022AE0040855A /* UIKit.framework */; };
E02BB543126CA5DA006E46A2 /* ItunesArtwork in Resources */ = {isa = PBXBuildFile; fileRef = E02BB53D126CA5DA006E46A2 /* ItunesArtwork */; };
E02BB544126CA5DA006E46A2 /* Icon@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E02BB53E126CA5DA006E46A2 /* Icon@2x.png */; };
E02BB545126CA5DA006E46A2 /* Icon-Small@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E02BB53F126CA5DA006E46A2 /* Icon-Small@2x.png */; };
E02BB546126CA5DA006E46A2 /* Icon-Small.png in Resources */ = {isa = PBXBuildFile; fileRef = E02BB540126CA5DA006E46A2 /* Icon-Small.png */; };
E02BB547126CA5DA006E46A2 /* Icon-Small-50.png in Resources */ = {isa = PBXBuildFile; fileRef = E02BB541126CA5DA006E46A2 /* Icon-Small-50.png */; };
E02BB548126CA5DA006E46A2 /* Icon-72.png in Resources */ = {isa = PBXBuildFile; fileRef = E02BB542126CA5DA006E46A2 /* Icon-72.png */; };
E0505069122D44E8005B74CB /* CCAction.h in Headers */ = {isa = PBXBuildFile; fileRef = E0504FC3122D44E7005B74CB /* CCAction.h */; }; E0505069122D44E8005B74CB /* CCAction.h in Headers */ = {isa = PBXBuildFile; fileRef = E0504FC3122D44E7005B74CB /* CCAction.h */; };
E050506A122D44E8005B74CB /* CCAction.m in Sources */ = {isa = PBXBuildFile; fileRef = E0504FC4122D44E7005B74CB /* CCAction.m */; }; E050506A122D44E8005B74CB /* CCAction.m in Sources */ = {isa = PBXBuildFile; fileRef = E0504FC4122D44E7005B74CB /* CCAction.m */; };
E050506B122D44E8005B74CB /* CCActionCamera.h in Headers */ = {isa = PBXBuildFile; fileRef = E0504FC5122D44E7005B74CB /* CCActionCamera.h */; }; E050506B122D44E8005B74CB /* CCActionCamera.h in Headers */ = {isa = PBXBuildFile; fileRef = E0504FC5122D44E7005B74CB /* CCActionCamera.h */; };
Expand Down Expand Up @@ -456,6 +462,12 @@
DCCBF1BA0F6022AE0040855A /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; }; DCCBF1BA0F6022AE0040855A /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
DCCBF1BC0F6022AE0040855A /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; DCCBF1BC0F6022AE0040855A /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
DCCBF1BE0F6022AE0040855A /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; DCCBF1BE0F6022AE0040855A /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
E02BB53D126CA5DA006E46A2 /* ItunesArtwork */ = {isa = PBXFileReference; lastKnownFileType = file; path = ItunesArtwork; sourceTree = "<group>"; };
E02BB53E126CA5DA006E46A2 /* Icon@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon@2x.png"; sourceTree = "<group>"; };
E02BB53F126CA5DA006E46A2 /* Icon-Small@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-Small@2x.png"; sourceTree = "<group>"; };
E02BB540126CA5DA006E46A2 /* Icon-Small.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-Small.png"; sourceTree = "<group>"; };
E02BB541126CA5DA006E46A2 /* Icon-Small-50.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-Small-50.png"; sourceTree = "<group>"; };
E02BB542126CA5DA006E46A2 /* Icon-72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-72.png"; sourceTree = "<group>"; };
E0504FC3122D44E7005B74CB /* CCAction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCAction.h; sourceTree = "<group>"; }; E0504FC3122D44E7005B74CB /* CCAction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCAction.h; sourceTree = "<group>"; };
E0504FC4122D44E7005B74CB /* CCAction.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCAction.m; sourceTree = "<group>"; }; E0504FC4122D44E7005B74CB /* CCAction.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCAction.m; sourceTree = "<group>"; };
E0504FC5122D44E7005B74CB /* CCActionCamera.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCActionCamera.h; sourceTree = "<group>"; }; E0504FC5122D44E7005B74CB /* CCActionCamera.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCActionCamera.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -953,6 +965,12 @@
50F4144210692EE7002A0D5E /* Resources */ = { 50F4144210692EE7002A0D5E /* Resources */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
E02BB53D126CA5DA006E46A2 /* ItunesArtwork */,
E02BB53E126CA5DA006E46A2 /* Icon@2x.png */,
E02BB53F126CA5DA006E46A2 /* Icon-Small@2x.png */,
E02BB540126CA5DA006E46A2 /* Icon-Small.png */,
E02BB541126CA5DA006E46A2 /* Icon-Small-50.png */,
E02BB542126CA5DA006E46A2 /* Icon-72.png */,
50F4144310692EE7002A0D5E /* blocks.png */, 50F4144310692EE7002A0D5E /* blocks.png */,
50F4144410692EE7002A0D5E /* Default.png */, 50F4144410692EE7002A0D5E /* Default.png */,
50F4144510692EE7002A0D5E /* fps_images.png */, 50F4144510692EE7002A0D5E /* fps_images.png */,
Expand Down Expand Up @@ -1375,6 +1393,12 @@
50F4144910692EE7002A0D5E /* Default.png in Resources */, 50F4144910692EE7002A0D5E /* Default.png in Resources */,
50F4144A10692EE7002A0D5E /* fps_images.png in Resources */, 50F4144A10692EE7002A0D5E /* fps_images.png in Resources */,
50F4144B10692EE7002A0D5E /* Icon.png in Resources */, 50F4144B10692EE7002A0D5E /* Icon.png in Resources */,
E02BB543126CA5DA006E46A2 /* ItunesArtwork in Resources */,
E02BB544126CA5DA006E46A2 /* Icon@2x.png in Resources */,
E02BB545126CA5DA006E46A2 /* Icon-Small@2x.png in Resources */,
E02BB546126CA5DA006E46A2 /* Icon-Small.png in Resources */,
E02BB547126CA5DA006E46A2 /* Icon-Small-50.png in Resources */,
E02BB548126CA5DA006E46A2 /* Icon-72.png in Resources */,
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };
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.
Binary file modified templates/cocos2d_chipmunk_app/Resources/Icon.png
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.
9 changes: 9 additions & 0 deletions templates/cocos2d_chipmunk_app/Resources/Info.plist
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@
<string>${EXECUTABLE_NAME}</string> <string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string></string> <string></string>
<key>Icon files</key>
<array>
<string>Icon.png</string>
<string>Icon@2x.png</string>
<string>Icon-72.png</string>
<string>Icon-Small-50.png</string>
<string>Icon-Small.png</string>
<string>Icon-Small@2x.png</string>
</array>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>com.yourcompany.${PRODUCT_NAME:rfc1034identifier}</string> <string>com.yourcompany.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
Expand Down
Binary file not shown.
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -100,6 +100,12 @@
DCCBF1BB0F6022AE0040855A /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DCCBF1BA0F6022AE0040855A /* OpenGLES.framework */; }; DCCBF1BB0F6022AE0040855A /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DCCBF1BA0F6022AE0040855A /* OpenGLES.framework */; };
DCCBF1BD0F6022AE0040855A /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DCCBF1BC0F6022AE0040855A /* QuartzCore.framework */; }; DCCBF1BD0F6022AE0040855A /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DCCBF1BC0F6022AE0040855A /* QuartzCore.framework */; };
DCCBF1BF0F6022AE0040855A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DCCBF1BE0F6022AE0040855A /* UIKit.framework */; }; DCCBF1BF0F6022AE0040855A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DCCBF1BE0F6022AE0040855A /* UIKit.framework */; };
E02BB520126CA588006E46A2 /* ItunesArtwork in Resources */ = {isa = PBXBuildFile; fileRef = E02BB51A126CA588006E46A2 /* ItunesArtwork */; };
E02BB521126CA588006E46A2 /* Icon@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E02BB51B126CA588006E46A2 /* Icon@2x.png */; };
E02BB522126CA588006E46A2 /* Icon-Small@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E02BB51C126CA588006E46A2 /* Icon-Small@2x.png */; };
E02BB523126CA588006E46A2 /* Icon-Small.png in Resources */ = {isa = PBXBuildFile; fileRef = E02BB51D126CA588006E46A2 /* Icon-Small.png */; };
E02BB524126CA588006E46A2 /* Icon-Small-50.png in Resources */ = {isa = PBXBuildFile; fileRef = E02BB51E126CA588006E46A2 /* Icon-Small-50.png */; };
E02BB525126CA588006E46A2 /* Icon-72.png in Resources */ = {isa = PBXBuildFile; fileRef = E02BB51F126CA588006E46A2 /* Icon-72.png */; };
E05051BC122D4523005B74CB /* CCAction.h in Headers */ = {isa = PBXBuildFile; fileRef = E0505116122D4523005B74CB /* CCAction.h */; }; E05051BC122D4523005B74CB /* CCAction.h in Headers */ = {isa = PBXBuildFile; fileRef = E0505116122D4523005B74CB /* CCAction.h */; };
E05051BD122D4523005B74CB /* CCAction.m in Sources */ = {isa = PBXBuildFile; fileRef = E0505117122D4523005B74CB /* CCAction.m */; }; E05051BD122D4523005B74CB /* CCAction.m in Sources */ = {isa = PBXBuildFile; fileRef = E0505117122D4523005B74CB /* CCAction.m */; };
E05051BE122D4523005B74CB /* CCActionCamera.h in Headers */ = {isa = PBXBuildFile; fileRef = E0505118122D4523005B74CB /* CCActionCamera.h */; }; E05051BE122D4523005B74CB /* CCActionCamera.h in Headers */ = {isa = PBXBuildFile; fileRef = E0505118122D4523005B74CB /* CCActionCamera.h */; };
Expand Down Expand Up @@ -390,6 +396,12 @@
DCCBF1BA0F6022AE0040855A /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; }; DCCBF1BA0F6022AE0040855A /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
DCCBF1BC0F6022AE0040855A /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; DCCBF1BC0F6022AE0040855A /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
DCCBF1BE0F6022AE0040855A /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; DCCBF1BE0F6022AE0040855A /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
E02BB51A126CA588006E46A2 /* ItunesArtwork */ = {isa = PBXFileReference; lastKnownFileType = file; path = ItunesArtwork; sourceTree = "<group>"; };
E02BB51B126CA588006E46A2 /* Icon@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon@2x.png"; sourceTree = "<group>"; };
E02BB51C126CA588006E46A2 /* Icon-Small@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-Small@2x.png"; sourceTree = "<group>"; };
E02BB51D126CA588006E46A2 /* Icon-Small.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-Small.png"; sourceTree = "<group>"; };
E02BB51E126CA588006E46A2 /* Icon-Small-50.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-Small-50.png"; sourceTree = "<group>"; };
E02BB51F126CA588006E46A2 /* Icon-72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-72.png"; sourceTree = "<group>"; };
E0505116122D4523005B74CB /* CCAction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCAction.h; sourceTree = "<group>"; }; E0505116122D4523005B74CB /* CCAction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCAction.h; sourceTree = "<group>"; };
E0505117122D4523005B74CB /* CCAction.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCAction.m; sourceTree = "<group>"; }; E0505117122D4523005B74CB /* CCAction.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCAction.m; sourceTree = "<group>"; };
E0505118122D4523005B74CB /* CCActionCamera.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCActionCamera.h; sourceTree = "<group>"; }; E0505118122D4523005B74CB /* CCActionCamera.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCActionCamera.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -844,6 +856,12 @@
50F4144210692EE7002A0D5E /* Resources */ = { 50F4144210692EE7002A0D5E /* Resources */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
E02BB51A126CA588006E46A2 /* ItunesArtwork */,
E02BB51B126CA588006E46A2 /* Icon@2x.png */,
E02BB51C126CA588006E46A2 /* Icon-Small@2x.png */,
E02BB51D126CA588006E46A2 /* Icon-Small.png */,
E02BB51E126CA588006E46A2 /* Icon-Small-50.png */,
E02BB51F126CA588006E46A2 /* Icon-72.png */,
507023141076758E00393637 /* grossini_dance_atlas.png */, 507023141076758E00393637 /* grossini_dance_atlas.png */,
50F4144410692EE7002A0D5E /* Default.png */, 50F4144410692EE7002A0D5E /* Default.png */,
50F4144510692EE7002A0D5E /* fps_images.png */, 50F4144510692EE7002A0D5E /* fps_images.png */,
Expand Down Expand Up @@ -1299,6 +1317,12 @@
50F4144A10692EE7002A0D5E /* fps_images.png in Resources */, 50F4144A10692EE7002A0D5E /* fps_images.png in Resources */,
50F4144B10692EE7002A0D5E /* Icon.png in Resources */, 50F4144B10692EE7002A0D5E /* Icon.png in Resources */,
507023151076758E00393637 /* grossini_dance_atlas.png in Resources */, 507023151076758E00393637 /* grossini_dance_atlas.png in Resources */,
E02BB520126CA588006E46A2 /* ItunesArtwork in Resources */,
E02BB521126CA588006E46A2 /* Icon@2x.png in Resources */,
E02BB522126CA588006E46A2 /* Icon-Small@2x.png in Resources */,
E02BB523126CA588006E46A2 /* Icon-Small.png in Resources */,
E02BB524126CA588006E46A2 /* Icon-Small-50.png in Resources */,
E02BB525126CA588006E46A2 /* Icon-72.png in Resources */,
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };
Expand Down

0 comments on commit d82dd5e

Please sign in to comment.