diff options
author | S. Davilla <davilla@4pi.com> | 2013-03-30 17:28:38 -0400 |
---|---|---|
committer | S. Davilla <davilla@4pi.com> | 2013-03-30 17:42:18 -0400 |
commit | bc56a113e3d91c5216607636ed6bf0ff70a79f18 (patch) | |
tree | e57cf3884ed45ddb729ece40f691c2caee1647f7 /XBMC-IOS.xcodeproj/project.pbxproj | |
parent | a7e3b79d5034b0c4a66708a37e81afe5100895a0 (diff) |
[ios] cosmetics, move Default-568h@2x.png to where it belongs in the project view
Diffstat (limited to 'XBMC-IOS.xcodeproj/project.pbxproj')
-rw-r--r-- | XBMC-IOS.xcodeproj/project.pbxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/XBMC-IOS.xcodeproj/project.pbxproj b/XBMC-IOS.xcodeproj/project.pbxproj index 6ef0616748..0346c6ad3e 100644 --- a/XBMC-IOS.xcodeproj/project.pbxproj +++ b/XBMC-IOS.xcodeproj/project.pbxproj @@ -1548,7 +1548,7 @@ DFDB00211516403A005079A4 /* FileCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FileCache.h; sourceTree = "<group>"; }; DFDB00221516403A005079A4 /* MemBufferCache.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MemBufferCache.cpp; sourceTree = "<group>"; }; DFDB00231516403A005079A4 /* MemBufferCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MemBufferCache.h; sourceTree = "<group>"; }; - DFDD077216C0B58B000A1F73 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default-568h@2x.png"; path = "xbmc/osx/ios/Default-568h@2x.png"; sourceTree = "<group>"; }; + DFDD077216C0B58B000A1F73 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; }; DFE350591532535500F84CAA /* IOSKeyboardView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IOSKeyboardView.h; sourceTree = "<group>"; }; DFE3505A1532535500F84CAA /* IOSKeyboardView.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = IOSKeyboardView.mm; sourceTree = "<group>"; }; DFF7A91F15F7C62900D316E9 /* PltMimeType.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PltMimeType.cpp; sourceTree = "<group>"; }; @@ -3295,7 +3295,6 @@ 089C166AFE841209C02AAC07 /* XBMC-frapp */ = { isa = PBXGroup; children = ( - DFDD077216C0B58B000A1F73 /* Default-568h@2x.png */, 83D619BA13C0D23400418A0F /* Documentation */, F56C8034131F42E5000AD0F6 /* Source */, F589AE6D12890B6700D8079E /* Internal Libs */, @@ -6408,6 +6407,7 @@ isa = PBXGroup; children = ( F56C8BB6131F44AA000AD0F6 /* English.lproj */, + DFDD077216C0B58B000A1F73 /* Default-568h@2x.png */, DF02A887153382A60084754E /* IOSKeyboard.mm */, DF02A881153382560084754E /* IOSKeyboard.h */, DFE350591532535500F84CAA /* IOSKeyboardView.h */, |