diff options
author | S. Davilla <davilla@4pi.com> | 2013-03-30 17:49:23 -0400 |
---|---|---|
committer | S. Davilla <davilla@4pi.com> | 2013-03-30 17:49:23 -0400 |
commit | cdb59d4d7707b14fe4fa264b0602c0e043c8cfef (patch) | |
tree | a18d2da8c798e20ea4071a974763117af96ed166 | |
parent | e36d19a8091cafda0bd14e17606f8e31d6214750 (diff) |
[osx/ios] cosmetic cleanup of project views
-rw-r--r-- | XBMC-ATV2.xcodeproj/project.pbxproj | 18 | ||||
-rw-r--r-- | XBMC-IOS.xcodeproj/project.pbxproj | 8 | ||||
-rw-r--r-- | XBMC.xcodeproj/project.pbxproj | 6 |
3 files changed, 20 insertions, 12 deletions
diff --git a/XBMC-ATV2.xcodeproj/project.pbxproj b/XBMC-ATV2.xcodeproj/project.pbxproj index df24e71f08..35ec3bdc91 100644 --- a/XBMC-ATV2.xcodeproj/project.pbxproj +++ b/XBMC-ATV2.xcodeproj/project.pbxproj @@ -1116,7 +1116,7 @@ 7CEE2E6B13D6B7A8000ABF2A /* TimeSmoother.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TimeSmoother.cpp; sourceTree = "<group>"; }; 7CEE2E6C13D6B7A8000ABF2A /* TimeSmoother.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TimeSmoother.h; sourceTree = "<group>"; }; 82F6F0EA16F269BB0081CC3C /* Buffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Buffer.h; sourceTree = "<group>"; }; - 8316267613B670FF004AED87 /* README.ios */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.ios; sourceTree = "<group>"; }; + 8316267613B670FF004AED87 /* README.ios */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = README.ios; path = docs/README.ios; sourceTree = SOURCE_ROOT; }; 8D576316048677EA00EA77CD /* XBMC.frappliance */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = XBMC.frappliance; sourceTree = BUILT_PRODUCTS_DIR; }; C807119D135DB842002F601B /* InputOperations.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = InputOperations.cpp; sourceTree = "<group>"; }; C807119E135DB842002F601B /* InputOperations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InputOperations.h; sourceTree = "<group>"; }; @@ -3269,8 +3269,6 @@ 089C166AFE841209C02AAC07 /* XBMC-frapp */ = { isa = PBXGroup; children = ( - DFC539391526659D00D5FD5C /* AppIcon.png */, - 8316267513B670D7004AED87 /* Documentation */, F56C704E131EC150000AD0F6 /* Source */, F589AE6D12890B6700D8079E /* Internal Libs */, F5899DC91287212700D8079E /* System Libs and Frameworks */, @@ -3287,12 +3285,12 @@ name = Products; sourceTree = "<group>"; }; - 8316267513B670D7004AED87 /* Documentation */ = { + 8316267513B670D7004AED87 /* docs */ = { isa = PBXGroup; children = ( 8316267613B670FF004AED87 /* README.ios */, ); - name = Documentation; + name = docs; sourceTree = "<group>"; }; C8B92A7415735D0300284190 /* epg */ = { @@ -3785,7 +3783,9 @@ F56C704E131EC150000AD0F6 /* Source */ = { isa = PBXGroup; children = ( + 8316267513B670D7004AED87 /* docs */, F56C704F131EC150000AD0F6 /* lib */, + F5E3CD4D170794640059B179 /* media */, F56C71D7131EC151000AD0F6 /* xbmc */, ); name = Source; @@ -6517,6 +6517,14 @@ path = dialogs; sourceTree = "<group>"; }; + F5E3CD4D170794640059B179 /* media */ = { + isa = PBXGroup; + children = ( + DFC539391526659D00D5FD5C /* AppIcon.png */, + ); + name = media; + sourceTree = "<group>"; + }; F5E6209C13E9081400D5F2CD /* info */ = { isa = PBXGroup; children = ( diff --git a/XBMC-IOS.xcodeproj/project.pbxproj b/XBMC-IOS.xcodeproj/project.pbxproj index 0346c6ad3e..4e4c9920fc 100644 --- a/XBMC-IOS.xcodeproj/project.pbxproj +++ b/XBMC-IOS.xcodeproj/project.pbxproj @@ -1135,7 +1135,7 @@ 8253940416B25C2C00A85509 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; }; 8253940616B25C2C00A85509 /* MediaPlayer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MediaPlayer.framework; path = System/Library/Frameworks/MediaPlayer.framework; sourceTree = SDKROOT; }; 82F6F0EA16F269BB0081CC3C /* Buffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Buffer.h; sourceTree = "<group>"; }; - 83D619BB13C0D25300418A0F /* README.ios */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.ios; sourceTree = "<group>"; }; + 83D619BB13C0D25300418A0F /* README.ios */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = README.ios; path = docs/README.ios; sourceTree = "<group>"; }; 8D576316048677EA00EA77CD /* XBMC.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = XBMC.app; sourceTree = BUILT_PRODUCTS_DIR; }; C80711AB135DB85F002F601B /* InputOperations.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = InputOperations.cpp; sourceTree = "<group>"; }; C80711AC135DB85F002F601B /* InputOperations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InputOperations.h; sourceTree = "<group>"; }; @@ -3295,7 +3295,6 @@ 089C166AFE841209C02AAC07 /* XBMC-frapp */ = { isa = PBXGroup; children = ( - 83D619BA13C0D23400418A0F /* Documentation */, F56C8034131F42E5000AD0F6 /* Source */, F589AE6D12890B6700D8079E /* Internal Libs */, F5899DC91287212700D8079E /* System Libs and Frameworks */, @@ -3334,12 +3333,12 @@ path = generic; sourceTree = "<group>"; }; - 83D619BA13C0D23400418A0F /* Documentation */ = { + 83D619BA13C0D23400418A0F /* docs */ = { isa = PBXGroup; children = ( 83D619BB13C0D25300418A0F /* README.ios */, ); - name = Documentation; + name = docs; sourceTree = "<group>"; }; C8B929C21573557B00284190 /* epg */ = { @@ -3832,6 +3831,7 @@ F56C8034131F42E5000AD0F6 /* Source */ = { isa = PBXGroup; children = ( + 83D619BA13C0D23400418A0F /* docs */, F56C8035131F42E5000AD0F6 /* lib */, F56C81B9131F42E6000AD0F6 /* xbmc */, ); diff --git a/XBMC.xcodeproj/project.pbxproj b/XBMC.xcodeproj/project.pbxproj index a859fa674d..4d50a3157b 100644 --- a/XBMC.xcodeproj/project.pbxproj +++ b/XBMC.xcodeproj/project.pbxproj @@ -3315,7 +3315,6 @@ 08FB7794FE84155DC02AAC07 /* XBMC */ = { isa = PBXGroup; children = ( - C6859E96029091FE04C91782 /* Documentation */, 08FB7795FE84155DC02AAC07 /* Source */, F57E1ED20E36E8FD00700C9D /* internal libs */, 08FB779DFE84155DC02AAC07 /* System Libs and Frameworks */, @@ -3327,6 +3326,7 @@ 08FB7795FE84155DC02AAC07 /* Source */ = { isa = PBXGroup; children = ( + C6859E96029091FE04C91782 /* docs */, E38E185C0D25F9FA00618676 /* lib */, E38E14610D25F9F900618676 /* xbmc */, ); @@ -4302,12 +4302,12 @@ name = MediaConnect; sourceTree = "<group>"; }; - C6859E96029091FE04C91782 /* Documentation */ = { + C6859E96029091FE04C91782 /* docs */ = { isa = PBXGroup; children = ( 18576525156ED3710088C35A /* README.osx */, ); - name = Documentation; + name = docs; sourceTree = "<group>"; }; C8482871156CFCD8005A996F /* pvr */ = { |