aboutsummaryrefslogtreecommitdiff
path: root/Kodi.xcodeproj
diff options
context:
space:
mode:
authorSascha Montellese <sascha.montellese@gmail.com>2015-04-01 18:43:41 +0200
committerSascha Montellese <sascha.montellese@gmail.com>2015-04-01 18:43:41 +0200
commit9d9c66022eb1358c13c592180943a9f85fba5171 (patch)
treea3fd576284647a1df41b8e896907aa1ebf17946b /Kodi.xcodeproj
parentf4ad529a6a7b59eff19ca1932d283a79ac4868ff (diff)
parentd928d1969c828c24131e070336fa5f22c95b0d9c (diff)
Merge pull request #6810 from Montellese/musicdb_singles
musicdb: cleanup detection of Singles
Diffstat (limited to 'Kodi.xcodeproj')
-rw-r--r--Kodi.xcodeproj/project.pbxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/Kodi.xcodeproj/project.pbxproj b/Kodi.xcodeproj/project.pbxproj
index 5b3c9cd1eb..f27030af4f 100644
--- a/Kodi.xcodeproj/project.pbxproj
+++ b/Kodi.xcodeproj/project.pbxproj
@@ -3545,6 +3545,7 @@
38F4E56E13CCCB3B00664821 /* ThreadLocal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ThreadLocal.h; sourceTree = "<group>"; };
395897131AAD94F00033D27C /* KeyboardLayoutManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = KeyboardLayoutManager.cpp; sourceTree = "<group>"; };
395897141AAD94F00033D27C /* KeyboardLayoutManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KeyboardLayoutManager.h; sourceTree = "<group>"; };
+ 395938731AC28F5A0053A590 /* EmbeddedArt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EmbeddedArt.h; sourceTree = "<group>"; };
395C29BA1A94733100EBC7AD /* Key.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Key.cpp; sourceTree = "<group>"; };
395C29BB1A94733100EBC7AD /* Key.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Key.h; sourceTree = "<group>"; };
395C29BF1A98A0A000EBC7AD /* Webinterface.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Webinterface.cpp; sourceTree = "<group>"; };
@@ -6166,6 +6167,7 @@
880DBE4A0DC223FF00E26B71 /* Artist.h */,
5EB3113A1A978B9B00551907 /* CueInfoLoader.cpp */,
5EB3113B1A978B9B00551907 /* CueInfoLoader.h */,
+ 395938731AC28F5A0053A590 /* EmbeddedArt.h */,
E38E17FB0D25F9FA00618676 /* GUIViewStateMusic.cpp */,
E38E17FC0D25F9FA00618676 /* GUIViewStateMusic.h */,
E38E1D8F0D25F9FD00618676 /* MusicDatabase.cpp */,