aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lance <chris_lance@sbcglobal.net>2011-07-03 12:38:48 -0400
committerChris Lance <chris_lance@sbcglobal.net>2011-07-03 12:38:48 -0400
commit3c8a4c9973fe7432a4f0ee40ae4e39c0a689c680 (patch)
treea216e8af1805d55f62a10e51c1a19d175700b94c
parentcf2ef856b2443283080cff784bb531530b11972a (diff)
[ios/atv2] Add Documentation folder containing README.ios to ios/atv2 xcode projects (to match osx project)
-rw-r--r--XBMC-ATV2.xcodeproj/project.pbxproj13
-rw-r--r--XBMC-IOS.xcodeproj/project.pbxproj10
2 files changed, 23 insertions, 0 deletions
diff --git a/XBMC-ATV2.xcodeproj/project.pbxproj b/XBMC-ATV2.xcodeproj/project.pbxproj
index fb64432e13..6926158522 100644
--- a/XBMC-ATV2.xcodeproj/project.pbxproj
+++ b/XBMC-ATV2.xcodeproj/project.pbxproj
@@ -951,6 +951,8 @@
7C99B73E133D372300FC2B16 /* CacheCircular.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CacheCircular.h; sourceTree = "<group>"; };
7C99B7A8134072CD00FC2B16 /* GUIDialogPlayEject.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogPlayEject.cpp; sourceTree = "<group>"; };
7C99B7A9134072CD00FC2B16 /* GUIDialogPlayEject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogPlayEject.h; sourceTree = "<group>"; };
+ 8316267613B670FF004AED87 /* README.ios */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.ios; sourceTree = "<group>"; };
+ 8316348F13BAADC6004AED87 /* XBMCATV2-Info copy.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "XBMCATV2-Info copy.plist"; sourceTree = "<group>"; };
8D576316048677EA00EA77CD /* XBMC.frappliance */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = XBMC.frappliance; sourceTree = BUILT_PRODUCTS_DIR; };
A192FD47135E46C800D92E9B /* IOSAudioRingBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = IOSAudioRingBuffer.h; path = AudioRenderers/IOSAudioRingBuffer.h; sourceTree = "<group>"; };
C807119D135DB842002F601B /* InputOperations.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = InputOperations.cpp; sourceTree = "<group>"; };
@@ -2905,6 +2907,7 @@
089C166AFE841209C02AAC07 /* XBMC-frapp */ = {
isa = PBXGroup;
children = (
+ 8316267513B670D7004AED87 /* Documentation */,
F56C704E131EC150000AD0F6 /* Source */,
F589AE6D12890B6700D8079E /* Internal Libs */,
F5899DC91287212700D8079E /* System Libs and Frameworks */,
@@ -2921,6 +2924,14 @@
name = Products;
sourceTree = "<group>";
};
+ 8316267513B670D7004AED87 /* Documentation */ = {
+ isa = PBXGroup;
+ children = (
+ 8316267613B670FF004AED87 /* README.ios */,
+ );
+ name = Documentation;
+ sourceTree = "<group>";
+ };
F56C704E131EC150000AD0F6 /* Source */ = {
isa = PBXGroup;
children = (
@@ -5250,6 +5261,7 @@
F56C7BC7131EC2DB000AD0F6 /* XBMCEAGLView.mm */,
F56C7BC8131EC2DB000AD0F6 /* XBMCDebugHelpers.h */,
F56C7BCE131EC301000AD0F6 /* XBMCATV2-Info.plist */,
+ 8316348F13BAADC6004AED87 /* XBMCATV2-Info copy.plist */,
);
path = atv2;
sourceTree = "<group>";
@@ -6747,6 +6759,7 @@
HAVE_CONFIG_H,
HAS_SPC_CODEC,
);
+ GCC_THUMB_SUPPORT = YES;
HEADER_SEARCH_PATHS = (
$SRCROOT,
xbmc,
diff --git a/XBMC-IOS.xcodeproj/project.pbxproj b/XBMC-IOS.xcodeproj/project.pbxproj
index bec766561a..b6363725ca 100644
--- a/XBMC-IOS.xcodeproj/project.pbxproj
+++ b/XBMC-IOS.xcodeproj/project.pbxproj
@@ -952,6 +952,7 @@
7C99B6E8133D36E200FC2B16 /* CacheCircular.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CacheCircular.h; sourceTree = "<group>"; };
7C99B7BC1340730000FC2B16 /* GUIDialogPlayEject.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogPlayEject.cpp; sourceTree = "<group>"; };
7C99B7BD1340730000FC2B16 /* GUIDialogPlayEject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogPlayEject.h; sourceTree = "<group>"; };
+ 83D619BB13C0D25300418A0F /* README.ios */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 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>"; };
@@ -2905,6 +2906,7 @@
089C166AFE841209C02AAC07 /* XBMC-frapp */ = {
isa = PBXGroup;
children = (
+ 83D619BA13C0D23400418A0F /* Documentation */,
F56C8034131F42E5000AD0F6 /* Source */,
F589AE6D12890B6700D8079E /* Internal Libs */,
F5899DC91287212700D8079E /* System Libs and Frameworks */,
@@ -2921,6 +2923,14 @@
name = Products;
sourceTree = "<group>";
};
+ 83D619BA13C0D23400418A0F /* Documentation */ = {
+ isa = PBXGroup;
+ children = (
+ 83D619BB13C0D25300418A0F /* README.ios */,
+ );
+ name = Documentation;
+ sourceTree = "<group>";
+ };
F56C8034131F42E5000AD0F6 /* Source */ = {
isa = PBXGroup;
children = (