aboutsummaryrefslogtreecommitdiff
path: root/XBMC.xcodeproj
diff options
context:
space:
mode:
authorametovic <ametovic@svn>2010-05-27 20:24:26 +0000
committerametovic <ametovic@svn>2010-05-27 20:24:26 +0000
commitd3a1bdb0b44a07318a35e82c840f824df0cebaf0 (patch)
tree4d7e8884cf6fe24209397f332cf892eb26fb28d4 /XBMC.xcodeproj
parentc921ec1f6223e62baa799377dd424efac8f57993 (diff)
[osx] sync xcode project
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30607 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'XBMC.xcodeproj')
-rw-r--r--XBMC.xcodeproj/project.pbxproj8
1 files changed, 8 insertions, 0 deletions
diff --git a/XBMC.xcodeproj/project.pbxproj b/XBMC.xcodeproj/project.pbxproj
index 345987e767..420dbd9ce3 100644
--- a/XBMC.xcodeproj/project.pbxproj
+++ b/XBMC.xcodeproj/project.pbxproj
@@ -38,6 +38,8 @@
/* End PBXAggregateTarget section */
/* 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 */; };
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 */; };
@@ -1906,6 +1908,8 @@
/* Begin PBXFileReference section */
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>"; };
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>"; };
@@ -4067,6 +4071,8 @@
children = (
C85EB75A1174614E0008E5A5 /* Repository.cpp */,
C85EB75B1174614E0008E5A5 /* Repository.h */,
+ 183FDF8811AF0B0500B81E9C /* PluginSource.cpp */,
+ 183FDF8911AF0B0500B81E9C /* PluginSource.h */,
18B49FF11152BFA5001AF8A6 /* Addon.cpp */,
18B49FF21152BFA5001AF8A6 /* Addon.h */,
18B49FF31152BFA5001AF8A6 /* AddonDll.h */,
@@ -8203,6 +8209,7 @@
F50FDC5A119B4B2C00C8B8CD /* GUIDialogTextViewer.cpp in Sources */,
F50FE04A11A3410300C8B8CD /* EncoderFlac.cpp in Sources */,
F50FE04E11A3411A00C8B8CD /* EncoderFFmpeg.cpp in Sources */,
+ 183FDF8A11AF0B0500B81E9C /* PluginSource.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -9076,6 +9083,7 @@
F50FDC5B119B4B2C00C8B8CD /* GUIDialogTextViewer.cpp in Sources */,
F50FE04B11A3410300C8B8CD /* EncoderFlac.cpp in Sources */,
F50FE04F11A3411B00C8B8CD /* EncoderFFmpeg.cpp in Sources */,
+ 183FDF8B11AF0B0500B81E9C /* PluginSource.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};