aboutsummaryrefslogtreecommitdiff
path: root/Kodi.xcodeproj
diff options
context:
space:
mode:
Diffstat (limited to 'Kodi.xcodeproj')
-rw-r--r--Kodi.xcodeproj/project.pbxproj18
1 files changed, 15 insertions, 3 deletions
diff --git a/Kodi.xcodeproj/project.pbxproj b/Kodi.xcodeproj/project.pbxproj
index 509f785904..a29fbe5a81 100644
--- a/Kodi.xcodeproj/project.pbxproj
+++ b/Kodi.xcodeproj/project.pbxproj
@@ -290,7 +290,10 @@
5558ED10176396CD00118C35 /* StereoscopicsManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5558ED0E176396CD00118C35 /* StereoscopicsManager.cpp */; };
55611BA31766672F00754072 /* RenderFlags.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 55611BA21766672F00754072 /* RenderFlags.cpp */; };
55D3604E1826CAB900DA66D2 /* OverlayRendererGUI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 55D3604C1826CAB900DA66D2 /* OverlayRendererGUI.cpp */; };
+ 5EB3113C1A978B9B00551907 /* CueInfoLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5EB3113A1A978B9B00551907 /* CueInfoLoader.cpp */; };
5EE4F9161A9FF0F7002E20F8 /* ReplayGain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5EF800FE1A97892A0035AA4D /* ReplayGain.cpp */; };
+ 5EE4F9171A9FF2AE002E20F8 /* CueInfoLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5EB3113A1A978B9B00551907 /* CueInfoLoader.cpp */; };
+ 5EE4F9181A9FF36F002E20F8 /* CueInfoLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5EB3113A1A978B9B00551907 /* CueInfoLoader.cpp */; };
5EF801001A97892A0035AA4D /* ReplayGain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5EF800FE1A97892A0035AA4D /* ReplayGain.cpp */; };
7C0B98A4154B79C30065A238 /* AEDeviceInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C0B98A1154B79C30065A238 /* AEDeviceInfo.cpp */; };
7C140989183224B8009F9411 /* ISetting.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C14096F183224B8009F9411 /* ISetting.cpp */; };
@@ -1017,6 +1020,7 @@
DFECFB0E172D9CAB00A43CF7 /* SettingPath.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFECFAFE172D9CAB00A43CF7 /* SettingPath.cpp */; };
DFECFB1C172D9D0100A43CF7 /* BooleanLogic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFECFB1A172D9D0100A43CF7 /* BooleanLogic.cpp */; };
DFECFB4C172D9D6D00A43CF7 /* NetworkServices.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFECFB4A172D9D6D00A43CF7 /* NetworkServices.cpp */; };
+ DFED5AC71AB23388001F080D /* ReplayGain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5EF800FE1A97892A0035AA4D /* ReplayGain.cpp */; };
DFEF0BAC180ADE6400AEAED1 /* FileItemListModification.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFEF0BA9180ADE6400AEAED1 /* FileItemListModification.cpp */; };
DFEF0BAD180ADE6400AEAED1 /* FileItemListModification.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFEF0BA9180ADE6400AEAED1 /* FileItemListModification.cpp */; };
DFEF0BAE180ADE6400AEAED1 /* FileItemListModification.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFEF0BA9180ADE6400AEAED1 /* FileItemListModification.cpp */; };
@@ -3759,6 +3763,8 @@
55611BA41766679200754072 /* RenderFlags.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RenderFlags.h; sourceTree = "<group>"; };
55D3604C1826CAB900DA66D2 /* OverlayRendererGUI.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OverlayRendererGUI.cpp; sourceTree = "<group>"; };
55D3604D1826CAB900DA66D2 /* OverlayRendererGUI.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OverlayRendererGUI.h; sourceTree = "<group>"; };
+ 5EB3113A1A978B9B00551907 /* CueInfoLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CueInfoLoader.cpp; sourceTree = "<group>"; };
+ 5EB3113B1A978B9B00551907 /* CueInfoLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CueInfoLoader.h; sourceTree = "<group>"; };
5EF800FE1A97892A0035AA4D /* ReplayGain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ReplayGain.cpp; sourceTree = "<group>"; };
5EF800FF1A97892A0035AA4D /* ReplayGain.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ReplayGain.h; sourceTree = "<group>"; };
6E2FACD20E26E92800DF79EA /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
@@ -5594,7 +5600,7 @@
E46F7C2B0F77219700C25D29 /* ZeroconfOSX.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZeroconfOSX.h; sourceTree = "<group>"; };
E46F7C2C0F77219700C25D29 /* ZeroconfOSX.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ZeroconfOSX.cpp; sourceTree = "<group>"; };
E47252BF175115F9001C1AAA /* Codesign.command */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = Codesign.command; sourceTree = "<group>"; };
- E4991089174D0D2600741B6D /* .app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; name = .app; path = Kodi.app; sourceTree = BUILT_PRODUCTS_DIR; };
+ E4991089174D0D2600741B6D /* Kodi.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Kodi.app; sourceTree = BUILT_PRODUCTS_DIR; };
E499108B174D0D2600741B6D /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; };
E499108D174D0D2600741B6D /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; };
E499108F174D0D2600741B6D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = Library/Frameworks/CoreGraphics.framework; sourceTree = DEVELOPER_DIR; };
@@ -6351,6 +6357,8 @@
880DBE490DC223FF00E26B71 /* Album.h */,
E36C29DB0DA72429001F0C9D /* Artist.cpp */,
880DBE4A0DC223FF00E26B71 /* Artist.h */,
+ 5EB3113A1A978B9B00551907 /* CueInfoLoader.cpp */,
+ 5EB3113B1A978B9B00551907 /* CueInfoLoader.h */,
E38E17FB0D25F9FA00618676 /* GUIViewStateMusic.cpp */,
E38E17FC0D25F9FA00618676 /* GUIViewStateMusic.h */,
E38E1D8F0D25F9FD00618676 /* MusicDatabase.cpp */,
@@ -6465,7 +6473,7 @@
isa = PBXGroup;
children = (
8DD76F7E0486A8DE00D96B5E /* Kodi */,
- E4991089174D0D2600741B6D /* .app */,
+ E4991089174D0D2600741B6D /* Kodi.app */,
DFFC52CB17527B3100C937AB /* Kodi.frappliance */,
);
name = Products;
@@ -10082,7 +10090,7 @@
);
name = "Kodi-iOS";
productName = "Kodi-iOS";
- productReference = E4991089174D0D2600741B6D /* .app */;
+ productReference = E4991089174D0D2600741B6D /* Kodi.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
@@ -10991,6 +10999,7 @@
18B7C8E912942603009E7A26 /* Crc32.cpp in Sources */,
18B7C8EE12942613009E7A26 /* URIUtils.cpp in Sources */,
18B7C8F31294261F009E7A26 /* StringUtils.cpp in Sources */,
+ 5EB3113C1A978B9B00551907 /* CueInfoLoader.cpp in Sources */,
18B7C8FB12942718009E7A26 /* GUIDialogAddonSettings.cpp in Sources */,
18B7C90012942761009E7A26 /* GUIDialogAudioSubtitleSettings.cpp in Sources */,
18B7C911129427A6009E7A26 /* GUIDialogVideoSettings.cpp in Sources */,
@@ -11472,6 +11481,7 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
+ 5EE4F9171A9FF2AE002E20F8 /* CueInfoLoader.cpp in Sources */,
5EE4F9161A9FF0F7002E20F8 /* ReplayGain.cpp in Sources */,
DFF0F0EF17528350002DA3A4 /* archive.cpp in Sources */,
DFF0F0F017528350002DA3A4 /* arcread.cpp in Sources */,
@@ -12897,6 +12907,7 @@
E49912C4174E5DA000741B6D /* DirectoryNodeMoviesOverview.cpp in Sources */,
E49912C5174E5DA000741B6D /* DirectoryNodeMusicVideosOverview.cpp in Sources */,
E49912C6174E5DA000741B6D /* DirectoryNodeOverview.cpp in Sources */,
+ DFED5AC71AB23388001F080D /* ReplayGain.cpp in Sources */,
E49912C7174E5DA000741B6D /* DirectoryNodeRecentlyAddedEpisodes.cpp in Sources */,
E49912C8174E5DA000741B6D /* DirectoryNodeRecentlyAddedMovies.cpp in Sources */,
E49912C9174E5DA000741B6D /* DirectoryNodeRecentlyAddedMusicVideos.cpp in Sources */,
@@ -13320,6 +13331,7 @@
E4991484174E606500741B6D /* GUIDialogFileStacking.cpp in Sources */,
E4991485174E606500741B6D /* GUIDialogFullScreenInfo.cpp in Sources */,
E4991486174E606500741B6D /* GUIDialogTeletext.cpp in Sources */,
+ 5EE4F9181A9FF36F002E20F8 /* CueInfoLoader.cpp in Sources */,
E4991487174E606500741B6D /* GUIDialogVideoBookmarks.cpp in Sources */,
E4991488174E606500741B6D /* GUIDialogVideoInfo.cpp in Sources */,
E4991489174E606500741B6D /* GUIDialogVideoOSD.cpp in Sources */,