Quellcode durchsuchen

Project cleanup

Move macros from pch file
Remove stale file reference in project
Remove old test project
Mike JS. Choi vor 7 Jahren
Ursprung
Commit
13fc2d3ae5

+ 23 - 0
Headers/Internal/macros.h

@@ -0,0 +1,23 @@
+#ifndef macros_h
+#define macros_h
+
+#ifndef NDEBUG
+#    define VKLog(format, ...) NSLog(format, ## __VA_ARGS__)
+#else
+#    define VKLog(format, ...)
+#endif
+
+#ifndef N_
+#    define N_(str) gettext_noop(str)
+#    define gettext_noop(str) (str)
+#endif
+
+#ifndef NS_DESIGNATED_INITIALIZER
+#if __has_attribute(objc_designated_initializer)
+#    define NS_DESIGNATED_INITIALIZER __attribute((objc_designated_initializer))
+#else
+#    define NS_DESIGNATED_INITIALIZER
+#endif
+#endif
+
+#endif

+ 2 - 6
Headers/PCH/MobilePrefix.pch

@@ -6,11 +6,7 @@
     #import <Foundation/Foundation.h>
     #import <UIKit/UIKit.h>
 #endif
+
 #import <vlc/vlc.h>
 #import "VLCHelperCode.h"
-
-#ifndef NDEBUG
-#define VKLog(format, ...) NSLog(format, ## __VA_ARGS__)
-#else
-#define VKLog(format, ...)
-#endif
+#import "macros.h"

+ 2 - 21
Headers/PCH/Prefix.pch

@@ -2,34 +2,15 @@
 // Prefix header for all source files of the 'VLC' target in the 'VLC' project.
 //
 
-
 #ifdef __OBJC__
 #  import <Cocoa/Cocoa.h>
 #  import "VLCHelperCode.h"
 #endif
 
 #ifdef HAVE_CONFIG_H
-# include "config.h"
+#   include "config.h"
 #endif
 
 #include <vlc/vlc.h>
 #include <vlc/libvlc.h>
-
-#ifndef NDEBUG
-#define VKLog(format, ...) NSLog(format, ## __VA_ARGS__)
-#else
-#define VKLog(format, ...)
-#endif
-
-#ifndef N_
-#define N_(str) gettext_noop(str)
-#define gettext_noop(str) (str)
-#endif
-
-#ifndef NS_DESIGNATED_INITIALIZER
-#if __has_attribute(objc_designated_initializer)
-#define NS_DESIGNATED_INITIALIZER __attribute((objc_designated_initializer))
-#else
-#define NS_DESIGNATED_INITIALIZER
-#endif
-#endif
+#include "macros.h"

+ 2 - 0
MobileVLCKit.xcodeproj/project.pbxproj

@@ -421,6 +421,7 @@
 		AACBBE490F95108600F1A2B1 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
 		CA0301CB20ADFD2500452BB8 /* MobileVLCKitTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MobileVLCKitTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
 		CA0301CF20ADFD2500452BB8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
+		CA08590420F7184A00B3AB69 /* macros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = macros.h; path = Headers/Internal/macros.h; sourceTree = "<group>"; };
 		CA978D1E20B89F4B00F7E768 /* MobileVLCKitTests-Bridging-Header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "MobileVLCKitTests-Bridging-Header.h"; sourceTree = "<group>"; };
 		CAA03D0720C8DCDA001764DA /* TVVLCKitTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TVVLCKitTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
 		CAA03D1620C8DE4D001764DA /* libbz2.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libbz2.tbd; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS11.4.sdk/usr/lib/libbz2.tbd; sourceTree = DEVELOPER_DIR; };
@@ -642,6 +643,7 @@
 		32C88DFF0371C24200C91783 /* Other Sources */ = {
 			isa = PBXGroup;
 			children = (
+				CA08590420F7184A00B3AB69 /* macros.h */,
 				7D1329791BA3074100BE647E /* vlc-plugins-iPhone.xcconfig */,
 				AA747D9E0F9514B9006C5449 /* MobilePrefix.pch */,
 				7D1329751BA305D600BE647E /* vlc-plugins-AppleTV.xcconfig */,

+ 0 - 532
Tests/iOS/VLCMediaTests/VLCMediaTests.xcodeproj/project.pbxproj

@@ -1,532 +0,0 @@
-// !$*UTF8*$!
-{
-	archiveVersion = 1;
-	classes = {
-	};
-	objectVersion = 48;
-	objects = {
-
-/* Begin PBXBuildFile section */
-		7D732C321FE97DD00040AF8D /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D732C311FE97DD00040AF8D /* AppDelegate.m */; };
-		7D732C351FE97DD00040AF8D /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D732C341FE97DD00040AF8D /* ViewController.m */; };
-		7D732C381FE97DD00040AF8D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7D732C361FE97DD00040AF8D /* Main.storyboard */; };
-		7D732C3A1FE97DD00040AF8D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7D732C391FE97DD00040AF8D /* Assets.xcassets */; };
-		7D732C3D1FE97DD00040AF8D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7D732C3B1FE97DD00040AF8D /* LaunchScreen.storyboard */; };
-		7D732C401FE97DD00040AF8D /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D732C3F1FE97DD00040AF8D /* main.m */; };
-		7D732C4A1FE97DD10040AF8D /* VLCMediaTestsTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D732C491FE97DD10040AF8D /* VLCMediaTestsTests.m */; };
-		7DD0CABC1FE97F6300D4BE65 /* libMobileVLCKit.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7DD0CABD1FE97F6300D4BE65 /* libMobileVLCKit.a */; };
-		7DD0CABF1FE980E200D4BE65 /* CoreImage.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7DD0CABE1FE980E200D4BE65 /* CoreImage.framework */; };
-		7DD0CAC11FE980EA00D4BE65 /* CoreVideo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7DD0CAC01FE980EA00D4BE65 /* CoreVideo.framework */; };
-		7DD0CAC31FE980F000D4BE65 /* CoreMedia.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7DD0CAC21FE980F000D4BE65 /* CoreMedia.framework */; };
-		7DD0CAC51FE980F400D4BE65 /* VideoToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7DD0CAC41FE980F400D4BE65 /* VideoToolbox.framework */; };
-		7DD0CAC71FE980F900D4BE65 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7DD0CAC61FE980F900D4BE65 /* Security.framework */; };
-		7DD0CAC91FE980FE00D4BE65 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7DD0CAC81FE980FE00D4BE65 /* AVFoundation.framework */; };
-		7DD0CACB1FE9810300D4BE65 /* MediaPlayer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7DD0CACA1FE9810300D4BE65 /* MediaPlayer.framework */; };
-		7DD0CACD1FE9810800D4BE65 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7DD0CACC1FE9810800D4BE65 /* CoreGraphics.framework */; };
-		7DD0CACF1FE9810C00D4BE65 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7DD0CACE1FE9810C00D4BE65 /* QuartzCore.framework */; };
-		7DD0CAD11FE9811200D4BE65 /* CoreText.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7DD0CAD01FE9811200D4BE65 /* CoreText.framework */; };
-		7DD0CAD31FE9811700D4BE65 /* libiconv.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 7DD0CAD21FE9811700D4BE65 /* libiconv.tbd */; };
-		7DD0CAD51FE9811B00D4BE65 /* libbz2.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 7DD0CAD41FE9811B00D4BE65 /* libbz2.tbd */; };
-		7DD0CAD71FE9812000D4BE65 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7DD0CAD61FE9812000D4BE65 /* CFNetwork.framework */; };
-		7DD0CAD91FE9812600D4BE65 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7DD0CAD81FE9812600D4BE65 /* OpenGLES.framework */; };
-		7DD0CADB1FE9813200D4BE65 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7DD0CADA1FE9813200D4BE65 /* AudioToolbox.framework */; };
-		7DD0CADD1FE9814300D4BE65 /* libc++.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 7DD0CADC1FE9814300D4BE65 /* libc++.tbd */; };
-/* End PBXBuildFile section */
-
-/* Begin PBXContainerItemProxy section */
-		7D732C461FE97DD10040AF8D /* PBXContainerItemProxy */ = {
-			isa = PBXContainerItemProxy;
-			containerPortal = 7D732C251FE97DD00040AF8D /* Project object */;
-			proxyType = 1;
-			remoteGlobalIDString = 7D732C2C1FE97DD00040AF8D;
-			remoteInfo = VLCMediaTests;
-		};
-/* End PBXContainerItemProxy section */
-
-/* Begin PBXFileReference section */
-		7D732C2D1FE97DD00040AF8D /* VLCMediaTests.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = VLCMediaTests.app; sourceTree = BUILT_PRODUCTS_DIR; };
-		7D732C301FE97DD00040AF8D /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
-		7D732C311FE97DD00040AF8D /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
-		7D732C331FE97DD00040AF8D /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
-		7D732C341FE97DD00040AF8D /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
-		7D732C371FE97DD00040AF8D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
-		7D732C391FE97DD00040AF8D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
-		7D732C3C1FE97DD00040AF8D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
-		7D732C3E1FE97DD00040AF8D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
-		7D732C3F1FE97DD00040AF8D /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
-		7D732C451FE97DD10040AF8D /* VLCMediaTestsTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = VLCMediaTestsTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
-		7D732C491FE97DD10040AF8D /* VLCMediaTestsTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VLCMediaTestsTests.m; sourceTree = "<group>"; };
-		7D732C4B1FE97DD10040AF8D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
-		7DD0CABD1FE97F6300D4BE65 /* libMobileVLCKit.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libMobileVLCKit.a; sourceTree = BUILT_PRODUCTS_DIR; };
-		7DD0CABE1FE980E200D4BE65 /* CoreImage.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreImage.framework; path = System/Library/Frameworks/CoreImage.framework; sourceTree = SDKROOT; };
-		7DD0CAC01FE980EA00D4BE65 /* CoreVideo.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreVideo.framework; path = System/Library/Frameworks/CoreVideo.framework; sourceTree = SDKROOT; };
-		7DD0CAC21FE980F000D4BE65 /* CoreMedia.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMedia.framework; path = System/Library/Frameworks/CoreMedia.framework; sourceTree = SDKROOT; };
-		7DD0CAC41FE980F400D4BE65 /* VideoToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = VideoToolbox.framework; path = System/Library/Frameworks/VideoToolbox.framework; sourceTree = SDKROOT; };
-		7DD0CAC61FE980F900D4BE65 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; };
-		7DD0CAC81FE980FE00D4BE65 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
-		7DD0CACA1FE9810300D4BE65 /* MediaPlayer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MediaPlayer.framework; path = System/Library/Frameworks/MediaPlayer.framework; sourceTree = SDKROOT; };
-		7DD0CACC1FE9810800D4BE65 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
-		7DD0CACE1FE9810C00D4BE65 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
-		7DD0CAD01FE9811200D4BE65 /* CoreText.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreText.framework; path = System/Library/Frameworks/CoreText.framework; sourceTree = SDKROOT; };
-		7DD0CAD21FE9811700D4BE65 /* libiconv.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libiconv.tbd; path = usr/lib/libiconv.tbd; sourceTree = SDKROOT; };
-		7DD0CAD41FE9811B00D4BE65 /* libbz2.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libbz2.tbd; path = usr/lib/libbz2.tbd; sourceTree = SDKROOT; };
-		7DD0CAD61FE9812000D4BE65 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; };
-		7DD0CAD81FE9812600D4BE65 /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
-		7DD0CADA1FE9813200D4BE65 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
-		7DD0CADC1FE9814300D4BE65 /* libc++.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = "libc++.tbd"; path = "usr/lib/libc++.tbd"; sourceTree = SDKROOT; };
-/* End PBXFileReference section */
-
-/* Begin PBXFrameworksBuildPhase section */
-		7D732C2A1FE97DD00040AF8D /* Frameworks */ = {
-			isa = PBXFrameworksBuildPhase;
-			buildActionMask = 2147483647;
-			files = (
-				7DD0CADD1FE9814300D4BE65 /* libc++.tbd in Frameworks */,
-				7DD0CADB1FE9813200D4BE65 /* AudioToolbox.framework in Frameworks */,
-				7DD0CAD91FE9812600D4BE65 /* OpenGLES.framework in Frameworks */,
-				7DD0CAD71FE9812000D4BE65 /* CFNetwork.framework in Frameworks */,
-				7DD0CAD51FE9811B00D4BE65 /* libbz2.tbd in Frameworks */,
-				7DD0CAD31FE9811700D4BE65 /* libiconv.tbd in Frameworks */,
-				7DD0CAD11FE9811200D4BE65 /* CoreText.framework in Frameworks */,
-				7DD0CACF1FE9810C00D4BE65 /* QuartzCore.framework in Frameworks */,
-				7DD0CACD1FE9810800D4BE65 /* CoreGraphics.framework in Frameworks */,
-				7DD0CACB1FE9810300D4BE65 /* MediaPlayer.framework in Frameworks */,
-				7DD0CAC91FE980FE00D4BE65 /* AVFoundation.framework in Frameworks */,
-				7DD0CAC71FE980F900D4BE65 /* Security.framework in Frameworks */,
-				7DD0CAC51FE980F400D4BE65 /* VideoToolbox.framework in Frameworks */,
-				7DD0CAC31FE980F000D4BE65 /* CoreMedia.framework in Frameworks */,
-				7DD0CAC11FE980EA00D4BE65 /* CoreVideo.framework in Frameworks */,
-				7DD0CABF1FE980E200D4BE65 /* CoreImage.framework in Frameworks */,
-				7DD0CABC1FE97F6300D4BE65 /* libMobileVLCKit.a in Frameworks */,
-			);
-			runOnlyForDeploymentPostprocessing = 0;
-		};
-		7D732C421FE97DD10040AF8D /* Frameworks */ = {
-			isa = PBXFrameworksBuildPhase;
-			buildActionMask = 2147483647;
-			files = (
-			);
-			runOnlyForDeploymentPostprocessing = 0;
-		};
-/* End PBXFrameworksBuildPhase section */
-
-/* Begin PBXGroup section */
-		7D732C241FE97DD00040AF8D = {
-			isa = PBXGroup;
-			children = (
-				7D732C2F1FE97DD00040AF8D /* VLCMediaTests */,
-				7D732C481FE97DD10040AF8D /* VLCMediaTestsTests */,
-				7D732C2E1FE97DD00040AF8D /* Products */,
-				7D732C541FE97E0E0040AF8D /* Frameworks */,
-			);
-			sourceTree = "<group>";
-		};
-		7D732C2E1FE97DD00040AF8D /* Products */ = {
-			isa = PBXGroup;
-			children = (
-				7D732C2D1FE97DD00040AF8D /* VLCMediaTests.app */,
-				7D732C451FE97DD10040AF8D /* VLCMediaTestsTests.xctest */,
-			);
-			name = Products;
-			sourceTree = "<group>";
-		};
-		7D732C2F1FE97DD00040AF8D /* VLCMediaTests */ = {
-			isa = PBXGroup;
-			children = (
-				7D732C301FE97DD00040AF8D /* AppDelegate.h */,
-				7D732C311FE97DD00040AF8D /* AppDelegate.m */,
-				7D732C331FE97DD00040AF8D /* ViewController.h */,
-				7D732C341FE97DD00040AF8D /* ViewController.m */,
-				7D732C361FE97DD00040AF8D /* Main.storyboard */,
-				7D732C391FE97DD00040AF8D /* Assets.xcassets */,
-				7D732C3B1FE97DD00040AF8D /* LaunchScreen.storyboard */,
-				7D732C3E1FE97DD00040AF8D /* Info.plist */,
-				7D732C3F1FE97DD00040AF8D /* main.m */,
-			);
-			path = VLCMediaTests;
-			sourceTree = "<group>";
-		};
-		7D732C481FE97DD10040AF8D /* VLCMediaTestsTests */ = {
-			isa = PBXGroup;
-			children = (
-				7D732C491FE97DD10040AF8D /* VLCMediaTestsTests.m */,
-				7D732C4B1FE97DD10040AF8D /* Info.plist */,
-			);
-			path = VLCMediaTestsTests;
-			sourceTree = "<group>";
-		};
-		7D732C541FE97E0E0040AF8D /* Frameworks */ = {
-			isa = PBXGroup;
-			children = (
-				7DD0CADC1FE9814300D4BE65 /* libc++.tbd */,
-				7DD0CADA1FE9813200D4BE65 /* AudioToolbox.framework */,
-				7DD0CAD81FE9812600D4BE65 /* OpenGLES.framework */,
-				7DD0CAD61FE9812000D4BE65 /* CFNetwork.framework */,
-				7DD0CAD41FE9811B00D4BE65 /* libbz2.tbd */,
-				7DD0CAD21FE9811700D4BE65 /* libiconv.tbd */,
-				7DD0CAD01FE9811200D4BE65 /* CoreText.framework */,
-				7DD0CACE1FE9810C00D4BE65 /* QuartzCore.framework */,
-				7DD0CACC1FE9810800D4BE65 /* CoreGraphics.framework */,
-				7DD0CACA1FE9810300D4BE65 /* MediaPlayer.framework */,
-				7DD0CAC81FE980FE00D4BE65 /* AVFoundation.framework */,
-				7DD0CAC61FE980F900D4BE65 /* Security.framework */,
-				7DD0CAC41FE980F400D4BE65 /* VideoToolbox.framework */,
-				7DD0CAC21FE980F000D4BE65 /* CoreMedia.framework */,
-				7DD0CAC01FE980EA00D4BE65 /* CoreVideo.framework */,
-				7DD0CABE1FE980E200D4BE65 /* CoreImage.framework */,
-				7DD0CABD1FE97F6300D4BE65 /* libMobileVLCKit.a */,
-			);
-			name = Frameworks;
-			sourceTree = "<group>";
-		};
-/* End PBXGroup section */
-
-/* Begin PBXNativeTarget section */
-		7D732C2C1FE97DD00040AF8D /* VLCMediaTests */ = {
-			isa = PBXNativeTarget;
-			buildConfigurationList = 7D732C4E1FE97DD10040AF8D /* Build configuration list for PBXNativeTarget "VLCMediaTests" */;
-			buildPhases = (
-				7D732C291FE97DD00040AF8D /* Sources */,
-				7D732C2A1FE97DD00040AF8D /* Frameworks */,
-				7D732C2B1FE97DD00040AF8D /* Resources */,
-			);
-			buildRules = (
-			);
-			dependencies = (
-			);
-			name = VLCMediaTests;
-			productName = VLCMediaTests;
-			productReference = 7D732C2D1FE97DD00040AF8D /* VLCMediaTests.app */;
-			productType = "com.apple.product-type.application";
-		};
-		7D732C441FE97DD10040AF8D /* VLCMediaTestsTests */ = {
-			isa = PBXNativeTarget;
-			buildConfigurationList = 7D732C511FE97DD10040AF8D /* Build configuration list for PBXNativeTarget "VLCMediaTestsTests" */;
-			buildPhases = (
-				7D732C411FE97DD10040AF8D /* Sources */,
-				7D732C421FE97DD10040AF8D /* Frameworks */,
-				7D732C431FE97DD10040AF8D /* Resources */,
-			);
-			buildRules = (
-			);
-			dependencies = (
-				7D732C471FE97DD10040AF8D /* PBXTargetDependency */,
-			);
-			name = VLCMediaTestsTests;
-			productName = VLCMediaTestsTests;
-			productReference = 7D732C451FE97DD10040AF8D /* VLCMediaTestsTests.xctest */;
-			productType = "com.apple.product-type.bundle.unit-test";
-		};
-/* End PBXNativeTarget section */
-
-/* Begin PBXProject section */
-		7D732C251FE97DD00040AF8D /* Project object */ = {
-			isa = PBXProject;
-			attributes = {
-				LastUpgradeCheck = 0920;
-				ORGANIZATIONNAME = "Felix Paul Kühne";
-				TargetAttributes = {
-					7D732C2C1FE97DD00040AF8D = {
-						CreatedOnToolsVersion = 9.2;
-						ProvisioningStyle = Automatic;
-					};
-					7D732C441FE97DD10040AF8D = {
-						CreatedOnToolsVersion = 9.2;
-						ProvisioningStyle = Automatic;
-						TestTargetID = 7D732C2C1FE97DD00040AF8D;
-					};
-				};
-			};
-			buildConfigurationList = 7D732C281FE97DD00040AF8D /* Build configuration list for PBXProject "VLCMediaTests" */;
-			compatibilityVersion = "Xcode 8.0";
-			developmentRegion = en;
-			hasScannedForEncodings = 0;
-			knownRegions = (
-				en,
-				Base,
-			);
-			mainGroup = 7D732C241FE97DD00040AF8D;
-			productRefGroup = 7D732C2E1FE97DD00040AF8D /* Products */;
-			projectDirPath = "";
-			projectRoot = "";
-			targets = (
-				7D732C2C1FE97DD00040AF8D /* VLCMediaTests */,
-				7D732C441FE97DD10040AF8D /* VLCMediaTestsTests */,
-			);
-		};
-/* End PBXProject section */
-
-/* Begin PBXResourcesBuildPhase section */
-		7D732C2B1FE97DD00040AF8D /* Resources */ = {
-			isa = PBXResourcesBuildPhase;
-			buildActionMask = 2147483647;
-			files = (
-				7D732C3D1FE97DD00040AF8D /* LaunchScreen.storyboard in Resources */,
-				7D732C3A1FE97DD00040AF8D /* Assets.xcassets in Resources */,
-				7D732C381FE97DD00040AF8D /* Main.storyboard in Resources */,
-			);
-			runOnlyForDeploymentPostprocessing = 0;
-		};
-		7D732C431FE97DD10040AF8D /* Resources */ = {
-			isa = PBXResourcesBuildPhase;
-			buildActionMask = 2147483647;
-			files = (
-			);
-			runOnlyForDeploymentPostprocessing = 0;
-		};
-/* End PBXResourcesBuildPhase section */
-
-/* Begin PBXSourcesBuildPhase section */
-		7D732C291FE97DD00040AF8D /* Sources */ = {
-			isa = PBXSourcesBuildPhase;
-			buildActionMask = 2147483647;
-			files = (
-				7D732C351FE97DD00040AF8D /* ViewController.m in Sources */,
-				7D732C401FE97DD00040AF8D /* main.m in Sources */,
-				7D732C321FE97DD00040AF8D /* AppDelegate.m in Sources */,
-			);
-			runOnlyForDeploymentPostprocessing = 0;
-		};
-		7D732C411FE97DD10040AF8D /* Sources */ = {
-			isa = PBXSourcesBuildPhase;
-			buildActionMask = 2147483647;
-			files = (
-				7D732C4A1FE97DD10040AF8D /* VLCMediaTestsTests.m in Sources */,
-			);
-			runOnlyForDeploymentPostprocessing = 0;
-		};
-/* End PBXSourcesBuildPhase section */
-
-/* Begin PBXTargetDependency section */
-		7D732C471FE97DD10040AF8D /* PBXTargetDependency */ = {
-			isa = PBXTargetDependency;
-			target = 7D732C2C1FE97DD00040AF8D /* VLCMediaTests */;
-			targetProxy = 7D732C461FE97DD10040AF8D /* PBXContainerItemProxy */;
-		};
-/* End PBXTargetDependency section */
-
-/* Begin PBXVariantGroup section */
-		7D732C361FE97DD00040AF8D /* Main.storyboard */ = {
-			isa = PBXVariantGroup;
-			children = (
-				7D732C371FE97DD00040AF8D /* Base */,
-			);
-			name = Main.storyboard;
-			sourceTree = "<group>";
-		};
-		7D732C3B1FE97DD00040AF8D /* LaunchScreen.storyboard */ = {
-			isa = PBXVariantGroup;
-			children = (
-				7D732C3C1FE97DD00040AF8D /* Base */,
-			);
-			name = LaunchScreen.storyboard;
-			sourceTree = "<group>";
-		};
-/* End PBXVariantGroup section */
-
-/* Begin XCBuildConfiguration section */
-		7D732C4C1FE97DD10040AF8D /* Debug */ = {
-			isa = XCBuildConfiguration;
-			buildSettings = {
-				ALWAYS_SEARCH_USER_PATHS = NO;
-				CLANG_ANALYZER_NONNULL = YES;
-				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
-				CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
-				CLANG_CXX_LIBRARY = "libc++";
-				CLANG_ENABLE_MODULES = YES;
-				CLANG_ENABLE_OBJC_ARC = YES;
-				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
-				CLANG_WARN_BOOL_CONVERSION = YES;
-				CLANG_WARN_COMMA = YES;
-				CLANG_WARN_CONSTANT_CONVERSION = YES;
-				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
-				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
-				CLANG_WARN_EMPTY_BODY = YES;
-				CLANG_WARN_ENUM_CONVERSION = YES;
-				CLANG_WARN_INFINITE_RECURSION = YES;
-				CLANG_WARN_INT_CONVERSION = YES;
-				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
-				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
-				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
-				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
-				CLANG_WARN_STRICT_PROTOTYPES = YES;
-				CLANG_WARN_SUSPICIOUS_MOVE = YES;
-				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
-				CLANG_WARN_UNREACHABLE_CODE = YES;
-				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
-				CODE_SIGN_IDENTITY = "iPhone Developer";
-				COPY_PHASE_STRIP = NO;
-				DEBUG_INFORMATION_FORMAT = dwarf;
-				ENABLE_STRICT_OBJC_MSGSEND = YES;
-				ENABLE_TESTABILITY = YES;
-				GCC_C_LANGUAGE_STANDARD = gnu11;
-				GCC_DYNAMIC_NO_PIC = NO;
-				GCC_NO_COMMON_BLOCKS = YES;
-				GCC_OPTIMIZATION_LEVEL = 0;
-				GCC_PREPROCESSOR_DEFINITIONS = (
-					"DEBUG=1",
-					"$(inherited)",
-				);
-				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
-				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
-				GCC_WARN_UNDECLARED_SELECTOR = YES;
-				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
-				GCC_WARN_UNUSED_FUNCTION = YES;
-				GCC_WARN_UNUSED_VARIABLE = YES;
-				IPHONEOS_DEPLOYMENT_TARGET = 11.2;
-				MTL_ENABLE_DEBUG_INFO = YES;
-				ONLY_ACTIVE_ARCH = YES;
-				SDKROOT = iphoneos;
-			};
-			name = Debug;
-		};
-		7D732C4D1FE97DD10040AF8D /* Release */ = {
-			isa = XCBuildConfiguration;
-			buildSettings = {
-				ALWAYS_SEARCH_USER_PATHS = NO;
-				CLANG_ANALYZER_NONNULL = YES;
-				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
-				CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
-				CLANG_CXX_LIBRARY = "libc++";
-				CLANG_ENABLE_MODULES = YES;
-				CLANG_ENABLE_OBJC_ARC = YES;
-				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
-				CLANG_WARN_BOOL_CONVERSION = YES;
-				CLANG_WARN_COMMA = YES;
-				CLANG_WARN_CONSTANT_CONVERSION = YES;
-				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
-				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
-				CLANG_WARN_EMPTY_BODY = YES;
-				CLANG_WARN_ENUM_CONVERSION = YES;
-				CLANG_WARN_INFINITE_RECURSION = YES;
-				CLANG_WARN_INT_CONVERSION = YES;
-				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
-				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
-				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
-				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
-				CLANG_WARN_STRICT_PROTOTYPES = YES;
-				CLANG_WARN_SUSPICIOUS_MOVE = YES;
-				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
-				CLANG_WARN_UNREACHABLE_CODE = YES;
-				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
-				CODE_SIGN_IDENTITY = "iPhone Developer";
-				COPY_PHASE_STRIP = NO;
-				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
-				ENABLE_NS_ASSERTIONS = NO;
-				ENABLE_STRICT_OBJC_MSGSEND = YES;
-				GCC_C_LANGUAGE_STANDARD = gnu11;
-				GCC_NO_COMMON_BLOCKS = YES;
-				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
-				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
-				GCC_WARN_UNDECLARED_SELECTOR = YES;
-				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
-				GCC_WARN_UNUSED_FUNCTION = YES;
-				GCC_WARN_UNUSED_VARIABLE = YES;
-				IPHONEOS_DEPLOYMENT_TARGET = 11.2;
-				MTL_ENABLE_DEBUG_INFO = NO;
-				SDKROOT = iphoneos;
-				VALIDATE_PRODUCT = YES;
-			};
-			name = Release;
-		};
-		7D732C4F1FE97DD10040AF8D /* Debug */ = {
-			isa = XCBuildConfiguration;
-			buildSettings = {
-				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
-				CODE_SIGN_STYLE = Automatic;
-				DEVELOPMENT_TEAM = 75GAHG3SZQ;
-				HEADER_SEARCH_PATHS = (
-					"$(inherited)",
-					"$(CONFIGURATION_BUILD_DIR)",
-				);
-				INFOPLIST_FILE = VLCMediaTests/Info.plist;
-				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
-				PRODUCT_BUNDLE_IDENTIFIER = org.videolan.VLCMediaTests;
-				PRODUCT_NAME = "$(TARGET_NAME)";
-				TARGETED_DEVICE_FAMILY = "1,2";
-			};
-			name = Debug;
-		};
-		7D732C501FE97DD10040AF8D /* Release */ = {
-			isa = XCBuildConfiguration;
-			buildSettings = {
-				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
-				CODE_SIGN_STYLE = Automatic;
-				DEVELOPMENT_TEAM = 75GAHG3SZQ;
-				GCC_OPTIMIZATION_LEVEL = 0;
-				HEADER_SEARCH_PATHS = (
-					"$(inherited)",
-					"$(CONFIGURATION_BUILD_DIR)",
-				);
-				INFOPLIST_FILE = VLCMediaTests/Info.plist;
-				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
-				PRODUCT_BUNDLE_IDENTIFIER = org.videolan.VLCMediaTests;
-				PRODUCT_NAME = "$(TARGET_NAME)";
-				TARGETED_DEVICE_FAMILY = "1,2";
-			};
-			name = Release;
-		};
-		7D732C521FE97DD10040AF8D /* Debug */ = {
-			isa = XCBuildConfiguration;
-			buildSettings = {
-				BUNDLE_LOADER = "$(TEST_HOST)";
-				CODE_SIGN_STYLE = Automatic;
-				DEVELOPMENT_TEAM = 75GAHG3SZQ;
-				INFOPLIST_FILE = VLCMediaTestsTests/Info.plist;
-				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
-				PRODUCT_BUNDLE_IDENTIFIER = org.videolan.VLCMediaTestsTests;
-				PRODUCT_NAME = "$(TARGET_NAME)";
-				TARGETED_DEVICE_FAMILY = "1,2";
-				TEST_HOST = "$(BUILT_PRODUCTS_DIR)/VLCMediaTests.app/VLCMediaTests";
-			};
-			name = Debug;
-		};
-		7D732C531FE97DD10040AF8D /* Release */ = {
-			isa = XCBuildConfiguration;
-			buildSettings = {
-				BUNDLE_LOADER = "$(TEST_HOST)";
-				CODE_SIGN_STYLE = Automatic;
-				DEVELOPMENT_TEAM = 75GAHG3SZQ;
-				INFOPLIST_FILE = VLCMediaTestsTests/Info.plist;
-				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
-				PRODUCT_BUNDLE_IDENTIFIER = org.videolan.VLCMediaTestsTests;
-				PRODUCT_NAME = "$(TARGET_NAME)";
-				TARGETED_DEVICE_FAMILY = "1,2";
-				TEST_HOST = "$(BUILT_PRODUCTS_DIR)/VLCMediaTests.app/VLCMediaTests";
-			};
-			name = Release;
-		};
-/* End XCBuildConfiguration section */
-
-/* Begin XCConfigurationList section */
-		7D732C281FE97DD00040AF8D /* Build configuration list for PBXProject "VLCMediaTests" */ = {
-			isa = XCConfigurationList;
-			buildConfigurations = (
-				7D732C4C1FE97DD10040AF8D /* Debug */,
-				7D732C4D1FE97DD10040AF8D /* Release */,
-			);
-			defaultConfigurationIsVisible = 0;
-			defaultConfigurationName = Release;
-		};
-		7D732C4E1FE97DD10040AF8D /* Build configuration list for PBXNativeTarget "VLCMediaTests" */ = {
-			isa = XCConfigurationList;
-			buildConfigurations = (
-				7D732C4F1FE97DD10040AF8D /* Debug */,
-				7D732C501FE97DD10040AF8D /* Release */,
-			);
-			defaultConfigurationIsVisible = 0;
-			defaultConfigurationName = Release;
-		};
-		7D732C511FE97DD10040AF8D /* Build configuration list for PBXNativeTarget "VLCMediaTestsTests" */ = {
-			isa = XCConfigurationList;
-			buildConfigurations = (
-				7D732C521FE97DD10040AF8D /* Debug */,
-				7D732C531FE97DD10040AF8D /* Release */,
-			);
-			defaultConfigurationIsVisible = 0;
-			defaultConfigurationName = Release;
-		};
-/* End XCConfigurationList section */
-	};
-	rootObject = 7D732C251FE97DD00040AF8D /* Project object */;
-}

+ 0 - 17
Tests/iOS/VLCMediaTests/VLCMediaTests/AppDelegate.h

@@ -1,17 +0,0 @@
-//
-//  AppDelegate.h
-//  VLCMediaTests
-//
-//  Created by Felix Paul Kühne on 19.12.17.
-//  Copyright © 2017 Felix Paul Kühne. All rights reserved.
-//
-
-#import <UIKit/UIKit.h>
-
-@interface AppDelegate : UIResponder <UIApplicationDelegate>
-
-@property (strong, nonatomic) UIWindow *window;
-
-
-@end
-

+ 0 - 51
Tests/iOS/VLCMediaTests/VLCMediaTests/AppDelegate.m

@@ -1,51 +0,0 @@
-//
-//  AppDelegate.m
-//  VLCMediaTests
-//
-//  Created by Felix Paul Kühne on 19.12.17.
-//  Copyright © 2017 Felix Paul Kühne. All rights reserved.
-//
-
-#import "AppDelegate.h"
-
-@interface AppDelegate ()
-
-@end
-
-@implementation AppDelegate
-
-
-- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
-    // Override point for customization after application launch.
-    return YES;
-}
-
-
-- (void)applicationWillResignActive:(UIApplication *)application {
-    // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
-    // Use this method to pause ongoing tasks, disable timers, and invalidate graphics rendering callbacks. Games should use this method to pause the game.
-}
-
-
-- (void)applicationDidEnterBackground:(UIApplication *)application {
-    // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
-    // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.
-}
-
-
-- (void)applicationWillEnterForeground:(UIApplication *)application {
-    // Called as part of the transition from the background to the active state; here you can undo many of the changes made on entering the background.
-}
-
-
-- (void)applicationDidBecomeActive:(UIApplication *)application {
-    // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.
-}
-
-
-- (void)applicationWillTerminate:(UIApplication *)application {
-    // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
-}
-
-
-@end

+ 0 - 93
Tests/iOS/VLCMediaTests/VLCMediaTests/Assets.xcassets/AppIcon.appiconset/Contents.json

@@ -1,93 +0,0 @@
-{
-  "images" : [
-    {
-      "idiom" : "iphone",
-      "size" : "20x20",
-      "scale" : "2x"
-    },
-    {
-      "idiom" : "iphone",
-      "size" : "20x20",
-      "scale" : "3x"
-    },
-    {
-      "idiom" : "iphone",
-      "size" : "29x29",
-      "scale" : "2x"
-    },
-    {
-      "idiom" : "iphone",
-      "size" : "29x29",
-      "scale" : "3x"
-    },
-    {
-      "idiom" : "iphone",
-      "size" : "40x40",
-      "scale" : "2x"
-    },
-    {
-      "idiom" : "iphone",
-      "size" : "40x40",
-      "scale" : "3x"
-    },
-    {
-      "idiom" : "iphone",
-      "size" : "60x60",
-      "scale" : "2x"
-    },
-    {
-      "idiom" : "iphone",
-      "size" : "60x60",
-      "scale" : "3x"
-    },
-    {
-      "idiom" : "ipad",
-      "size" : "20x20",
-      "scale" : "1x"
-    },
-    {
-      "idiom" : "ipad",
-      "size" : "20x20",
-      "scale" : "2x"
-    },
-    {
-      "idiom" : "ipad",
-      "size" : "29x29",
-      "scale" : "1x"
-    },
-    {
-      "idiom" : "ipad",
-      "size" : "29x29",
-      "scale" : "2x"
-    },
-    {
-      "idiom" : "ipad",
-      "size" : "40x40",
-      "scale" : "1x"
-    },
-    {
-      "idiom" : "ipad",
-      "size" : "40x40",
-      "scale" : "2x"
-    },
-    {
-      "idiom" : "ipad",
-      "size" : "76x76",
-      "scale" : "1x"
-    },
-    {
-      "idiom" : "ipad",
-      "size" : "76x76",
-      "scale" : "2x"
-    },
-    {
-      "idiom" : "ipad",
-      "size" : "83.5x83.5",
-      "scale" : "2x"
-    }
-  ],
-  "info" : {
-    "version" : 1,
-    "author" : "xcode"
-  }
-}

+ 0 - 25
Tests/iOS/VLCMediaTests/VLCMediaTests/Base.lproj/LaunchScreen.storyboard

@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13122.16" systemVersion="17A277" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
-    <dependencies>
-        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13104.12"/>
-        <capability name="Safe area layout guides" minToolsVersion="9.0"/>
-        <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
-    </dependencies>
-    <scenes>
-        <!--View Controller-->
-        <scene sceneID="EHf-IW-A2E">
-            <objects>
-                <viewController id="01J-lp-oVM" sceneMemberID="viewController">
-                    <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
-                        <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
-                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
-                        <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
-                        <viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
-                    </view>
-                </viewController>
-                <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
-            </objects>
-            <point key="canvasLocation" x="53" y="375"/>
-        </scene>
-    </scenes>
-</document>

+ 0 - 24
Tests/iOS/VLCMediaTests/VLCMediaTests/Base.lproj/Main.storyboard

@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13122.16" systemVersion="17A277" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="BYZ-38-t0r">
-    <dependencies>
-        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13104.12"/>
-        <capability name="Safe area layout guides" minToolsVersion="9.0"/>
-        <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
-    </dependencies>
-    <scenes>
-        <!--View Controller-->
-        <scene sceneID="tne-QT-ifu">
-            <objects>
-                <viewController id="BYZ-38-t0r" customClass="ViewController" customModuleProvider="" sceneMemberID="viewController">
-                    <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
-                        <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
-                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
-                        <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
-                        <viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
-                    </view>
-                </viewController>
-                <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
-            </objects>
-        </scene>
-    </scenes>
-</document>

+ 0 - 45
Tests/iOS/VLCMediaTests/VLCMediaTests/Info.plist

@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
-	<key>CFBundleDevelopmentRegion</key>
-	<string>$(DEVELOPMENT_LANGUAGE)</string>
-	<key>CFBundleExecutable</key>
-	<string>$(EXECUTABLE_NAME)</string>
-	<key>CFBundleIdentifier</key>
-	<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
-	<key>CFBundleInfoDictionaryVersion</key>
-	<string>6.0</string>
-	<key>CFBundleName</key>
-	<string>$(PRODUCT_NAME)</string>
-	<key>CFBundlePackageType</key>
-	<string>APPL</string>
-	<key>CFBundleShortVersionString</key>
-	<string>1.0</string>
-	<key>CFBundleVersion</key>
-	<string>1</string>
-	<key>LSRequiresIPhoneOS</key>
-	<true/>
-	<key>UILaunchStoryboardName</key>
-	<string>LaunchScreen</string>
-	<key>UIMainStoryboardFile</key>
-	<string>Main</string>
-	<key>UIRequiredDeviceCapabilities</key>
-	<array>
-		<string>armv7</string>
-	</array>
-	<key>UISupportedInterfaceOrientations</key>
-	<array>
-		<string>UIInterfaceOrientationPortrait</string>
-		<string>UIInterfaceOrientationLandscapeLeft</string>
-		<string>UIInterfaceOrientationLandscapeRight</string>
-	</array>
-	<key>UISupportedInterfaceOrientations~ipad</key>
-	<array>
-		<string>UIInterfaceOrientationPortrait</string>
-		<string>UIInterfaceOrientationPortraitUpsideDown</string>
-		<string>UIInterfaceOrientationLandscapeLeft</string>
-		<string>UIInterfaceOrientationLandscapeRight</string>
-	</array>
-</dict>
-</plist>

+ 0 - 15
Tests/iOS/VLCMediaTests/VLCMediaTests/ViewController.h

@@ -1,15 +0,0 @@
-//
-//  ViewController.h
-//  VLCMediaTests
-//
-//  Created by Felix Paul Kühne on 19.12.17.
-//  Copyright © 2017 Felix Paul Kühne. All rights reserved.
-//
-
-#import <UIKit/UIKit.h>
-
-@interface ViewController : UIViewController
-
-
-@end
-

+ 0 - 60
Tests/iOS/VLCMediaTests/VLCMediaTests/ViewController.m

@@ -1,60 +0,0 @@
-//
-//  ViewController.m
-//  VLCMediaTests
-//
-//  Created by Felix Paul Kühne on 19.12.17.
-//  Copyright © 2017 Felix Paul Kühne. All rights reserved.
-//
-
-#import "ViewController.h"
-#import <MobileVLCKit/MobileVLCKit.h>
-
-@interface ViewController () <VLCMediaListDelegate, VLCMediaDelegate>
-{
-    VLCMedia *_theMedia;
-    VLCMediaList *_theMediaList;
-}
-
-@end
-
-@implementation ViewController
-
-- (void)viewDidLoad {
-    [super viewDidLoad];
-
-    /* create a media object and give it to the player */
-    NSString *urlString = @"file:///Users/fkuehne/Downloads/Alice.m4v";
-
-    _theMedia = [VLCMedia mediaWithURL:[NSURL URLWithString:urlString]];
-    NSLog(@"%s: media: %@", __PRETTY_FUNCTION__, _theMedia.description);
-
-    _theMediaList = [[VLCMediaList alloc] init];
-    _theMediaList.delegate = self;
-    NSInteger ret = [_theMediaList addMedia:_theMedia];
-
-    NSLog(@"%s: ret: %li", __func__, (long)ret);
-
-    NSLog(@"%s: list: %@", __func__, _theMediaList);
-
-    NSLog(@"%s: media in list: %@", __func__, [_theMediaList mediaAtIndex:0]);
-
-    [[_theMediaList mediaAtIndex:0] parseWithOptions:VLCMediaParseLocal];
-}
-
-- (void)mediaList:(VLCMediaList *)aMediaList mediaAdded:(VLCMedia *)media atIndex:(NSInteger)index
-{
-    NSLog(@"%s: list: %@", __func__, aMediaList);
-    NSLog(@"%s: media: %@", __func__, media);
-}
-
-- (void)mediaDidFinishParsing:(VLCMedia *)aMedia
-{
-    NSLog(@"%s: media: %@", __PRETTY_FUNCTION__, aMedia.description);
-}
-
-- (void)mediaPlayerStateChanged:(NSNotification *)aNotification
-{
-    NSLog(@"%s", __PRETTY_FUNCTION__);
-}
-
-@end

+ 0 - 16
Tests/iOS/VLCMediaTests/VLCMediaTests/main.m

@@ -1,16 +0,0 @@
-//
-//  main.m
-//  VLCMediaTests
-//
-//  Created by Felix Paul Kühne on 19.12.17.
-//  Copyright © 2017 Felix Paul Kühne. All rights reserved.
-//
-
-#import <UIKit/UIKit.h>
-#import "AppDelegate.h"
-
-int main(int argc, char * argv[]) {
-    @autoreleasepool {
-        return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
-    }
-}

+ 0 - 22
Tests/iOS/VLCMediaTests/VLCMediaTestsTests/Info.plist

@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
-	<key>CFBundleDevelopmentRegion</key>
-	<string>$(DEVELOPMENT_LANGUAGE)</string>
-	<key>CFBundleExecutable</key>
-	<string>$(EXECUTABLE_NAME)</string>
-	<key>CFBundleIdentifier</key>
-	<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
-	<key>CFBundleInfoDictionaryVersion</key>
-	<string>6.0</string>
-	<key>CFBundleName</key>
-	<string>$(PRODUCT_NAME)</string>
-	<key>CFBundlePackageType</key>
-	<string>BNDL</string>
-	<key>CFBundleShortVersionString</key>
-	<string>1.0</string>
-	<key>CFBundleVersion</key>
-	<string>1</string>
-</dict>
-</plist>

+ 0 - 39
Tests/iOS/VLCMediaTests/VLCMediaTestsTests/VLCMediaTestsTests.m

@@ -1,39 +0,0 @@
-//
-//  VLCMediaTestsTests.m
-//  VLCMediaTestsTests
-//
-//  Created by Felix Paul Kühne on 19.12.17.
-//  Copyright © 2017 Felix Paul Kühne. All rights reserved.
-//
-
-#import <XCTest/XCTest.h>
-
-@interface VLCMediaTestsTests : XCTestCase
-
-@end
-
-@implementation VLCMediaTestsTests
-
-- (void)setUp {
-    [super setUp];
-    // Put setup code here. This method is called before the invocation of each test method in the class.
-}
-
-- (void)tearDown {
-    // Put teardown code here. This method is called after the invocation of each test method in the class.
-    [super tearDown];
-}
-
-- (void)testExample {
-    // This is an example of a functional test case.
-    // Use XCTAssert and related functions to verify your tests produce the correct results.
-}
-
-- (void)testPerformanceExample {
-    // This is an example of a performance test case.
-    [self measureBlock:^{
-        // Put the code you want to measure the time of here.
-    }];
-}
-
-@end

+ 0 - 10
Tests/iOS/iOSTests.xcworkspace/contents.xcworkspacedata

@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<Workspace
-   version = "1.0">
-   <FileRef
-      location = "group:VLCMediaTests/VLCMediaTests.xcodeproj">
-   </FileRef>
-   <FileRef
-      location = "group:../../MobileVLCKit.xcodeproj">
-   </FileRef>
-</Workspace>

+ 2 - 4
VLCKit.xcodeproj/project.pbxproj

@@ -12,7 +12,6 @@
 		41657C282059D56900AB915B /* TVVLCKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 41657C272059D56900AB915B /* TVVLCKit.h */; };
 		41657C2B2059D57900AB915B /* DynamicTVVLCKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 41657C292059D57800AB915B /* DynamicTVVLCKit.h */; };
 		41657C2C2059D57900AB915B /* DynamicMobileVLCKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 41657C2A2059D57800AB915B /* DynamicMobileVLCKit.h */; };
-		41657C2E2059D5CE00AB915B /* VLCRendererItem+Init.h in Headers */ = {isa = PBXBuildFile; fileRef = 41657C2D2059D5CE00AB915B /* VLCRendererItem+Init.h */; };
 		41657C322059D63D00AB915B /* VLCHelperCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 41657C312059D63D00AB915B /* VLCHelperCode.h */; };
 		41657C3D2059D99E00AB915B /* VLCCustomDialogProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 41657C3A2059D99E00AB915B /* VLCCustomDialogProvider.h */; };
 		41657C3E2059D99E00AB915B /* VLCEmbeddedDialogProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 41657C3B2059D99E00AB915B /* VLCEmbeddedDialogProvider.h */; };
@@ -142,7 +141,6 @@
 		41657C272059D56900AB915B /* TVVLCKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TVVLCKit.h; path = Public/TVVLCKit.h; sourceTree = "<group>"; };
 		41657C292059D57800AB915B /* DynamicTVVLCKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DynamicTVVLCKit.h; path = Public/DynamicTVVLCKit.h; sourceTree = "<group>"; };
 		41657C2A2059D57800AB915B /* DynamicMobileVLCKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DynamicMobileVLCKit.h; path = Public/DynamicMobileVLCKit.h; sourceTree = "<group>"; };
-		41657C2D2059D5CE00AB915B /* VLCRendererItem+Init.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "VLCRendererItem+Init.h"; path = "Internal/VLCRendererItem+Init.h"; sourceTree = "<group>"; };
 		41657C312059D63D00AB915B /* VLCHelperCode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCHelperCode.h; path = Internal/VLCHelperCode.h; sourceTree = "<group>"; };
 		41657C3A2059D99E00AB915B /* VLCCustomDialogProvider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCCustomDialogProvider.h; path = Internal/VLCCustomDialogProvider.h; sourceTree = "<group>"; };
 		41657C3B2059D99E00AB915B /* VLCEmbeddedDialogProvider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCEmbeddedDialogProvider.h; path = Internal/VLCEmbeddedDialogProvider.h; sourceTree = "<group>"; };
@@ -188,6 +186,7 @@
 		7DF7A2041D197E8E0001FF69 /* VLCHelperCode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCHelperCode.m; sourceTree = "<group>"; };
 		A7A0CEA20D2EF13000F2C039 /* VLCVideoCommon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCVideoCommon.h; path = Internal/VLCVideoCommon.h; sourceTree = "<group>"; };
 		A7A0CEA30D2EF13000F2C039 /* VLCVideoCommon.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCVideoCommon.m; sourceTree = "<group>"; };
+		CA08590320F7156100B3AB69 /* macros.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = macros.h; path = Headers/Internal/macros.h; sourceTree = "<group>"; };
 		CA23EBBC20BDF02700C0D635 /* VLCKitTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = VLCKitTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
 		CA23EBC020BDF02700C0D635 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
 		CA23EBCA20BDF07700C0D635 /* VLCKitTests-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "VLCKitTests-Bridging-Header.h"; sourceTree = "<group>"; };
@@ -358,6 +357,7 @@
 			isa = PBXGroup;
 			children = (
 				32DBCF5E0370ADEE00C91783 /* Prefix.pch */,
+				CA08590320F7156100B3AB69 /* macros.h */,
 				7DC28D3C201938D9002D05C4 /* vlc-plugins-MacOSX.xcconfig */,
 			);
 			name = "Other Sources";
@@ -391,7 +391,6 @@
 				41657C3A2059D99E00AB915B /* VLCCustomDialogProvider.h */,
 				41657C3B2059D99E00AB915B /* VLCEmbeddedDialogProvider.h */,
 				41657C3C2059D99E00AB915B /* VLCiOSLegacyDialogProvider.h */,
-				41657C2D2059D5CE00AB915B /* VLCRendererItem+Init.h */,
 				41657C312059D63D00AB915B /* VLCHelperCode.h */,
 			);
 			name = Internal;
@@ -550,7 +549,6 @@
 				7DC28D5F20194117002D05C4 /* VLCVideoCommon.h in Headers */,
 				41657C242059D49200AB915B /* VLCRendererItem.h in Headers */,
 				41657C2B2059D57900AB915B /* DynamicTVVLCKit.h in Headers */,
-				41657C2E2059D5CE00AB915B /* VLCRendererItem+Init.h in Headers */,
 				7DC28D6020194117002D05C4 /* VLCDialogProvider.h in Headers */,
 				7DC28D6120194117002D05C4 /* VLCStreamSession.h in Headers */,
 				7DC28D6220194117002D05C4 /* VLCStreamOutput.h in Headers */,