diff options
author | Memphiz <memphis@machzwo.de> | 2013-06-01 04:04:26 -0700 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2013-06-01 04:04:26 -0700 |
commit | 4097f58cc2fa1adbc526d2078c18cd06bc5f98de (patch) | |
tree | dabb3d5bb39f0abad2fcf7b616781fc42a4ae371 | |
parent | 8fb5f055e4bf22af4114b0a4eb668a268f281a4c (diff) | |
parent | bfb0f779409f6feb90f42393d33c61cd4bdeff92 (diff) |
Merge pull request #2805 from Fice/xcode_settingsmanager
[XCODE] Add missing SettingsManager.h to Xcode poject
-rw-r--r-- | XBMC.xcodeproj/project.pbxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/XBMC.xcodeproj/project.pbxproj b/XBMC.xcodeproj/project.pbxproj index 035dfe001d..a96a6a3673 100644 --- a/XBMC.xcodeproj/project.pbxproj +++ b/XBMC.xcodeproj/project.pbxproj @@ -3151,6 +3151,7 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ + 0E30286C1759FCC200D93596 /* SettingsManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SettingsManager.h; 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>"; }; @@ -8460,6 +8461,7 @@ DFECFB00172D9CAB00A43CF7 /* SettingSection.cpp */, DFECFB01172D9CAB00A43CF7 /* SettingSection.h */, DFECFB02172D9CAB00A43CF7 /* SettingsManager.cpp */, + 0E30286C1759FCC200D93596 /* SettingsManager.h */, DFECFB03172D9CAB00A43CF7 /* SettingUpdate.cpp */, DFECFB04172D9CAB00A43CF7 /* SettingUpdate.h */, DFECFB05172D9CAB00A43CF7 /* SettingVisibility.cpp */, |