aboutsummaryrefslogtreecommitdiff
path: root/XBMC-ATV2.xcodeproj
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2012-06-08 22:00:35 +0200
committerJim Carroll <thecarrolls@jiminger.com>2012-06-10 08:49:56 -0400
commit8cc6c8c1a9d210dc94e7db3370fe8b5de2013008 (patch)
tree90ec38683d945d0ca94f0e19b205e46f56b5efbf /XBMC-ATV2.xcodeproj
parentafe842229af346f0dac11692250986843d1f32a6 (diff)
[osx/ios/atv2] - sync xcode projects
Diffstat (limited to 'XBMC-ATV2.xcodeproj')
-rw-r--r--XBMC-ATV2.xcodeproj/project.pbxproj12
1 files changed, 6 insertions, 6 deletions
diff --git a/XBMC-ATV2.xcodeproj/project.pbxproj b/XBMC-ATV2.xcodeproj/project.pbxproj
index 4bfc68e94c..a60eb99d00 100644
--- a/XBMC-ATV2.xcodeproj/project.pbxproj
+++ b/XBMC-ATV2.xcodeproj/project.pbxproj
@@ -39,6 +39,7 @@
C8936060152C86EC00812418 /* PythonMonitor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C893605E152C86EC00812418 /* PythonMonitor.cpp */; };
C8936063152C86F500812418 /* monitor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8936061152C86F500812418 /* monitor.cpp */; };
C8EC5D51136954E400CCC10D /* XBMC_keytable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8EC5D4F136954E400CCC10D /* XBMC_keytable.cpp */; };
+ DF08E84515829BA600058C77 /* Exception.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF08E84315829BA600058C77 /* Exception.cpp */; };
DF0DF16D13A3AF82008ED511 /* NFSDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF0DF16A13A3AF82008ED511 /* NFSDirectory.cpp */; };
DF33C2A415509C1B0046CDCB /* XbmcContext.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF33C2A215509C1B0046CDCB /* XbmcContext.cpp */; };
DF33C2AE15509C5A0046CDCB /* ilog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF33C2AB15509C5A0046CDCB /* ilog.cpp */; };
@@ -762,7 +763,6 @@
F56C7B41131EC155000AD0F6 /* TuxBoxUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C776C131EC154000AD0F6 /* TuxBoxUtil.cpp */; };
F56C7B42131EC155000AD0F6 /* Variant.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C776E131EC154000AD0F6 /* Variant.cpp */; };
F56C7B43131EC155000AD0F6 /* Weather.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C7770131EC154000AD0F6 /* Weather.cpp */; };
- F56C7B44131EC155000AD0F6 /* Win32Exception.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C7772131EC154000AD0F6 /* Win32Exception.cpp */; };
F56C7B45131EC155000AD0F6 /* fft.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C7775131EC154000AD0F6 /* fft.cpp */; };
F56C7B46131EC155000AD0F6 /* ssrc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C7777131EC154000AD0F6 /* ssrc.cpp */; };
F56C7B47131EC155000AD0F6 /* GUIDialogAudioSubtitleSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C777B131EC154000AD0F6 /* GUIDialogAudioSubtitleSettings.cpp */; };
@@ -1048,6 +1048,8 @@
C8936062152C86F500812418 /* monitor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = monitor.h; sourceTree = "<group>"; };
C8EC5D4F136954E400CCC10D /* XBMC_keytable.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = XBMC_keytable.cpp; sourceTree = "<group>"; };
C8EC5D50136954E400CCC10D /* XBMC_keytable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XBMC_keytable.h; sourceTree = "<group>"; };
+ DF08E84315829BA600058C77 /* Exception.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Exception.cpp; sourceTree = "<group>"; };
+ DF08E84415829BA600058C77 /* Exception.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Exception.h; sourceTree = "<group>"; };
DF0DF16A13A3AF82008ED511 /* NFSDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NFSDirectory.cpp; sourceTree = "<group>"; };
DF0DF16B13A3AF82008ED511 /* NFSDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NFSDirectory.h; sourceTree = "<group>"; };
DF33C2A215509C1B0046CDCB /* XbmcContext.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = XbmcContext.cpp; sourceTree = "<group>"; };
@@ -2619,8 +2621,6 @@
F56C776F131EC154000AD0F6 /* Variant.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Variant.h; sourceTree = "<group>"; };
F56C7770131EC154000AD0F6 /* Weather.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Weather.cpp; sourceTree = "<group>"; };
F56C7771131EC154000AD0F6 /* Weather.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Weather.h; sourceTree = "<group>"; };
- F56C7772131EC154000AD0F6 /* Win32Exception.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Win32Exception.cpp; sourceTree = "<group>"; };
- F56C7773131EC154000AD0F6 /* Win32Exception.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Win32Exception.h; sourceTree = "<group>"; };
F56C7774131EC154000AD0F6 /* WindowsShortcut.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WindowsShortcut.h; sourceTree = "<group>"; };
F56C7775131EC154000AD0F6 /* fft.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = fft.cpp; sourceTree = "<group>"; };
F56C7776131EC154000AD0F6 /* fft.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fft.h; sourceTree = "<group>"; };
@@ -3133,6 +3133,8 @@
DF33C2AA15509C5A0046CDCB /* commons */ = {
isa = PBXGroup;
children = (
+ DF08E84315829BA600058C77 /* Exception.cpp */,
+ DF08E84415829BA600058C77 /* Exception.h */,
DF33C2AB15509C5A0046CDCB /* ilog.cpp */,
DF33C2AC15509C5A0046CDCB /* ilog.h */,
);
@@ -5468,8 +5470,6 @@
F56C776F131EC154000AD0F6 /* Variant.h */,
F56C7770131EC154000AD0F6 /* Weather.cpp */,
F56C7771131EC154000AD0F6 /* Weather.h */,
- F56C7772131EC154000AD0F6 /* Win32Exception.cpp */,
- F56C7773131EC154000AD0F6 /* Win32Exception.h */,
F56C7774131EC154000AD0F6 /* WindowsShortcut.h */,
F5ED90C71553994800842059 /* XBMCTinyXML.cpp */,
F5ED90C81553994800842059 /* XBMCTinyXML.h */,
@@ -6911,7 +6911,6 @@
F56C7B41131EC155000AD0F6 /* TuxBoxUtil.cpp in Sources */,
F56C7B42131EC155000AD0F6 /* Variant.cpp in Sources */,
F56C7B43131EC155000AD0F6 /* Weather.cpp in Sources */,
- F56C7B44131EC155000AD0F6 /* Win32Exception.cpp in Sources */,
F56C7B45131EC155000AD0F6 /* fft.cpp in Sources */,
F56C7B46131EC155000AD0F6 /* ssrc.cpp in Sources */,
F56C7B47131EC155000AD0F6 /* GUIDialogAudioSubtitleSettings.cpp in Sources */,
@@ -7219,6 +7218,7 @@
18E7CAD11578C671001D4554 /* CDDARipJob.cpp in Sources */,
36A9445915821F8300727135 /* DatabaseUtils.cpp in Sources */,
36A9445D15821FAC00727135 /* SortUtils.cpp in Sources */,
+ DF08E84515829BA600058C77 /* Exception.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};