diff options
author | Memphiz <memphis@machzwo.de> | 2012-07-01 21:01:17 +0200 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2012-07-02 20:38:33 +0200 |
commit | cff17b2eeb7fdd6f1d4ac10b99952b486e1a4677 (patch) | |
tree | 254c7044d6723f2608ab5eca0dff43e386312e81 | |
parent | f068030ec7124b539f825b53b06173a27a5a9153 (diff) |
[atv2] - add icon for ios5
-rw-r--r-- | XBMC-ATV2.xcodeproj/project.pbxproj | 4 | ||||
-rw-r--r-- | media/AppIcon.png | bin | 0 -> 26155 bytes |
2 files changed, 4 insertions, 0 deletions
diff --git a/XBMC-ATV2.xcodeproj/project.pbxproj b/XBMC-ATV2.xcodeproj/project.pbxproj index c606ca0fc0..163728d527 100644 --- a/XBMC-ATV2.xcodeproj/project.pbxproj +++ b/XBMC-ATV2.xcodeproj/project.pbxproj @@ -16,6 +16,7 @@ 18ACF8E313597B0000B67371 /* RecentlyAddedJob.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18ACF8E113597B0000B67371 /* RecentlyAddedJob.cpp */; }; 18B7013C13A6ABBA0009C1AF /* AddonVersion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7013A13A6ABBA0009C1AF /* AddonVersion.cpp */; }; 18ECC9AA13CF17EB00A9ED6C /* StreamUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18ECC9A813CF17EB00A9ED6C /* StreamUtils.cpp */; }; + 1D04F8B015A21C5E00095E01 /* AppIcon.png in Resources */ = {isa = PBXBuildFile; fileRef = 1D04F8AF15A21C5E00095E01 /* AppIcon.png */; }; 32D6D47C1423A9D8003641AC /* JpegIO.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 32D6D47A1423A9D8003641AC /* JpegIO.cpp */; }; 4D5D2E131301753F006ABC13 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4D5D2E121301753F006ABC13 /* CFNetwork.framework */; }; 7C0A7ECD13A5DBF900AFC2BD /* AppParamParser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C0A7ECB13A5DBF900AFC2BD /* AppParamParser.cpp */; }; @@ -964,6 +965,7 @@ 18B7013B13A6ABBA0009C1AF /* AddonVersion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AddonVersion.h; sourceTree = "<group>"; }; 18ECC9A813CF17EB00A9ED6C /* StreamUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = StreamUtils.cpp; sourceTree = "<group>"; }; 18ECC9A913CF17EB00A9ED6C /* StreamUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StreamUtils.h; sourceTree = "<group>"; }; + 1D04F8AF15A21C5E00095E01 /* AppIcon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = AppIcon.png; path = media/AppIcon.png; sourceTree = "<group>"; }; 32D6D47A1423A9D8003641AC /* JpegIO.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JpegIO.cpp; sourceTree = "<group>"; }; 32D6D47B1423A9D8003641AC /* JpegIO.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JpegIO.h; sourceTree = "<group>"; }; 4D5D2E121301753F006ABC13 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; }; @@ -2992,6 +2994,7 @@ 089C166AFE841209C02AAC07 /* XBMC-frapp */ = { isa = PBXGroup; children = ( + 1D04F8AF15A21C5E00095E01 /* AppIcon.png */, 8316267513B670D7004AED87 /* Documentation */, F589AE6D12890B6700D8079E /* Internal Libs */, 19C28FB6FE9D52B211CA2CBB /* Products */, @@ -5985,6 +5988,7 @@ F56C7BD0131EC301000AD0F6 /* XBMC.png in Resources */, F56C7F30131F0BB4000AD0F6 /* InfoPlist.strings in Resources */, DFD4D22113D7286E00A47C47 /* README.platform in Resources */, + 1D04F8B015A21C5E00095E01 /* AppIcon.png in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/media/AppIcon.png b/media/AppIcon.png Binary files differnew file mode 100644 index 0000000000..103a0303bd --- /dev/null +++ b/media/AppIcon.png |