aboutsummaryrefslogtreecommitdiff
path: root/Kodi.xcodeproj
diff options
context:
space:
mode:
authorKai Sommerfeld <kai.sommerfeld@gmx.com>2016-07-06 13:51:20 +0200
committerKai Sommerfeld <kai.sommerfeld@gmx.com>2016-07-06 19:33:12 +0200
commit53eb29ddcc5c533b6ee932b98790eae27535dcd5 (patch)
tree90b1c9691d57331ff9d5644bc5ff9d65cea73d50 /Kodi.xcodeproj
parent97dc7816c0ed8060a32f9bd73bff8276fd26ec75 (diff)
[json-rpc] Add types.json and version.txt to Xcode project.
Diffstat (limited to 'Kodi.xcodeproj')
-rw-r--r--Kodi.xcodeproj/project.pbxproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/Kodi.xcodeproj/project.pbxproj b/Kodi.xcodeproj/project.pbxproj
index e733c3f034..d5c382e791 100644
--- a/Kodi.xcodeproj/project.pbxproj
+++ b/Kodi.xcodeproj/project.pbxproj
@@ -2567,6 +2567,8 @@
1DE0443415828F4B005DDB4D /* Exception.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Exception.h; path = commons/Exception.h; sourceTree = "<group>"; };
228FA65B1C53F9D50023BBF0 /* InfoScanner.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InfoScanner.h; sourceTree = "<group>"; };
228FA65C1C53F9D50023BBF0 /* InfoScanner.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = InfoScanner.cpp; sourceTree = "<group>"; };
+ 2A45E7A71D2D042B000E49FA /* types.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = types.json; path = schema/types.json; sourceTree = "<group>"; };
+ 2A45E7A81D2D042B000E49FA /* version.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = version.txt; path = schema/version.txt; sourceTree = "<group>"; };
2A4AAD251CEBC2060057AD44 /* DVDDemuxVobsub.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDDemuxVobsub.h; sourceTree = "<group>"; };
2A4AAD261CEBC2130057AD44 /* DVDFactoryDemuxer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDFactoryDemuxer.h; sourceTree = "<group>"; };
2A4AAD281CEBC64A0057AD44 /* GUIInfoLabels.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIInfoLabels.h; sourceTree = "<group>"; };
@@ -6306,6 +6308,8 @@
isa = PBXGroup;
children = (
7C7A40361C240D60006D95A0 /* methods.json */,
+ 2A45E7A71D2D042B000E49FA /* types.json */,
+ 2A45E7A81D2D042B000E49FA /* version.txt */,
);
name = schema;
sourceTree = "<group>";