diff options
author | amet <amet.nospam@gmail.com> | 2011-06-27 20:13:35 +0400 |
---|---|---|
committer | amet <amet.nospam@gmail.com> | 2011-06-27 20:13:35 +0400 |
commit | 5f44c32fd0f98b31f81f6ece49ca003acad7b213 (patch) | |
tree | ce629a51ca88f608d2ff8fcb47bd9b7f73d41750 /XBMC.xcodeproj | |
parent | 78afc2272a54cffb690c32a0c531acb8e6e9a377 (diff) |
[osx/ios/atv2] sync xcode projects
Diffstat (limited to 'XBMC.xcodeproj')
-rw-r--r-- | XBMC.xcodeproj/project.pbxproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/XBMC.xcodeproj/project.pbxproj b/XBMC.xcodeproj/project.pbxproj index 94287562df..2bfbfb31cf 100644 --- a/XBMC.xcodeproj/project.pbxproj +++ b/XBMC.xcodeproj/project.pbxproj @@ -38,6 +38,8 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ + 1830212813B8E2DC00770920 /* controledit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1830212713B8E2DC00770920 /* controledit.cpp */; }; + 1830212913B8E2DC00770920 /* controledit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1830212713B8E2DC00770920 /* controledit.cpp */; }; 183C454D130C4D55006AA317 /* xbmcvfsmodule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 189047D11301DEAB00C11012 /* xbmcvfsmodule.cpp */; settings = {COMPILER_FLAGS = "-I$XBMC_DEPENDS/include/python2.6"; }; }; 183FDF8A11AF0B0500B81E9C /* PluginSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 183FDF8811AF0B0500B81E9C /* PluginSource.cpp */; }; 183FDF8B11AF0B0500B81E9C /* PluginSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 183FDF8811AF0B0500B81E9C /* PluginSource.cpp */; }; @@ -1883,6 +1885,7 @@ /* Begin PBXFileReference section */ 09AB6884FE841BABC02AAC07 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = ../../../System/Library/Frameworks/CoreFoundation.framework; sourceTree = SDKROOT; }; + 1830212713B8E2DC00770920 /* controledit.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = controledit.cpp; sourceTree = "<group>"; }; 18308CB41303370800AA309E /* stat_utf8.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = stat_utf8.h; sourceTree = "<group>"; }; 18308CB51303370800AA309E /* stdio_utf8.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = stdio_utf8.h; sourceTree = "<group>"; }; 183FDF8811AF0B0500B81E9C /* PluginSource.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PluginSource.cpp; sourceTree = "<group>"; }; @@ -5867,6 +5870,7 @@ E38E19DE0D25F9FB00618676 /* control.h */, E38E25800D263CE000618676 /* controlbutton.cpp */, E38E25810D263CE000618676 /* controlcheckmark.cpp */, + 1830212713B8E2DC00770920 /* controledit.cpp */, E38E25820D263CE000618676 /* controlfadelabel.cpp */, E38E25830D263CE000618676 /* controlgroup.cpp */, E38E25840D263CE000618676 /* controlimage.cpp */, @@ -8040,6 +8044,7 @@ DF0DF15C13A3ADA7008ED511 /* NFSDirectory.cpp in Sources */, F558F51E13AF03AD00631E12 /* ThreadLocal.cpp in Sources */, 7C89619213B6A16F003631FE /* GUIWindowScreensaverDim.cpp in Sources */, + 1830212813B8E2DC00770920 /* controledit.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -8931,6 +8936,7 @@ F558F3D113AE663A00631E12 /* NFSDirectory.cpp in Sources */, F558F51F13AF03AD00631E12 /* ThreadLocal.cpp in Sources */, 7C89619313B6A16F003631FE /* GUIWindowScreensaverDim.cpp in Sources */, + 1830212913B8E2DC00770920 /* controledit.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; |