diff options
author | Memphiz <memphis@machzwo.de> | 2012-10-04 21:55:25 +0200 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2012-10-04 22:00:53 +0200 |
commit | 8402f5b3860e3cf6c0d0ec35fbf868c5ec11655b (patch) | |
tree | 3d82b06b175e1dc669f971371720811512b3c534 /XBMC-ATV2.xcodeproj | |
parent | 26029267b232268fee4c9d62789ff57020b4573c (diff) |
[osx/ios/atv2] - sync xcode projects and fix compilation (added missing PeripheralImon.cpp/.h)
Diffstat (limited to 'XBMC-ATV2.xcodeproj')
-rw-r--r-- | XBMC-ATV2.xcodeproj/project.pbxproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/XBMC-ATV2.xcodeproj/project.pbxproj b/XBMC-ATV2.xcodeproj/project.pbxproj index aee0170f57..5434385952 100644 --- a/XBMC-ATV2.xcodeproj/project.pbxproj +++ b/XBMC-ATV2.xcodeproj/project.pbxproj @@ -17,6 +17,7 @@ 18B7013C13A6ABBA0009C1AF /* AddonVersion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7013A13A6ABBA0009C1AF /* AddonVersion.cpp */; }; 18E7CAD11578C671001D4554 /* CDDARipJob.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18E7CACF1578C671001D4554 /* CDDARipJob.cpp */; }; 18ECC9AA13CF17EB00A9ED6C /* StreamUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18ECC9A813CF17EB00A9ED6C /* StreamUtils.cpp */; }; + 1D638118161E20AC003603ED /* PeripheralImon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1D638116161E20AC003603ED /* PeripheralImon.cpp */; }; 32D6D47C1423A9D8003641AC /* JpegIO.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 32D6D47A1423A9D8003641AC /* JpegIO.cpp */; }; 36A9445915821F8300727135 /* DatabaseUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 36A9445715821F8300727135 /* DatabaseUtils.cpp */; }; 36A9445D15821FAC00727135 /* SortUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 36A9445B15821FAB00727135 /* SortUtils.cpp */; }; @@ -1015,6 +1016,8 @@ 18E7CAD01578C671001D4554 /* CDDARipJob.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDDARipJob.h; sourceTree = "<group>"; }; 18ECC9A813CF17EB00A9ED6C /* StreamUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = StreamUtils.cpp; sourceTree = "<group>"; }; 18ECC9A913CF17EB00A9ED6C /* StreamUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StreamUtils.h; sourceTree = "<group>"; }; + 1D638116161E20AC003603ED /* PeripheralImon.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PeripheralImon.cpp; sourceTree = "<group>"; }; + 1D638117161E20AC003603ED /* PeripheralImon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PeripheralImon.h; sourceTree = "<group>"; }; 32D6D47A1423A9D8003641AC /* JpegIO.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JpegIO.cpp; sourceTree = "<group>"; }; 32D6D47B1423A9D8003641AC /* JpegIO.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JpegIO.h; sourceTree = "<group>"; }; 36A9445715821F8300727135 /* DatabaseUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DatabaseUtils.cpp; sourceTree = "<group>"; }; @@ -6458,6 +6461,8 @@ F5E1130C14357B6500175026 /* PeripheralDisk.h */, F5E1130D14357B6500175026 /* PeripheralHID.cpp */, F5E1130E14357B6500175026 /* PeripheralHID.h */, + 1D638116161E20AC003603ED /* PeripheralImon.cpp */, + 1D638117161E20AC003603ED /* PeripheralImon.h */, F5E1130F14357B6500175026 /* PeripheralNIC.cpp */, F5E1131014357B6500175026 /* PeripheralNIC.h */, F5E1131114357B6500175026 /* PeripheralNyxboard.cpp */, @@ -7596,6 +7601,7 @@ DFA0F9551618E1CD00611CBB /* DVDOverlayCodec.cpp in Sources */, DF91D899161B759B004E6637 /* AddonsOperations.cpp in Sources */, 7C4458DB161E209100A905F6 /* Screenshot.cpp in Sources */, + 1D638118161E20AC003603ED /* PeripheralImon.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; |