[atv2/ios5.1] - add appIcon
authorMemphiz <memphis@machzwo.de>
Sat, 31 Mar 2012 18:51:39 +0000 (20:51 +0200)
committerMemphiz <memphis@machzwo.de>
Sat, 31 Mar 2012 18:53:21 +0000 (20:53 +0200)
XBMC-ATV2.xcodeproj/project.pbxproj
media/AppIcon.png [new file with mode: 0644]

index 2acf839..33ef338 100644 (file)
@@ -72,6 +72,7 @@
                DFA6BE8713FED2A10048CC11 /* AirPlayServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFA6BE8513FED2A10048CC11 /* AirPlayServer.cpp */; };
                DFA6BE8A13FED2B40048CC11 /* HttpParser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFA6BE8813FED2B40048CC11 /* HttpParser.cpp */; };
                DFAB04C113F8385F00B70BFB /* InertialScrollingHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFAB04BF13F8385F00B70BFB /* InertialScrollingHandler.cpp */; };
+               DFC5393A1526659D00D5FD5C /* AppIcon.png in Resources */ = {isa = PBXBuildFile; fileRef = DFC539391526659D00D5FD5C /* AppIcon.png */; };
                DFCA6B0B15224684000BFAAE /* HTTPApiHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFCA6AFE15224684000BFAAE /* HTTPApiHandler.cpp */; };
                DFCA6B0C15224684000BFAAE /* HTTPJsonRpcHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFCA6B0015224684000BFAAE /* HTTPJsonRpcHandler.cpp */; };
                DFCA6B0D15224684000BFAAE /* HTTPVfsHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFCA6B0215224684000BFAAE /* HTTPVfsHandler.cpp */; };
                DFA6BE8913FED2B40048CC11 /* HttpParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HttpParser.h; sourceTree = "<group>"; };
                DFAB04BF13F8385F00B70BFB /* InertialScrollingHandler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = InertialScrollingHandler.cpp; sourceTree = "<group>"; };
                DFAB04C013F8385F00B70BFB /* InertialScrollingHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InertialScrollingHandler.h; sourceTree = "<group>"; };
+               DFC539391526659D00D5FD5C /* AppIcon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = AppIcon.png; path = media/AppIcon.png; sourceTree = "<group>"; };
                DFCA6AFE15224684000BFAAE /* HTTPApiHandler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HTTPApiHandler.cpp; sourceTree = "<group>"; };
                DFCA6AFF15224684000BFAAE /* HTTPApiHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTTPApiHandler.h; sourceTree = "<group>"; };
                DFCA6B0015224684000BFAAE /* HTTPJsonRpcHandler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HTTPJsonRpcHandler.cpp; sourceTree = "<group>"; };
                089C166AFE841209C02AAC07 /* XBMC-frapp */ = {
                        isa = PBXGroup;
                        children = (
+                               DFC539391526659D00D5FD5C /* AppIcon.png */,
                                8316267513B670D7004AED87 /* Documentation */,
                                F589AE6D12890B6700D8079E /* Internal Libs */,
                                19C28FB6FE9D52B211CA2CBB /* Products */,
                        isa = PBXResourcesBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
+                               DFC5393A1526659D00D5FD5C /* AppIcon.png in Resources */,
+                               DFD4D22113D7286E00A47C47 /* README.platform in Resources */,
                                F56C7BD0131EC301000AD0F6 /* XBMC.png in Resources */,
                                F56C7F30131F0BB4000AD0F6 /* InfoPlist.strings in Resources */,
-                               DFD4D22113D7286E00A47C47 /* README.platform in Resources */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
diff --git a/media/AppIcon.png b/media/AppIcon.png
new file mode 100644 (file)
index 0000000..103a030
Binary files /dev/null and b/media/AppIcon.png differ