diff options
author | Memphiz <memphis@machzwo.de> | 2012-05-01 21:47:20 +0200 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2012-05-01 21:48:38 +0200 |
commit | b88b78cd939f8f7ad28b5e01f6c48c1f1873efa6 (patch) | |
tree | c89ac18121da248f0cdd8bdf13b128b423d2d433 /XBMC-ATV2.xcodeproj | |
parent | 6147e6a889db5076e4cfad3d23105f861f2439bf (diff) |
[fix] - sync xcode projects for ios and atv2
Diffstat (limited to 'XBMC-ATV2.xcodeproj')
-rw-r--r-- | XBMC-ATV2.xcodeproj/project.pbxproj | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/XBMC-ATV2.xcodeproj/project.pbxproj b/XBMC-ATV2.xcodeproj/project.pbxproj index 06c9a46d5e..b9037cf422 100644 --- a/XBMC-ATV2.xcodeproj/project.pbxproj +++ b/XBMC-ATV2.xcodeproj/project.pbxproj @@ -565,12 +565,9 @@ F56C7A76131EC155000AD0F6 /* LinuxResourceCounter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C75AF131EC153000AD0F6 /* LinuxResourceCounter.cpp */; }; F56C7A77131EC155000AD0F6 /* LinuxTimezone.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C75B1131EC153000AD0F6 /* LinuxTimezone.cpp */; }; F56C7A78131EC155000AD0F6 /* PosixMountProvider.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C75B6131EC153000AD0F6 /* PosixMountProvider.cpp */; }; - F56C7A79131EC155000AD0F6 /* XEventUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C75B7131EC153000AD0F6 /* XEventUtils.cpp */; }; F56C7A7A131EC155000AD0F6 /* XFileUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C75B9131EC153000AD0F6 /* XFileUtils.cpp */; }; F56C7A7B131EC155000AD0F6 /* XHandle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C75BB131EC153000AD0F6 /* XHandle.cpp */; }; F56C7A7C131EC155000AD0F6 /* XMemUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C75BD131EC153000AD0F6 /* XMemUtils.cpp */; }; - F56C7A7D131EC155000AD0F6 /* XSyncUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C75BF131EC153000AD0F6 /* XSyncUtils.cpp */; }; - F56C7A7E131EC155000AD0F6 /* XThreadUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C75C1131EC153000AD0F6 /* XThreadUtils.cpp */; }; F56C7A7F131EC155000AD0F6 /* XTimeUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C75C3131EC153000AD0F6 /* XTimeUtils.cpp */; }; F56C7A80131EC155000AD0F6 /* GUIDialogMusicInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C75C7131EC153000AD0F6 /* GUIDialogMusicInfo.cpp */; }; F56C7A81131EC155000AD0F6 /* GUIDialogMusicOSD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C75C9131EC153000AD0F6 /* GUIDialogMusicOSD.cpp */; }; @@ -2190,18 +2187,12 @@ F56C75B4131EC153000AD0F6 /* PlatformInclude.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PlatformInclude.h; sourceTree = "<group>"; }; F56C75B5131EC153000AD0F6 /* PosixMountProvider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PosixMountProvider.h; sourceTree = "<group>"; }; F56C75B6131EC153000AD0F6 /* PosixMountProvider.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PosixMountProvider.cpp; sourceTree = "<group>"; }; - F56C75B7131EC153000AD0F6 /* XEventUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = XEventUtils.cpp; sourceTree = "<group>"; }; - F56C75B8131EC153000AD0F6 /* XEventUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XEventUtils.h; sourceTree = "<group>"; }; F56C75B9131EC153000AD0F6 /* XFileUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = XFileUtils.cpp; sourceTree = "<group>"; }; F56C75BA131EC153000AD0F6 /* XFileUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XFileUtils.h; sourceTree = "<group>"; }; F56C75BB131EC153000AD0F6 /* XHandle.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = XHandle.cpp; sourceTree = "<group>"; }; F56C75BC131EC153000AD0F6 /* XHandle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XHandle.h; sourceTree = "<group>"; }; F56C75BD131EC153000AD0F6 /* XMemUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = XMemUtils.cpp; sourceTree = "<group>"; }; F56C75BE131EC153000AD0F6 /* XMemUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XMemUtils.h; sourceTree = "<group>"; }; - F56C75BF131EC153000AD0F6 /* XSyncUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = XSyncUtils.cpp; sourceTree = "<group>"; }; - F56C75C0131EC153000AD0F6 /* XSyncUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XSyncUtils.h; sourceTree = "<group>"; }; - F56C75C1131EC153000AD0F6 /* XThreadUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = XThreadUtils.cpp; sourceTree = "<group>"; }; - F56C75C2131EC153000AD0F6 /* XThreadUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XThreadUtils.h; sourceTree = "<group>"; }; F56C75C3131EC153000AD0F6 /* XTimeUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = XTimeUtils.cpp; sourceTree = "<group>"; }; F56C75C4131EC153000AD0F6 /* XTimeUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XTimeUtils.h; sourceTree = "<group>"; }; F56C75C7131EC153000AD0F6 /* GUIDialogMusicInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogMusicInfo.cpp; sourceTree = "<group>"; }; @@ -4769,18 +4760,12 @@ F56C75B5131EC153000AD0F6 /* PosixMountProvider.h */, F56C75A9131EC153000AD0F6 /* stat_utf8.h */, F56C75AA131EC153000AD0F6 /* stdio_utf8.h */, - F56C75B7131EC153000AD0F6 /* XEventUtils.cpp */, - F56C75B8131EC153000AD0F6 /* XEventUtils.h */, F56C75B9131EC153000AD0F6 /* XFileUtils.cpp */, F56C75BA131EC153000AD0F6 /* XFileUtils.h */, F56C75BB131EC153000AD0F6 /* XHandle.cpp */, F56C75BC131EC153000AD0F6 /* XHandle.h */, F56C75BD131EC153000AD0F6 /* XMemUtils.cpp */, F56C75BE131EC153000AD0F6 /* XMemUtils.h */, - F56C75BF131EC153000AD0F6 /* XSyncUtils.cpp */, - F56C75C0131EC153000AD0F6 /* XSyncUtils.h */, - F56C75C1131EC153000AD0F6 /* XThreadUtils.cpp */, - F56C75C2131EC153000AD0F6 /* XThreadUtils.h */, F56C75C3131EC153000AD0F6 /* XTimeUtils.cpp */, F56C75C4131EC153000AD0F6 /* XTimeUtils.h */, ); @@ -6627,12 +6612,9 @@ F56C7A76131EC155000AD0F6 /* LinuxResourceCounter.cpp in Sources */, F56C7A77131EC155000AD0F6 /* LinuxTimezone.cpp in Sources */, F56C7A78131EC155000AD0F6 /* PosixMountProvider.cpp in Sources */, - F56C7A79131EC155000AD0F6 /* XEventUtils.cpp in Sources */, F56C7A7A131EC155000AD0F6 /* XFileUtils.cpp in Sources */, F56C7A7B131EC155000AD0F6 /* XHandle.cpp in Sources */, F56C7A7C131EC155000AD0F6 /* XMemUtils.cpp in Sources */, - F56C7A7D131EC155000AD0F6 /* XSyncUtils.cpp in Sources */, - F56C7A7E131EC155000AD0F6 /* XThreadUtils.cpp in Sources */, F56C7A7F131EC155000AD0F6 /* XTimeUtils.cpp in Sources */, F56C7A80131EC155000AD0F6 /* GUIDialogMusicInfo.cpp in Sources */, F56C7A81131EC155000AD0F6 /* GUIDialogMusicOSD.cpp in Sources */, |