diff options
author | blinkseb <blinkseb@svn> | 2010-11-20 11:40:30 +0000 |
---|---|---|
committer | blinkseb <blinkseb@svn> | 2010-11-20 11:40:30 +0000 |
commit | 18a5162cef9fdbd9fb930b889cc84eeaebda72fc (patch) | |
tree | ff04b4f2eb527e3cfbf961adc5b63c2cbd3915cc /XBMC.xcodeproj/project.pbxproj | |
parent | b55ac44bacbfcf0219bdd465022500b191679edd (diff) |
changed: updated build systems for service addons.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35349 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'XBMC.xcodeproj/project.pbxproj')
-rw-r--r-- | XBMC.xcodeproj/project.pbxproj | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/XBMC.xcodeproj/project.pbxproj b/XBMC.xcodeproj/project.pbxproj index 7878780aa9..1fc2978677 100644 --- a/XBMC.xcodeproj/project.pbxproj +++ b/XBMC.xcodeproj/project.pbxproj @@ -40,6 +40,8 @@ /* Begin PBXBuildFile section */ 183FDF8A11AF0B0500B81E9C /* PluginSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 183FDF8811AF0B0500B81E9C /* PluginSource.cpp */; }; 183FDF8B11AF0B0500B81E9C /* PluginSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 183FDF8811AF0B0500B81E9C /* PluginSource.cpp */; }; + 184C472F1296BC6E0006DB3E /* Service.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 184C472D1296BC6E0006DB3E /* Service.cpp */; }; + 184C47301296BC6E0006DB3E /* Service.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 184C472D1296BC6E0006DB3E /* Service.cpp */; }; 18B4A0021152BFA5001AF8A6 /* Addon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B49FF11152BFA5001AF8A6 /* Addon.cpp */; }; 18B4A0031152BFA5001AF8A6 /* AddonManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B49FF41152BFA5001AF8A6 /* AddonManager.cpp */; }; 18B4A0041152BFA5001AF8A6 /* fft.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B49FF91152BFA5001AF8A6 /* fft.cpp */; }; @@ -1891,6 +1893,8 @@ 09AB6884FE841BABC02AAC07 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = "<absolute>"; }; 183FDF8811AF0B0500B81E9C /* PluginSource.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PluginSource.cpp; path = addons/PluginSource.cpp; sourceTree = "<group>"; }; 183FDF8911AF0B0500B81E9C /* PluginSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PluginSource.h; path = addons/PluginSource.h; sourceTree = "<group>"; }; + 184C472D1296BC6E0006DB3E /* Service.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Service.cpp; path = addons/Service.cpp; sourceTree = "<group>"; }; + 184C472E1296BC6E0006DB3E /* Service.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Service.h; path = addons/Service.h; sourceTree = "<group>"; }; 18B49FF11152BFA5001AF8A6 /* Addon.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Addon.cpp; path = addons/Addon.cpp; sourceTree = "<group>"; }; 18B49FF21152BFA5001AF8A6 /* Addon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Addon.h; path = addons/Addon.h; sourceTree = "<group>"; }; 18B49FF31152BFA5001AF8A6 /* AddonDll.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AddonDll.h; path = addons/AddonDll.h; sourceTree = "<group>"; }; @@ -4017,6 +4021,8 @@ 18B49FF01152BEEB001AF8A6 /* addons */ = { isa = PBXGroup; children = ( + 184C472D1296BC6E0006DB3E /* Service.cpp */, + 184C472E1296BC6E0006DB3E /* Service.h */, C85EB75A1174614E0008E5A5 /* Repository.cpp */, C85EB75B1174614E0008E5A5 /* Repository.h */, 183FDF8811AF0B0500B81E9C /* PluginSource.cpp */, @@ -7133,7 +7139,14 @@ isa = PBXProject; buildConfigurationList = 1DEB924B08733DCA0010E9CD /* Build configuration list for PBXProject "XBMC" */; compatibilityVersion = "Xcode 2.4"; + developmentRegion = English; hasScannedForEncodings = 1; + knownRegions = ( + English, + Japanese, + French, + German, + ); mainGroup = 08FB7794FE84155DC02AAC07 /* XBMC */; projectDirPath = ""; projectRoot = ""; @@ -8104,6 +8117,7 @@ 7CF1FB0C123B1AF000B2CBCB /* Variant.cpp in Sources */, C8D0B2AF1265A9A800F0C0AC /* SystemGlobals.cpp in Sources */, 7CBEBB8412912BA400431822 /* fstrcmp.c in Sources */, + 184C472F1296BC6E0006DB3E /* Service.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -8972,6 +8986,7 @@ 7CF1FB0B123B1AF000B2CBCB /* Variant.cpp in Sources */, C8D0B2B01265A9A800F0C0AC /* SystemGlobals.cpp in Sources */, 7CBEBB8312912BA300431822 /* fstrcmp.c in Sources */, + 184C47301296BC6E0006DB3E /* Service.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; |