diff options
author | Kai Sommerfeld <kai.sommerfeld@gmx.com> | 2016-12-10 13:58:28 +0100 |
---|---|---|
committer | Kai Sommerfeld <kai.sommerfeld@gmx.com> | 2016-12-16 22:00:13 +0100 |
commit | 4b7f83fda0ad5cf0c6dc819f81e1ecc9d7a41aec (patch) | |
tree | 06635d7d69c499a3c540cbda60f43c5f1360fb31 /Kodi.xcodeproj | |
parent | a657e32f6b856057d4b1864b6589f4b930e175da (diff) |
[xcode] Fix location of ContextMenus.cpp in virtual project structure, it physically is in xbmc/video, not xbmc/video/windows
Diffstat (limited to 'Kodi.xcodeproj')
-rw-r--r-- | Kodi.xcodeproj/project.pbxproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Kodi.xcodeproj/project.pbxproj b/Kodi.xcodeproj/project.pbxproj index f3f7777891..f3117f3a8e 100644 --- a/Kodi.xcodeproj/project.pbxproj +++ b/Kodi.xcodeproj/project.pbxproj @@ -3712,8 +3712,8 @@ 9A7368501C401F5F00CA169F /* DirectoryNodeInProgressTvShows.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DirectoryNodeInProgressTvShows.h; sourceTree = "<group>"; }; 9A999F1B1C67B77600E4E0D5 /* AddonBuilder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AddonBuilder.cpp; sourceTree = "<group>"; }; 9A999F1C1C67B77600E4E0D5 /* AddonBuilder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AddonBuilder.h; sourceTree = "<group>"; }; - 9AA7E3E61C972CF4000B7863 /* ContextMenus.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ContextMenus.cpp; path = ../ContextMenus.cpp; sourceTree = "<group>"; }; - 9AA7E3E71C972CF4000B7863 /* ContextMenus.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ContextMenus.h; path = ../ContextMenus.h; sourceTree = "<group>"; }; + 9AA7E3E61C972CF4000B7863 /* ContextMenus.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ContextMenus.cpp; sourceTree = "<group>"; }; + 9AA7E3E71C972CF4000B7863 /* ContextMenus.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ContextMenus.h; sourceTree = "<group>"; }; 9ABFE79F1C972D60002F1318 /* ContextMenus.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ContextMenus.cpp; sourceTree = "<group>"; }; 9ABFE7A01C972D60002F1318 /* ContextMenus.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ContextMenus.h; sourceTree = "<group>"; }; 9AC167B41C5ED478004F0C29 /* MusicFileItemListModifier.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MusicFileItemListModifier.cpp; sourceTree = "<group>"; }; @@ -6226,6 +6226,8 @@ 43FAC88812D6364800F67914 /* windows */, 7C62F24010505BC7002AD2C1 /* Bookmark.cpp */, 7C62F24110505BC7002AD2C1 /* Bookmark.h */, + 9AA7E3E61C972CF4000B7863 /* ContextMenus.cpp */, + 9AA7E3E71C972CF4000B7863 /* ContextMenus.h */, E38E17FF0D25F9FA00618676 /* GUIViewStateVideo.cpp */, E38E18000D25F9FA00618676 /* GUIViewStateVideo.h */, 7C87B2CC162CE39600EF897D /* PlayerController.cpp */, @@ -6292,8 +6294,6 @@ 43FAC88812D6364800F67914 /* windows */ = { isa = PBXGroup; children = ( - 9AA7E3E61C972CF4000B7863 /* ContextMenus.cpp */, - 9AA7E3E71C972CF4000B7863 /* ContextMenus.h */, E38E18050D25F9FA00618676 /* GUIWindowFullScreen.cpp */, E38E18060D25F9FA00618676 /* GUIWindowFullScreen.h */, E38E183B0D25F9FA00618676 /* GUIWindowVideoBase.cpp */, |