|
@@ -49,6 +49,10 @@
|
|
/* Begin PBXBuildFile section */
|
|
/* Begin PBXBuildFile section */
|
|
6303C43A0CF45CAE0000ECC8 /* VLCMediaListAspect.m in Sources */ = {isa = PBXBuildFile; fileRef = 6303C4390CF45CAE0000ECC8 /* VLCMediaListAspect.m */; };
|
|
6303C43A0CF45CAE0000ECC8 /* VLCMediaListAspect.m in Sources */ = {isa = PBXBuildFile; fileRef = 6303C4390CF45CAE0000ECC8 /* VLCMediaListAspect.m */; };
|
|
6303C43C0CF45CC30000ECC8 /* VLCMediaListAspect.h in Headers */ = {isa = PBXBuildFile; fileRef = 6303C43B0CF45CC30000ECC8 /* VLCMediaListAspect.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
6303C43C0CF45CC30000ECC8 /* VLCMediaListAspect.h in Headers */ = {isa = PBXBuildFile; fileRef = 6303C43B0CF45CC30000ECC8 /* VLCMediaListAspect.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
|
|
+ 632A0E850D3835C400AFC99B /* VLCStreamSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 632A0E830D3835C400AFC99B /* VLCStreamSession.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
|
|
+ 632A0E860D3835C400AFC99B /* VLCStreamSession.m in Sources */ = {isa = PBXBuildFile; fileRef = 632A0E840D3835C400AFC99B /* VLCStreamSession.m */; };
|
|
|
|
+ 632A0EC30D38392E00AFC99B /* VLCStreamOutput.h in Headers */ = {isa = PBXBuildFile; fileRef = 632A0EC10D38392E00AFC99B /* VLCStreamOutput.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
|
|
+ 632A0EC40D38392E00AFC99B /* VLCStreamOutput.m in Sources */ = {isa = PBXBuildFile; fileRef = 632A0EC20D38392E00AFC99B /* VLCStreamOutput.m */; };
|
|
6341FCAF0D2C0929002A97B7 /* VLCVideoLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 6341FCAE0D2C0929002A97B7 /* VLCVideoLayer.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
6341FCAF0D2C0929002A97B7 /* VLCVideoLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 6341FCAE0D2C0929002A97B7 /* VLCVideoLayer.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
6341FCB10D2C0936002A97B7 /* VLCVideoLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 6341FCB00D2C0936002A97B7 /* VLCVideoLayer.m */; };
|
|
6341FCB10D2C0936002A97B7 /* VLCVideoLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 6341FCB00D2C0936002A97B7 /* VLCVideoLayer.m */; };
|
|
637CFB940D2D280900A041B6 /* VLCLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 637CFB930D2D280800A041B6 /* VLCLibrary.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
637CFB940D2D280900A041B6 /* VLCLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 637CFB930D2D280800A041B6 /* VLCLibrary.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
@@ -118,6 +122,10 @@
|
|
63030CC70CCA652C0088ECD1 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xml; name = Info.plist; path = Resources/Info.plist; sourceTree = "<group>"; };
|
|
63030CC70CCA652C0088ECD1 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xml; name = Info.plist; path = Resources/Info.plist; sourceTree = "<group>"; };
|
|
6303C4390CF45CAE0000ECC8 /* VLCMediaListAspect.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCMediaListAspect.m; sourceTree = "<group>"; };
|
|
6303C4390CF45CAE0000ECC8 /* VLCMediaListAspect.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCMediaListAspect.m; sourceTree = "<group>"; };
|
|
6303C43B0CF45CC30000ECC8 /* VLCMediaListAspect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCMediaListAspect.h; path = Public/VLCMediaListAspect.h; sourceTree = "<group>"; };
|
|
6303C43B0CF45CC30000ECC8 /* VLCMediaListAspect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCMediaListAspect.h; path = Public/VLCMediaListAspect.h; sourceTree = "<group>"; };
|
|
|
|
+ 632A0E830D3835C400AFC99B /* VLCStreamSession.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCStreamSession.h; path = Public/VLCStreamSession.h; sourceTree = "<group>"; };
|
|
|
|
+ 632A0E840D3835C400AFC99B /* VLCStreamSession.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCStreamSession.m; sourceTree = "<group>"; };
|
|
|
|
+ 632A0EC10D38392E00AFC99B /* VLCStreamOutput.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCStreamOutput.h; path = Public/VLCStreamOutput.h; sourceTree = "<group>"; };
|
|
|
|
+ 632A0EC20D38392E00AFC99B /* VLCStreamOutput.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCStreamOutput.m; sourceTree = "<group>"; };
|
|
6341FCAE0D2C0929002A97B7 /* VLCVideoLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCVideoLayer.h; path = Public/VLCVideoLayer.h; sourceTree = "<group>"; };
|
|
6341FCAE0D2C0929002A97B7 /* VLCVideoLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCVideoLayer.h; path = Public/VLCVideoLayer.h; sourceTree = "<group>"; };
|
|
6341FCB00D2C0936002A97B7 /* VLCVideoLayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCVideoLayer.m; sourceTree = "<group>"; };
|
|
6341FCB00D2C0936002A97B7 /* VLCVideoLayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCVideoLayer.m; sourceTree = "<group>"; };
|
|
637CFB930D2D280800A041B6 /* VLCLibrary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCLibrary.h; path = Public/VLCLibrary.h; sourceTree = "<group>"; };
|
|
637CFB930D2D280800A041B6 /* VLCLibrary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCLibrary.h; path = Public/VLCLibrary.h; sourceTree = "<group>"; };
|
|
@@ -219,6 +227,7 @@
|
|
EF78BD450CAEEFF600354E6E /* VLCVideoView.m */,
|
|
EF78BD450CAEEFF600354E6E /* VLCVideoView.m */,
|
|
EF78BD440CAEEFF600354E6E /* VLCTime.m */,
|
|
EF78BD440CAEEFF600354E6E /* VLCTime.m */,
|
|
EF73118F0CB5797B009473B4 /* VLCAudio.m */,
|
|
EF73118F0CB5797B009473B4 /* VLCAudio.m */,
|
|
|
|
+ 632A0F7B0D38F78500AFC99B /* Stream */,
|
|
);
|
|
);
|
|
path = Sources;
|
|
path = Sources;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
@@ -250,6 +259,24 @@
|
|
name = "Other Sources";
|
|
name = "Other Sources";
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
};
|
|
};
|
|
|
|
+ 632A0F7B0D38F78500AFC99B /* Stream */ = {
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
+ children = (
|
|
|
|
+ 632A0EC20D38392E00AFC99B /* VLCStreamOutput.m */,
|
|
|
|
+ 632A0E840D3835C400AFC99B /* VLCStreamSession.m */,
|
|
|
|
+ );
|
|
|
|
+ name = Stream;
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
+ };
|
|
|
|
+ 632A0F7C0D38F79200AFC99B /* Stream */ = {
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
+ children = (
|
|
|
|
+ 632A0E830D3835C400AFC99B /* VLCStreamSession.h */,
|
|
|
|
+ 632A0EC10D38392E00AFC99B /* VLCStreamOutput.h */,
|
|
|
|
+ );
|
|
|
|
+ name = Stream;
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
+ };
|
|
637CFB960D2D281900A041B6 /* Internal */ = {
|
|
637CFB960D2D281900A041B6 /* Internal */ = {
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
children = (
|
|
children = (
|
|
@@ -283,6 +310,7 @@
|
|
EF78BD1A0CAEEEE700354E6E /* VLCVideoView.h */,
|
|
EF78BD1A0CAEEEE700354E6E /* VLCVideoView.h */,
|
|
EF78BD190CAEEEE700354E6E /* VLCTime.h */,
|
|
EF78BD190CAEEEE700354E6E /* VLCTime.h */,
|
|
EF73118E0CB5797B009473B4 /* VLCAudio.h */,
|
|
EF73118E0CB5797B009473B4 /* VLCAudio.h */,
|
|
|
|
+ 632A0F7C0D38F79200AFC99B /* Stream */,
|
|
);
|
|
);
|
|
path = Headers;
|
|
path = Headers;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
@@ -309,6 +337,8 @@
|
|
6341FCAF0D2C0929002A97B7 /* VLCVideoLayer.h in Headers */,
|
|
6341FCAF0D2C0929002A97B7 /* VLCVideoLayer.h in Headers */,
|
|
637CFB940D2D280900A041B6 /* VLCLibrary.h in Headers */,
|
|
637CFB940D2D280900A041B6 /* VLCLibrary.h in Headers */,
|
|
A7A0CEA40D2EF13000F2C039 /* VLCVideoCommon.h in Headers */,
|
|
A7A0CEA40D2EF13000F2C039 /* VLCVideoCommon.h in Headers */,
|
|
|
|
+ 632A0E850D3835C400AFC99B /* VLCStreamSession.h in Headers */,
|
|
|
|
+ 632A0EC30D38392E00AFC99B /* VLCStreamOutput.h in Headers */,
|
|
);
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
};
|
|
@@ -467,6 +497,8 @@
|
|
637D5ADC0CF6F2720073EA45 /* VLCMediaDiscoverer.m in Sources */,
|
|
637D5ADC0CF6F2720073EA45 /* VLCMediaDiscoverer.m in Sources */,
|
|
6341FCB10D2C0936002A97B7 /* VLCVideoLayer.m in Sources */,
|
|
6341FCB10D2C0936002A97B7 /* VLCVideoLayer.m in Sources */,
|
|
A7A0CEA50D2EF13000F2C039 /* VLCVideoCommon.m in Sources */,
|
|
A7A0CEA50D2EF13000F2C039 /* VLCVideoCommon.m in Sources */,
|
|
|
|
+ 632A0E860D3835C400AFC99B /* VLCStreamSession.m in Sources */,
|
|
|
|
+ 632A0EC40D38392E00AFC99B /* VLCStreamOutput.m in Sources */,
|
|
);
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
};
|