Преглед на файлове

Rename VLC-for-iOS to VLC-iOS and rename the Module from VLC-iOS to VLC

This commit also removes old references to old podlibs and simplifies imports
Alexis Aubry преди 6 години
родител
ревизия
f03a9375af
променени са 40 файла, в които са добавени 122 реда и са изтрити 155 реда
  1. 2 2
      Podfile
  2. 1 1
      Podfile.lock
  3. 1 1
      SharedSources/VLCMetadata.m
  4. 1 1
      Sources/LocalNetworkConnectivity/VLCNetworkLoginDataSource.m
  5. 1 1
      Sources/LocalNetworkConnectivity/VLCNetworkLoginDataSourceProtocol.m
  6. 1 1
      Sources/LocalNetworkConnectivity/VLCNetworkLoginDataSourceSavedLogins.m
  7. 1 1
      Sources/LocalNetworkConnectivity/VLCNetworkLoginViewButtonCell.m
  8. 1 1
      Sources/LocalNetworkConnectivity/VLCNetworkLoginViewController.m
  9. 1 1
      Sources/LocalNetworkConnectivity/VLCNetworkLoginViewFieldCell.m
  10. 1 1
      Sources/LocalNetworkConnectivity/VLCNetworkServerBrowserViewController.m
  11. 1 1
      Sources/LocalNetworkConnectivity/VLCServerListViewController.m
  12. 1 1
      Sources/VLCAboutViewController.m
  13. 1 1
      Sources/VLCAppDelegate.m
  14. 1 1
      Sources/VLCBoxController.m
  15. 1 1
      Sources/VLCBoxTableViewController.m
  16. 1 1
      Sources/VLCBugreporter.m
  17. 1 1
      Sources/VLCCloudServicesTableViewController.m
  18. 1 1
      Sources/VLCCloudStorageTableViewController.m
  19. 1 1
      Sources/VLCDownloadViewController.m
  20. 1 1
      Sources/VLCDropboxTableViewController.m
  21. 1 1
      Sources/VLCEmptyLibraryView.m
  22. 1 1
      Sources/VLCGoogleDriveController.m
  23. 1 1
      Sources/VLCGoogleDriveTableViewController.m
  24. 1 1
      Sources/VLCHTTPConnection.m
  25. 1 1
      Sources/VLCHTTPFileDownloader.m
  26. 1 1
      Sources/VLCMiniPlaybackView.m
  27. 1 1
      Sources/VLCMovieViewControlPanelView.m
  28. 1 1
      Sources/VLCMovieViewController.m
  29. 1 1
      Sources/VLCOneDriveTableViewController.m
  30. 1 1
      Sources/VLCOpenInActivity.m
  31. 1 1
      Sources/VLCOpenNetworkStreamViewController.m
  32. 1 1
      Sources/VLCPlaybackController.m
  33. 2 2
      Sources/VLCPlayerDisplayController.m
  34. 1 1
      Sources/VLCSettingsController.m
  35. 1 1
      Sources/VLCWiFiUploadTableViewCell.m
  36. 1 1
      VLC-iOS-Tests/URLHandlerTests.swift
  37. 63 96
      VLC.xcodeproj/project.pbxproj
  38. 2 2
      VLC.xcodeproj/xcshareddata/xcschemes/VLC-iOS-Tests.xcscheme
  39. 8 8
      VLC.xcodeproj/xcshareddata/xcschemes/VLC-iOS-UITests.xcscheme
  40. 11 11
      VLC.xcodeproj/xcshareddata/xcschemes/VLC-iOS.xcscheme

+ 2 - 2
Podfile

@@ -27,11 +27,11 @@ target 'VLC-iOS' do
   pod 'MediaLibraryKit-prod'
   pod 'GTMAppAuth'
 
-  target 'VLC-for-iOSUITests' do
+  target 'VLC-iOSUITests' do
     inherit! :search_paths
     pod 'SimulatorStatusMagic'
   end
-  target 'VLC-for-iOSTests' do
+  target 'VLC-iOSTests' do
       inherit! :search_paths
   end
 end

+ 1 - 1
Podfile.lock

@@ -168,6 +168,6 @@ SPEC CHECKSUMS:
   XKKeychain: 852ef663c56a7194c73d3c68e8d9d4f07b121d4f
   xmlrpc: 109bb21d15ed6d108b2c1ac5973a6a223a50f5f4
 
-PODFILE CHECKSUM: 5ff77f5f899efa7e5a1332866c03e79a0364a1c7
+PODFILE CHECKSUM: c7071d2bc5eacfe5a0c3fe2a90e404285a76c1c1
 
 COCOAPODS: 1.5.2

+ 1 - 1
SharedSources/VLCMetadata.m

@@ -11,7 +11,7 @@
 #import "VLCPlaybackController.h"
 
 #if TARGET_OS_IOS
-#import "VLC_iOS-Swift.h"
+#import "VLC-Swift.h"
 #import "VLCThumbnailsCache.h"
 #endif
 

+ 1 - 1
Sources/LocalNetworkConnectivity/VLCNetworkLoginDataSource.m

@@ -10,7 +10,7 @@
  *****************************************************************************/
 
 #import "VLCNetworkLoginDataSource.h"
-#import "VLC_iOS-Swift.h"
+#import "VLC-Swift.h"
 
 @implementation VLCNetworkLoginDataSource
 

+ 1 - 1
Sources/LocalNetworkConnectivity/VLCNetworkLoginDataSourceProtocol.m

@@ -11,7 +11,7 @@
 
 
 #import "VLCNetworkLoginDataSourceProtocol.h"
-#import "VLC_iOS-Swift.h"
+#import "VLC-Swift.h"
 
 static NSString *const VLCNetworkLoginDataSourceProtocolCellIdentifier = @"VLCNetworkLoginDataSourceProtocolCell";
 

+ 1 - 1
Sources/LocalNetworkConnectivity/VLCNetworkLoginDataSourceSavedLogins.m

@@ -11,7 +11,7 @@
 #import "VLCNetworkLoginDataSourceSavedLogins.h"
 #import <XKKeychain/XKKeychainGenericPasswordItem.h>
 #import "VLCNetworkServerLoginInformation+Keychain.h"
-#import "VLC_iOS-Swift.h"
+#import "VLC-Swift.h"
 
 static NSString *const VLCNetworkLoginSavedLoginCellIdentifier = @"VLCNetworkLoginSavedLoginCell";
 

+ 1 - 1
Sources/LocalNetworkConnectivity/VLCNetworkLoginViewButtonCell.m

@@ -10,7 +10,7 @@
  *****************************************************************************/
 
 #import "VLCNetworkLoginViewButtonCell.h"
-#import "VLC_iOS-Swift.h"
+#import "VLC-Swift.h"
 
 NSString * const kVLCNetworkLoginViewButtonCellIdentifier = @"VLCNetworkLoginViewButtonCellIdentifier";
 

+ 1 - 1
Sources/LocalNetworkConnectivity/VLCNetworkLoginViewController.m

@@ -20,7 +20,7 @@
 #import "VLCNetworkLoginDataSourceLogin.h"
 #import "VLCNetworkLoginDataSourceSavedLogins.h"
 #import "VLCNetworkServerLoginInformation.h"
-#import "VLC_iOS-Swift.h"
+#import "VLC-Swift.h"
 
 
 // for protocol identifier

+ 1 - 1
Sources/LocalNetworkConnectivity/VLCNetworkLoginViewFieldCell.m

@@ -10,7 +10,7 @@
  *****************************************************************************/
 
 #import "VLCNetworkLoginViewFieldCell.h"
-#import "VLC_iOS-Swift.h"
+#import "VLC-Swift.h"
 
 NSString * const kVLCNetworkLoginViewFieldCellIdentifier = @"VLCNetworkLoginViewFieldCellIdentifier";
 

+ 1 - 1
Sources/LocalNetworkConnectivity/VLCNetworkServerBrowserViewController.m

@@ -22,7 +22,7 @@
 #import "VLCNetworkServerBrowser-Protocol.h"
 #import "VLCServerBrowsingController.h"
 
-#import "VLC_iOS-Swift.h"
+#import "VLC-Swift.h"
 
 @interface VLCNetworkServerBrowserViewController () <VLCNetworkServerBrowserDelegate,VLCNetworkListCellDelegate, UITableViewDataSource, UITableViewDelegate, UIActionSheetDelegate>
 {

+ 1 - 1
Sources/LocalNetworkConnectivity/VLCServerListViewController.m

@@ -39,7 +39,7 @@
 
 #import "VLCWiFiUploadTableViewCell.h"
 
-#import "VLC_iOS-Swift.h"
+#import "VLC-Swift.h"
 
 @interface VLCServerListViewController () <UITableViewDataSource, UITableViewDelegate, VLCLocalServerDiscoveryControllerDelegate, VLCNetworkLoginViewControllerDelegate, VLCRemoteNetworkDataSourceDelegate, VLCFileServerSectionTableHeaderViewDelegate>
 {

+ 1 - 1
Sources/VLCAboutViewController.m

@@ -13,7 +13,7 @@
  *****************************************************************************/
 
 #import "VLCAboutViewController.h"
-#import "VLC_iOS-Swift.h"
+#import "VLC-Swift.h"
 
 @interface VLCAboutViewController ()
 {

+ 1 - 1
Sources/VLCAppDelegate.m

@@ -31,7 +31,7 @@
 #import "VLCDropboxConstants.h"
 #import "VLCPlaybackNavigationController.h"
 #import "PAPasscodeViewController.h"
-#import "VLC_iOS-Swift.h"
+#import "VLC-Swift.h"
 
 #define BETA_DISTRIBUTION 1
 

+ 1 - 1
Sources/VLCBoxController.m

@@ -16,7 +16,7 @@
 #import "VLCMediaFileDiscoverer.h"
 #import <XKKeychain/XKKeychainGenericPasswordItem.h>
 #if TARGET_OS_IOS
-#import "VLC_iOS-Swift.h"
+#import "VLC-Swift.h"
 #endif
 
 @interface VLCBoxController ()

+ 1 - 1
Sources/VLCBoxTableViewController.m

@@ -16,7 +16,7 @@
 #import <XKKeychain/XKKeychainGenericPasswordItem.h>
 #import "UIDevice+VLC.h"
 #import "VLCPlaybackController.h"
-#import "VLC_iOS-Swift.h"
+#import "VLC-Swift.h"
 
 #if TARGET_OS_IOS
 @interface VLCBoxTableViewController () <VLCCloudStorageTableViewCell, BoxAuthorizationViewControllerDelegate, VLCCloudStorageDelegate, NSURLConnectionDataDelegate>

+ 1 - 1
Sources/VLCBugreporter.m

@@ -14,7 +14,7 @@
 
 #import "VLCBugreporter.h"
 
-#import "VLC_iOS-Swift.h"
+#import "VLC-Swift.h"
 
 @implementation VLCBugreporter
 

+ 1 - 1
Sources/VLCCloudServicesTableViewController.m

@@ -22,7 +22,7 @@
 #import "VLCCloudServiceCell.h"
 
 #import "VLCGoogleDriveController.h"
-#import "VLC_iOS-Swift.h"
+#import "VLC-Swift.h"
 
 @interface VLCCloudServicesTableViewController ()
 

+ 1 - 1
Sources/VLCCloudStorageTableViewController.m

@@ -15,7 +15,7 @@
 #import "VLCCloudStorageTableViewController.h"
 #import "VLCCloudStorageTableViewCell.h"
 #import "VLCProgressView.h"
-#import "VLC_iOS-Swift.h"
+#import "VLC-Swift.h"
 
 @interface VLCCloudStorageTableViewController()
 {

+ 1 - 1
Sources/VLCDownloadViewController.m

@@ -18,7 +18,7 @@
 #import "WhiteRaccoon.h"
 #import "NSString+SupportedMedia.h"
 #import "VLCHTTPFileDownloader.h"
-#import "VLC_iOS-Swift.h"
+#import "VLC-Swift.h"
 
 typedef NS_ENUM(NSUInteger, VLCDownloadScheme) {
     VLCDownloadSchemeNone,

+ 1 - 1
Sources/VLCDropboxTableViewController.m

@@ -19,7 +19,7 @@
 #import "VLCCloudStorageTableViewCell.h"
 #import "UIDevice+VLC.h"
 #import "VLCAppDelegate.h"
-#import "VLC_iOS-Swift.h"
+#import "VLC-Swift.h"
 
 @interface VLCDropboxTableViewController () <VLCCloudStorageTableViewCell, VLCCloudStorageDelegate>
 {

+ 1 - 1
Sources/VLCEmptyLibraryView.m

@@ -13,7 +13,7 @@
 #import <Foundation/Foundation.h>
 #import "VLCEmptyLibraryView.h"
 #import "VLCFirstStepsViewController.h"
-#import "VLC_iOS-Swift.h"
+#import "VLC-Swift.h"
 
 @implementation VLCEmptyLibraryView
 

+ 1 - 1
Sources/VLCGoogleDriveController.m

@@ -16,7 +16,7 @@
 #import "NSString+SupportedMedia.h"
 #import "VLCPlaybackController.h"
 #import "VLCMediaFileDiscoverer.h"
-#import "VLC_iOS-Swift.h"
+#import "VLC-Swift.h"
 #import <XKKeychain/XKKeychain.h>
 
 #import <AppAuth/AppAuth.h>

+ 1 - 1
Sources/VLCGoogleDriveTableViewController.m

@@ -17,7 +17,7 @@
 #import "VLCGoogleDriveController.h"
 #import "UIDevice+VLC.h"
 #import "VLCCloudStorageTableViewCell.h"
-#import "VLC_iOS-Swift.h"
+#import "VLC-Swift.h"
 
 #import <AppAuth/AppAuth.h>
 #import <GTMAppAuth/GTMAppAuth.h>

+ 1 - 1
Sources/VLCHTTPConnection.m

@@ -28,7 +28,7 @@
 #import "VLCMetaData.h"
 
 #if TARGET_OS_IOS
-#import "VLC_iOS-Swift.h"
+#import "VLC-Swift.h"
 #import "VLCThumbnailsCache.h"
 #endif
 #if TARGET_OS_TV

+ 1 - 1
Sources/VLCHTTPFileDownloader.m

@@ -16,7 +16,7 @@
 #import "VLCActivityManager.h"
 #import "UIDevice+VLC.h"
 #import "VLCMediaFileDiscoverer.h"
-#import "VLC_iOS-Swift.h"
+#import "VLC-Swift.h"
 
 @interface VLCHTTPFileDownloader () <NSURLSessionDelegate>
 {

+ 1 - 1
Sources/VLCMiniPlaybackView.m

@@ -13,7 +13,7 @@
 
 #import "VLCMiniPlaybackView.h"
 #import "VLCMetadata.h"
-#import "VLC_iOS-Swift.h"
+#import "VLC-Swift.h"
 
 @interface VLCMiniPlaybackView () <UIGestureRecognizerDelegate>
 {

+ 1 - 1
Sources/VLCMovieViewControlPanelView.m

@@ -14,7 +14,7 @@
 #import "VLCMovieViewControlPanelView.h"
 #import "VLCPlaybackController.h"
 #import "VLCMetadata.h"
-#import "VLC_iOS-Swift.h"
+#import "VLC-Swift.h"
 
 @interface VLCMovieViewControlPanelView ()
 

+ 1 - 1
Sources/VLCMovieViewController.m

@@ -34,7 +34,7 @@
 #import "VLCTrackSelectorView.h"
 #import "VLCMetadata.h"
 #import "UIDevice+VLC.h"
-#import "VLC_iOS-Swift.h"
+#import "VLC-Swift.h"
 
 #define FORWARD_SWIPE_DURATION 30
 #define BACKWARD_SWIPE_DURATION 10

+ 1 - 1
Sources/VLCOneDriveTableViewController.m

@@ -19,7 +19,7 @@
 #import "UIDevice+VLC.h"
 #import "NSString+SupportedMedia.h"
 #import "VLCConstants.h"
-#import "VLC_iOS-Swift.h"
+#import "VLC-Swift.h"
 
 @interface VLCOneDriveTableViewController () <VLCCloudStorageDelegate>
 {

+ 1 - 1
Sources/VLCOpenInActivity.m

@@ -15,7 +15,7 @@
 
 #import <MobileCoreServices/MobileCoreServices.h>
 
-#import "VLC_iOS-Swift.h"
+#import "VLC-Swift.h"
 
 @interface VLCOpenInActivity () <UIDocumentInteractionControllerDelegate>
 @end

+ 1 - 1
Sources/VLCOpenNetworkStreamViewController.m

@@ -16,7 +16,7 @@
 #import "VLCPlaybackController.h"
 #import "VLCStreamingHistoryCell.h"
 #import "UIDevice+VLC.h"
-#import "VLC_iOS-Swift.h"
+#import "VLC-Swift.h"
 
 @interface VLCOpenNetworkStreamViewController () <UITableViewDataSource, UITableViewDelegate, UITextFieldDelegate, VLCStreamingHistoryCellMenuItemProtocol>
 {

+ 1 - 1
Sources/VLCPlaybackController.m

@@ -24,7 +24,7 @@
 #import "VLCRemoteControlService.h"
 #import "VLCMetadata.h"
 #if TARGET_OS_IOS
-#import "VLC_iOS-Swift.h"
+#import "VLC-Swift.h"
 #endif
 
 NSString *const VLCPlaybackControllerPlaybackDidStart = @"VLCPlaybackControllerPlaybackDidStart";

+ 2 - 2
Sources/VLCPlayerDisplayController.m

@@ -15,9 +15,9 @@
 #import "VLCMiniPlaybackView.h"
 #import "VLCPlaybackNavigationController.h"
 #import "VLCPlaybackController+MediaLibrary.h"
-#import "VLC_iOS-Swift.h"
+#import "VLC-Swift.h"
 #if TARGET_OS_IOS
-#import "VLC_iOS-Swift.h"
+#import "VLC-Swift.h"
 #import "VLCMovieViewController.h"
 #else
 #import "VLCFullscreenMovieTVViewController.h"

+ 1 - 1
Sources/VLCSettingsController.m

@@ -16,7 +16,7 @@
 #import "IASKSettingsReader.h"
 #import "PAPasscodeViewController.h"
 #import <LocalAuthentication/LocalAuthentication.h>
-#import "VLC_iOS-Swift.h"
+#import "VLC-Swift.h"
 
 NSString * const kVLCSectionTableHeaderViewIdentifier = @"VLCSectionTableHeaderViewIdentifier";
 

+ 1 - 1
Sources/VLCWiFiUploadTableViewCell.m

@@ -14,7 +14,7 @@
 #import "VLCWiFiUploadTableViewCell.h"
 #import "Reachability.h"
 #import "VLCHTTPUploaderController.h"
-#import "VLC_iOS-Swift.h"
+#import "VLC-Swift.h"
 
 @interface VLCWiFiUploadTableViewCell()
 

+ 1 - 1
VLC-iOS-Tests/URLHandlerTests.swift

@@ -11,7 +11,7 @@
  *****************************************************************************/
 
 import XCTest
-@testable import VLC_iOS
+@testable import VLC
 
 class URLHandlerTests: XCTestCase {
 

+ 63 - 96
VLC.xcodeproj/project.pbxproj

@@ -8,12 +8,9 @@
 
 /* Begin PBXBuildFile section */
 		1D72DC00CD4A06E8789BD8F7 /* libPods-VLC-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FE1DEC7096649D63A308D86C /* libPods-VLC-tvOS.a */; };
-		25211EDD15D2E4628CFC43D4 /* libPods-VLC-for-iOSUITests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 260624EB5BF9F1FBE58BF816 /* libPods-VLC-for-iOSUITests.a */; };
 		26F1BFD01A770408001DF30C /* libMediaVLC.xml in Resources */ = {isa = PBXBuildFile; fileRef = 26F1BFCF1A770408001DF30C /* libMediaVLC.xml */; };
 		29125E5617492219003F03E5 /* index.html in Resources */ = {isa = PBXBuildFile; fileRef = 29125E5417492219003F03E5 /* index.html */; };
 		2915544317490D4A00B86CAD /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2915544217490D4A00B86CAD /* Security.framework */; };
-		2A002188D3D6E76DEF147F08 /* libPods-VLC-iOS-VLC-for-iOSTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CD92B7DB3994F879C74A70E0 /* libPods-VLC-iOS-VLC-for-iOSTests.a */; };
-		2BD975497C0939E42F6A7B18 /* libPods-VLC-iOS-VLC-for-iOSUITests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 77ECA255AB4178EB46A4B8D7 /* libPods-VLC-iOS-VLC-for-iOSUITests.a */; };
 		411DC0FD20F650B10044305E /* VLCMediaSubcategory+VLCDragAndDrop.swift in Sources */ = {isa = PBXBuildFile; fileRef = 412BE7521FC4947400ACCC42 /* VLCMediaSubcategory+VLCDragAndDrop.swift */; };
 		41251ED01FD0CF7900099110 /* AppCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41251ECE1FD0CF7900099110 /* AppCoordinator.swift */; };
 		41273A3C1A955C4100A2EF77 /* VLCMigrationViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 41273A3A1A955C4100A2EF77 /* VLCMigrationViewController.m */; };
@@ -266,8 +263,6 @@
 		9BADAF45185FBD9D00108BD8 /* VLCFrostedGlasView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BADAF44185FBD9D00108BD8 /* VLCFrostedGlasView.m */; };
 		9BE4D1CE183D76950006346C /* VLCCloudStorageTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D3784B0183A990F009EE944 /* VLCCloudStorageTableViewCell.m */; };
 		A79246C8170F11DF0036AAF2 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = A79246C6170F11DF0036AAF2 /* Localizable.strings */; };
-		AED4F3C0511B86985E0FF7AC /* libPods-VLC-iOS-VLC-for-iOSTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 438089AE5D9FBAF976CEE90E /* libPods-VLC-iOS-VLC-for-iOSTests.a */; };
-		BD400223EDD3522A38160C52 /* libPods-VLC-for-iOSTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 9CE55C7ECF4E9195D9A656F1 /* libPods-VLC-for-iOSTests.a */; };
 		CA9734B521083EDA00BBE7C7 /* VLCSettingsSheetCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA9734B421083ED900BBE7C7 /* VLCSettingsSheetCell.swift */; };
 		CAA0B0ED2072651000B9274E /* VLCTestMenu.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAF76D8F20709C4100E2AD7B /* VLCTestMenu.swift */; };
 		CAA0B0F02072651A00B9274E /* XCUIElement+Helpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAF76D9320709C9500E2AD7B /* XCUIElement+Helpers.swift */; };
@@ -288,8 +283,10 @@
 		CC1BBC56170493C100A20CBF /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC1BBC55170493C100A20CBF /* QuartzCore.framework */; };
 		CC1BBC58170493E100A20CBF /* CoreData.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC1BBC57170493E100A20CBF /* CoreData.framework */; };
 		CCE2A22E17A5859E00D9EAAD /* CoreText.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CCE2A22D17A5859E00D9EAAD /* CoreText.framework */; };
+		D24DED6A5676A67D441D482E /* libPods-VLC-iOSTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F0DD9CC666E12604A0C1CAF2 /* libPods-VLC-iOSTests.a */; };
 		D6E034ED1CC284FC0037F516 /* VLCStreamingHistoryCell.m in Sources */ = {isa = PBXBuildFile; fileRef = D6E034EC1CC284FC0037F516 /* VLCStreamingHistoryCell.m */; };
 		D7FBC862832B766D0E814251 /* libPods-VLC-iOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 402E6F0E5362B530B7909338 /* libPods-VLC-iOS.a */; };
+		DAFB31EE993A4FC03A67E9D8 /* libPods-VLC-iOSUITests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B07DB49A003F0F907A97BC38 /* libPods-VLC-iOSUITests.a */; };
 		DD13A37B1BEE2FAA00A35554 /* VLCMaskView.m in Sources */ = {isa = PBXBuildFile; fileRef = DD13A37A1BEE2FAA00A35554 /* VLCMaskView.m */; };
 		DD1B31F41BF637D500A369B6 /* VLCPlaybackInfoTracksTVViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = DD1B31F21BF637D500A369B6 /* VLCPlaybackInfoTracksTVViewController.m */; };
 		DD1CB0321BB9E005006EDDE6 /* VLCMovieViewControlPanelView.m in Sources */ = {isa = PBXBuildFile; fileRef = DDAD5C2D1BB9A1E6006AFD3B /* VLCMovieViewControlPanelView.m */; };
@@ -384,7 +381,6 @@
 		DDF908E01CF4E04A00108B70 /* VLCNetworkLoginDataSourceSavedLogins.m in Sources */ = {isa = PBXBuildFile; fileRef = DDF908DF1CF4E04A00108B70 /* VLCNetworkLoginDataSourceSavedLogins.m */; };
 		DDF908E41CFCD97400108B70 /* VLCNetworkLoginDataSourceProtocol.m in Sources */ = {isa = PBXBuildFile; fileRef = DDF908E31CFCD97400108B70 /* VLCNetworkLoginDataSourceProtocol.m */; };
 		E0C04F951A25B4410080331A /* VLCDocumentPickerController.m in Sources */ = {isa = PBXBuildFile; fileRef = E0C04F941A25B4410080331A /* VLCDocumentPickerController.m */; };
-		FBFA7376B199F363082AFE4A /* libPods-VLC-iOS-VLC-for-iOSUITests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 31FB5C5DBFDA9DD74867E2D1 /* libPods-VLC-iOS-VLC-for-iOSUITests.a */; };
 /* End PBXBuildFile section */
 
 /* Begin PBXContainerItemProxy section */
@@ -493,27 +489,21 @@
 /* Begin PBXFileReference section */
 		018698905AC809BE4496D84D /* Pods-vlc-ios.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-vlc-ios.debug.xcconfig"; path = "Pods/Target Support Files/Pods-vlc-ios/Pods-vlc-ios.debug.xcconfig"; sourceTree = "<group>"; };
 		090F2933E962C424E9A80ABB /* Pods-VLC-iOS-no-watch.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VLC-iOS-no-watch.release.xcconfig"; path = "Pods/Target Support Files/Pods-VLC-iOS-no-watch/Pods-VLC-iOS-no-watch.release.xcconfig"; sourceTree = "<group>"; };
-		156C5DDF2C45D110D1B83EBB /* Pods-VLC-iOS-VLC-for-iOSUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VLC-iOS-VLC-for-iOSUITests.release.xcconfig"; path = "Pods/Target Support Files/Pods-VLC-iOS-VLC-for-iOSUITests/Pods-VLC-iOS-VLC-for-iOSUITests.release.xcconfig"; sourceTree = "<group>"; };
-		1C174528BFB46C3490E773B6 /* Pods-VLC-iOS-VLC-for-iOSTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VLC-iOS-VLC-for-iOSTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-VLC-iOS-VLC-for-iOSTests/Pods-VLC-iOS-VLC-for-iOSTests.debug.xcconfig"; sourceTree = "<group>"; };
 		1C7724AABC40B96010E01F65 /* Pods-VLC-iOS-no-watch.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VLC-iOS-no-watch.debug.xcconfig"; path = "Pods/Target Support Files/Pods-VLC-iOS-no-watch/Pods-VLC-iOS-no-watch.debug.xcconfig"; sourceTree = "<group>"; };
-		260624EB5BF9F1FBE58BF816 /* libPods-VLC-for-iOSUITests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-VLC-for-iOSUITests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
+		258C6A0DE2EB5873A37F4130 /* Pods-VLC-iOS-VLC-iOSUITests.distribution.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VLC-iOS-VLC-iOSUITests.distribution.xcconfig"; path = "Pods/Target Support Files/Pods-VLC-iOS-VLC-iOSUITests/Pods-VLC-iOS-VLC-iOSUITests.distribution.xcconfig"; sourceTree = "<group>"; };
 		268BDA7D1B4FE1E200D622DD /* backArrow_black.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = backArrow_black.png; path = ImportedSources/OneDrive/src/LiveSDK/Library/Internal/Resources/backArrow_black.png; sourceTree = SOURCE_ROOT; };
 		26F1BFCF1A770408001DF30C /* libMediaVLC.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = libMediaVLC.xml; sourceTree = "<group>"; };
-		27E1FE5B2995E84315076C45 /* Pods-VLC-iOS-VLC-for-iOSUITests.distribution.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VLC-iOS-VLC-for-iOSUITests.distribution.xcconfig"; path = "Pods/Target Support Files/Pods-VLC-iOS-VLC-for-iOSUITests/Pods-VLC-iOS-VLC-for-iOSUITests.distribution.xcconfig"; sourceTree = "<group>"; };
-		27F3CE7A10961E7DA841096D /* Pods-VLC-iOS-VLC-for-iOSTests.distribution.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VLC-iOS-VLC-for-iOSTests.distribution.xcconfig"; path = "Pods/Target Support Files/Pods-VLC-iOS-VLC-for-iOSTests/Pods-VLC-iOS-VLC-for-iOSTests.distribution.xcconfig"; sourceTree = "<group>"; };
 		29125E5417492219003F03E5 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = "<group>"; };
 		2915544217490D4A00B86CAD /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; };
 		2B1BC34A3BC4BCE7588BD68A /* Pods-VLC-tvOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VLC-tvOS.release.xcconfig"; path = "Pods/Target Support Files/Pods-VLC-tvOS/Pods-VLC-tvOS.release.xcconfig"; sourceTree = "<group>"; };
 		2CD27DA5256F95F3B8594C53 /* Pods-VLC-watchOS-Extension.distribution.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VLC-watchOS-Extension.distribution.xcconfig"; path = "Pods/Target Support Files/Pods-VLC-watchOS-Extension/Pods-VLC-watchOS-Extension.distribution.xcconfig"; sourceTree = "<group>"; };
 		31BBF816A2507AA02CD551A5 /* Pods-vlc-ios.distribution.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-vlc-ios.distribution.xcconfig"; path = "Pods/Target Support Files/Pods-vlc-ios/Pods-vlc-ios.distribution.xcconfig"; sourceTree = "<group>"; };
-		31E8A4CF7E65EE1E129A2D21 /* Pods-VLC-iOS-VLC-for-iOSTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VLC-iOS-VLC-for-iOSTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-VLC-iOS-VLC-for-iOSTests/Pods-VLC-iOS-VLC-for-iOSTests.release.xcconfig"; sourceTree = "<group>"; };
-		31FB5C5DBFDA9DD74867E2D1 /* libPods-VLC-iOS-VLC-for-iOSUITests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-VLC-iOS-VLC-for-iOSUITests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
 		34DC96A915665AE9EABD30E8 /* Pods-VLC-iOS-Debug.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VLC-iOS-Debug.release.xcconfig"; path = "Pods/Target Support Files/Pods-VLC-iOS-Debug/Pods-VLC-iOS-Debug.release.xcconfig"; sourceTree = "<group>"; };
 		39DA271F3BEEFE045489B542 /* Pods-VLC-TV.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VLC-TV.release.xcconfig"; path = "Pods/Target Support Files/Pods-VLC-TV/Pods-VLC-TV.release.xcconfig"; sourceTree = "<group>"; };
 		3B75A76DF6589FE678357D42 /* Pods-VLC-iOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VLC-iOS.debug.xcconfig"; path = "Pods/Target Support Files/Pods-VLC-iOS/Pods-VLC-iOS.debug.xcconfig"; sourceTree = "<group>"; };
 		3C12F87F27BDCE3D0A58354E /* Pods-VLC-iOS-no-watch-Debug.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VLC-iOS-no-watch-Debug.debug.xcconfig"; path = "Pods/Target Support Files/Pods-VLC-iOS-no-watch-Debug/Pods-VLC-iOS-no-watch-Debug.debug.xcconfig"; sourceTree = "<group>"; };
 		3DD533B1D45EEA70099433D8 /* libPods-VLC-iOS-no-watch.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-VLC-iOS-no-watch.a"; sourceTree = BUILT_PRODUCTS_DIR; };
-		3F75F8B10E83F8F1DD9FD11D /* Pods-VLC-for-iOSUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VLC-for-iOSUITests.release.xcconfig"; path = "Pods/Target Support Files/Pods-VLC-for-iOSUITests/Pods-VLC-for-iOSUITests.release.xcconfig"; sourceTree = "<group>"; };
+		3E95DC30A81B2AF9F7442E00 /* Pods-VLC-iOSTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VLC-iOSTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-VLC-iOSTests/Pods-VLC-iOSTests.debug.xcconfig"; sourceTree = "<group>"; };
 		402E6F0E5362B530B7909338 /* libPods-VLC-iOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-VLC-iOS.a"; sourceTree = BUILT_PRODUCTS_DIR; };
 		41251ECB1FD0C5C100099110 /* VLC-iOS-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "VLC-iOS-Bridging-Header.h"; sourceTree = SOURCE_ROOT; };
 		41251ECE1FD0CF7900099110 /* AppCoordinator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = AppCoordinator.swift; path = Sources/Coordinators/AppCoordinator.swift; sourceTree = SOURCE_ROOT; };
@@ -528,7 +518,7 @@
 		4144156920ECD2620078EC37 /* VLCSectionTableHeaderView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = VLCSectionTableHeaderView.swift; path = Sources/VLCSectionTableHeaderView.swift; sourceTree = "<group>"; };
 		4144156B20ECE6330078EC37 /* VLCFileServerSectionTableHeaderView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = VLCFileServerSectionTableHeaderView.swift; path = Sources/VLCFileServerSectionTableHeaderView.swift; sourceTree = "<group>"; };
 		4152F1611FEF19BD00F1908B /* KeychainCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = KeychainCoordinator.swift; path = Sources/KeychainCoordinator.swift; sourceTree = "<group>"; };
-		41533C91211338D500EC3ABA /* VLC-for-iOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "VLC-for-iOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
+		41533C91211338D500EC3ABA /* VLC-iOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "VLC-iOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
 		41533C9D2113392F00EC3ABA /* URLHandlerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = URLHandlerTests.swift; sourceTree = "<group>"; };
 		41533CA1211343D100EC3ABA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = "VLC-iOS-Tests/Info.plist"; sourceTree = SOURCE_ROOT; };
 		416443852048419E00CAC646 /* DeviceMotion.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = DeviceMotion.swift; path = Sources/DeviceMotion.swift; sourceTree = "<group>"; };
@@ -600,7 +590,7 @@
 		419A2C651F37A4B70069D224 /* VLCStringsForLocalization.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VLCStringsForLocalization.m; sourceTree = "<group>"; };
 		419D7F041F54176900AF69A2 /* VLCTimeNavigationTitleView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = VLCTimeNavigationTitleView.xib; path = Resources/VLCTimeNavigationTitleView.xib; sourceTree = SOURCE_ROOT; };
 		41B0948420E6851200DE38AD /* VLCMediaSubcategory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VLCMediaSubcategory.swift; sourceTree = "<group>"; };
-		41B0BC861F73ED7D0063BA26 /* VLC-for-iOSUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "VLC-for-iOSUITests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
+		41B0BC861F73ED7D0063BA26 /* VLC-iOSUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "VLC-iOSUITests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
 		41B0BC8A1F73ED7D0063BA26 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
 		41B93BFF1A53833B00102E8B /* VLCProgressView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCProgressView.h; path = Sources/VLCProgressView.h; sourceTree = SOURCE_ROOT; };
 		41B93C001A53833B00102E8B /* VLCProgressView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = VLCProgressView.m; path = Sources/VLCProgressView.m; sourceTree = SOURCE_ROOT; };
@@ -625,23 +615,20 @@
 		41F9BC7A1F4F20E400268461 /* VLCTrackSelectorView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = VLCTrackSelectorView.h; path = Sources/VLCTrackSelectorView.h; sourceTree = SOURCE_ROOT; };
 		41F9BC7B1F4F20E400268461 /* VLCTrackSelectorView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = VLCTrackSelectorView.m; path = Sources/VLCTrackSelectorView.m; sourceTree = SOURCE_ROOT; };
 		41FCD2F720B565B500660AAB /* VLCAlertViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VLCAlertViewController.swift; sourceTree = "<group>"; };
-		438089AE5D9FBAF976CEE90E /* libPods-VLC-iOS-VLC-for-iOSTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-VLC-iOS-VLC-for-iOSTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
 		4EB2A836EBC6DE6E89855975 /* Pods-VLC-watchOS-Extension.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VLC-watchOS-Extension.debug.xcconfig"; path = "Pods/Target Support Files/Pods-VLC-watchOS-Extension/Pods-VLC-watchOS-Extension.debug.xcconfig"; sourceTree = "<group>"; };
 		5B343E4F4D971F5A169EB864 /* Pods-VLC-iOS.distribution.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VLC-iOS.distribution.xcconfig"; path = "Pods/Target Support Files/Pods-VLC-iOS/Pods-VLC-iOS.distribution.xcconfig"; sourceTree = "<group>"; };
 		633AEC92459BCABEC8671A34 /* Pods-VLC-tvOS-Debug.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VLC-tvOS-Debug.debug.xcconfig"; path = "Pods/Target Support Files/Pods-VLC-tvOS-Debug/Pods-VLC-tvOS-Debug.debug.xcconfig"; sourceTree = "<group>"; };
 		64C28CEB945A50F2303B2D57 /* Pods-VLC-iOS-Debug.distribution.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VLC-iOS-Debug.distribution.xcconfig"; path = "Pods/Target Support Files/Pods-VLC-iOS-Debug/Pods-VLC-iOS-Debug.distribution.xcconfig"; sourceTree = "<group>"; };
 		6B4E33CF1BF2A39400A35255 /* playerControl.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; name = playerControl.css; path = Resources/web/playerControl.css; sourceTree = SOURCE_ROOT; };
 		6B4E33D01BF2A39400A35255 /* playerControl.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = playerControl.js; path = Resources/web/playerControl.js; sourceTree = SOURCE_ROOT; };
-		6D0CCE22BC2F0E0865E993DE /* Pods-VLC-iOS-VLC-for-iOSUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VLC-iOS-VLC-for-iOSUITests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-VLC-iOS-VLC-for-iOSUITests/Pods-VLC-iOS-VLC-for-iOSUITests.debug.xcconfig"; sourceTree = "<group>"; };
+		6E092E29817D21B01AC28759 /* Pods-VLC-iOSUITests.distribution.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VLC-iOSUITests.distribution.xcconfig"; path = "Pods/Target Support Files/Pods-VLC-iOSUITests/Pods-VLC-iOSUITests.distribution.xcconfig"; sourceTree = "<group>"; };
 		6FB3C4D1992DBF2B53F985CE /* libPods-VLC-tvOS-Debug.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-VLC-tvOS-Debug.a"; sourceTree = BUILT_PRODUCTS_DIR; };
-		73DB37A189E2CBC264808494 /* Pods-VLC-iOS-VLC-for-iOSUITests.distribution.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VLC-iOS-VLC-for-iOSUITests.distribution.xcconfig"; path = "Pods/Target Support Files/Pods-VLC-iOS-VLC-for-iOSUITests/Pods-VLC-iOS-VLC-for-iOSUITests.distribution.xcconfig"; sourceTree = "<group>"; };
-		77ECA255AB4178EB46A4B8D7 /* libPods-VLC-iOS-VLC-for-iOSUITests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-VLC-iOS-VLC-for-iOSUITests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
+		729E20FA8EE1683CD45270FB /* Pods-VLC-iOSUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VLC-iOSUITests.release.xcconfig"; path = "Pods/Target Support Files/Pods-VLC-iOSUITests/Pods-VLC-iOSUITests.release.xcconfig"; sourceTree = "<group>"; };
 		7AC8629B1765DC560011611A /* style.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = style.css; sourceTree = "<group>"; };
 		7AC8629E1765E90C0011611A /* jquery-1.10.1.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "jquery-1.10.1.min.js"; sourceTree = "<group>"; };
 		7AC8629F1765E90C0011611A /* jquery.fileupload.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.fileupload.js; sourceTree = "<group>"; };
 		7AC862A01765E90C0011611A /* jquery.iframe-transport.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "jquery.iframe-transport.js"; sourceTree = "<group>"; };
 		7AC862A11765E90C0011611A /* jquery.ui.widget.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.ui.widget.js; sourceTree = "<group>"; };
-		7B32CB1592DF0DB485E7D8F7 /* Pods-VLC-for-iOSUITests.distribution.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VLC-for-iOSUITests.distribution.xcconfig"; path = "Pods/Target Support Files/Pods-VLC-for-iOSUITests/Pods-VLC-for-iOSUITests.distribution.xcconfig"; sourceTree = "<group>"; };
 		7D00161A17704DAC00649F27 /* main.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = main.js; sourceTree = "<group>"; };
 		7D0117F0187F4BA400C5671C /* VLCFirstStepsFirstPageViewController~ipad.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = "VLCFirstStepsFirstPageViewController~ipad.xib"; path = "Resources/VLCFirstStepsFirstPageViewController~ipad.xib"; sourceTree = SOURCE_ROOT; };
 		7D0363A81B2F325500CC0343 /* MediaLibrary-2.1.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = "MediaLibrary-2.1.xcdatamodel"; sourceTree = "<group>"; };
@@ -979,7 +966,7 @@
 		7DF9352D1958AB0600E60FD4 /* UIColor+Presets.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "UIColor+Presets.h"; path = "Sources/UIColor+Presets.h"; sourceTree = SOURCE_ROOT; };
 		7DF9352E1958AB0600E60FD4 /* UIColor+Presets.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "UIColor+Presets.m"; path = "Sources/UIColor+Presets.m"; sourceTree = SOURCE_ROOT; };
 		7F82CE64560C0AD3059DAAFC /* libPods-VLC-watchOS-Extension.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-VLC-watchOS-Extension.a"; sourceTree = BUILT_PRODUCTS_DIR; };
-		81F4CE390EF9C804E945624F /* Pods-VLC-iOS-VLC-for-iOSTests.distribution.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VLC-iOS-VLC-for-iOSTests.distribution.xcconfig"; path = "Pods/Target Support Files/Pods-VLC-iOS-VLC-for-iOSTests/Pods-VLC-iOS-VLC-for-iOSTests.distribution.xcconfig"; sourceTree = "<group>"; };
+		7FC9CCF39DD8843873A42D34 /* Pods-VLC-iOSTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VLC-iOSTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-VLC-iOSTests/Pods-VLC-iOSTests.release.xcconfig"; sourceTree = "<group>"; };
 		88E35CB83D336559A656FDA3 /* Pods-VLC-iOS-no-watch.distribution.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VLC-iOS-no-watch.distribution.xcconfig"; path = "Pods/Target Support Files/Pods-VLC-iOS-no-watch/Pods-VLC-iOS-no-watch.distribution.xcconfig"; sourceTree = "<group>"; };
 		8939257D0D04F9AFF766DEA5 /* libPods-VLC-TV.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-VLC-TV.a"; sourceTree = BUILT_PRODUCTS_DIR; };
 		8B9DD09C453D2346D109D586 /* Pods-VLC-TV.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VLC-TV.debug.xcconfig"; path = "Pods/Target Support Files/Pods-VLC-TV/Pods-VLC-TV.debug.xcconfig"; sourceTree = "<group>"; };
@@ -996,7 +983,6 @@
 		8F91EC77195CEC7900F5BCBA /* VLCOpenInActivity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCOpenInActivity.h; path = Sources/VLCOpenInActivity.h; sourceTree = SOURCE_ROOT; };
 		8F91EC78195CEC7900F5BCBA /* VLCOpenInActivity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = VLCOpenInActivity.m; path = Sources/VLCOpenInActivity.m; sourceTree = SOURCE_ROOT; };
 		8F91EC7E195E1DAB00F5BCBA /* AssetsLibrary.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AssetsLibrary.framework; path = System/Library/Frameworks/AssetsLibrary.framework; sourceTree = SDKROOT; };
-		9437462B22FB31055A7ED2E3 /* Pods-VLC-for-iOSTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VLC-for-iOSTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-VLC-for-iOSTests/Pods-VLC-for-iOSTests.debug.xcconfig"; sourceTree = "<group>"; };
 		98645BE62339284BDCF4A6BE /* Pods-VLC-iOS-no-watch-Debug.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VLC-iOS-no-watch-Debug.release.xcconfig"; path = "Pods/Target Support Files/Pods-VLC-iOS-no-watch-Debug/Pods-VLC-iOS-no-watch-Debug.release.xcconfig"; sourceTree = "<group>"; };
 		9B088306183D7BEC004B5C2A /* VLCCloudStorageTableViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCCloudStorageTableViewController.h; path = Sources/VLCCloudStorageTableViewController.h; sourceTree = SOURCE_ROOT; };
 		9B088307183D7BEC004B5C2A /* VLCCloudStorageTableViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = VLCCloudStorageTableViewController.m; path = Sources/VLCCloudStorageTableViewController.m; sourceTree = SOURCE_ROOT; };
@@ -1004,15 +990,14 @@
 		9BADAF43185FBD9D00108BD8 /* VLCFrostedGlasView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCFrostedGlasView.h; path = Sources/VLCFrostedGlasView.h; sourceTree = SOURCE_ROOT; };
 		9BADAF44185FBD9D00108BD8 /* VLCFrostedGlasView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = VLCFrostedGlasView.m; path = Sources/VLCFrostedGlasView.m; sourceTree = SOURCE_ROOT; };
 		9BC31F457BAC87454DB3F7CC /* Pods-VLC-TV.distribution.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VLC-TV.distribution.xcconfig"; path = "Pods/Target Support Files/Pods-VLC-TV/Pods-VLC-TV.distribution.xcconfig"; sourceTree = "<group>"; };
-		9CE55C7ECF4E9195D9A656F1 /* libPods-VLC-for-iOSTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-VLC-for-iOSTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
 		A3EA27A14A54C78CBB17BC6D /* libPods-VLC-iOS-no-watch-Debug.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-VLC-iOS-no-watch-Debug.a"; sourceTree = BUILT_PRODUCTS_DIR; };
 		A7035BBD174519600057DFA7 /* iTunesArtwork */ = {isa = PBXFileReference; lastKnownFileType = file; path = iTunesArtwork; sourceTree = "<group>"; };
 		A7924695170F0BA90036AAF2 /* libMediaLibraryKit.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libMediaLibraryKit.a; path = External/MediaLibraryKit/libMediaLibraryKit.a; sourceTree = "<group>"; };
 		A79246C7170F11DF0036AAF2 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; lineEnding = 0; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.simpleColoring; };
 		A79246C9170F11E40036AAF2 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/Localizable.strings; sourceTree = "<group>"; };
-		A945E02675B76197DEFE0486 /* Pods-VLC-iOS-VLC-for-iOSUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VLC-iOS-VLC-for-iOSUITests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-VLC-iOS-VLC-for-iOSUITests/Pods-VLC-iOS-VLC-for-iOSUITests.debug.xcconfig"; sourceTree = "<group>"; };
+		AB6F7FA639FBCA496EAED707 /* Pods-VLC-iOSUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VLC-iOSUITests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-VLC-iOSUITests/Pods-VLC-iOSUITests.debug.xcconfig"; sourceTree = "<group>"; };
 		AC40202FFE42CEDCEB37E50D /* Pods-VLC-tvOS.distribution.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VLC-tvOS.distribution.xcconfig"; path = "Pods/Target Support Files/Pods-VLC-tvOS/Pods-VLC-tvOS.distribution.xcconfig"; sourceTree = "<group>"; };
-		BF59448A0D2699616A01B78C /* Pods-VLC-for-iOSTests.distribution.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VLC-for-iOSTests.distribution.xcconfig"; path = "Pods/Target Support Files/Pods-VLC-for-iOSTests/Pods-VLC-for-iOSTests.distribution.xcconfig"; sourceTree = "<group>"; };
+		B07DB49A003F0F907A97BC38 /* libPods-VLC-iOSUITests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-VLC-iOSUITests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
 		C6872E7B396534F3DAF4E48F /* Pods-VLC-iOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VLC-iOS.release.xcconfig"; path = "Pods/Target Support Files/Pods-VLC-iOS/Pods-VLC-iOS.release.xcconfig"; sourceTree = "<group>"; };
 		CA6FB8222074601900FC9BF2 /* VLC-iOSUITest-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "VLC-iOSUITest-Bridging-Header.h"; sourceTree = "<group>"; };
 		CA9734B421083ED900BBE7C7 /* VLCSettingsSheetCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = VLCSettingsSheetCell.swift; path = Sources/VLCSettingsSheetCell.swift; sourceTree = "<group>"; };
@@ -1043,14 +1028,11 @@
 		CC87148317A56C85003C7383 /* ca */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; lineEnding = 0; name = ca; path = ca.lproj/Localizable.strings; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.simpleColoring; };
 		CCAF837E17DE46D800E3578F /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Localizable.strings; sourceTree = "<group>"; };
 		CCE2A22D17A5859E00D9EAAD /* CoreText.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreText.framework; path = System/Library/Frameworks/CoreText.framework; sourceTree = SDKROOT; };
-		CD92B7DB3994F879C74A70E0 /* libPods-VLC-iOS-VLC-for-iOSTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-VLC-iOS-VLC-for-iOSTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
 		CF79FF6D83030EB30CF91FD1 /* libPods-VLC-iOS-Debug.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-VLC-iOS-Debug.a"; sourceTree = BUILT_PRODUCTS_DIR; };
 		D0BB9293AAFE75CF15A6C8BC /* Pods-vlc-ios.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-vlc-ios.release.xcconfig"; path = "Pods/Target Support Files/Pods-vlc-ios/Pods-vlc-ios.release.xcconfig"; sourceTree = "<group>"; };
-		D1C64E967844BC7CA2853B1A /* Pods-VLC-iOS-VLC-for-iOSTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VLC-iOS-VLC-for-iOSTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-VLC-iOS-VLC-for-iOSTests/Pods-VLC-iOS-VLC-for-iOSTests.release.xcconfig"; sourceTree = "<group>"; };
 		D2711C77E8DF23DB7347ADC9 /* Pods-VLC-watchOS-Extension.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VLC-watchOS-Extension.release.xcconfig"; path = "Pods/Target Support Files/Pods-VLC-watchOS-Extension/Pods-VLC-watchOS-Extension.release.xcconfig"; sourceTree = "<group>"; };
 		D6E034EB1CC284FC0037F516 /* VLCStreamingHistoryCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCStreamingHistoryCell.h; path = Sources/VLCStreamingHistoryCell.h; sourceTree = SOURCE_ROOT; };
 		D6E034EC1CC284FC0037F516 /* VLCStreamingHistoryCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = VLCStreamingHistoryCell.m; path = Sources/VLCStreamingHistoryCell.m; sourceTree = SOURCE_ROOT; };
-		DBC5BA0F8557B462B1A1DF71 /* Pods-VLC-for-iOSUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VLC-for-iOSUITests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-VLC-for-iOSUITests/Pods-VLC-for-iOSUITests.debug.xcconfig"; sourceTree = "<group>"; };
 		DD13A3791BEE2FAA00A35554 /* VLCMaskView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCMaskView.h; path = "UI Elements/VLCMaskView.h"; sourceTree = "<group>"; };
 		DD13A37A1BEE2FAA00A35554 /* VLCMaskView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = VLCMaskView.m; path = "UI Elements/VLCMaskView.m"; sourceTree = "<group>"; };
 		DD1B31F11BF637D500A369B6 /* VLCPlaybackInfoTracksTVViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VLCPlaybackInfoTracksTVViewController.h; sourceTree = "<group>"; };
@@ -1199,13 +1181,14 @@
 		DDF908E31CFCD97400108B70 /* VLCNetworkLoginDataSourceProtocol.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = VLCNetworkLoginDataSourceProtocol.m; path = Sources/LocalNetworkConnectivity/VLCNetworkLoginDataSourceProtocol.m; sourceTree = SOURCE_ROOT; };
 		E0C04F931A25B4410080331A /* VLCDocumentPickerController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCDocumentPickerController.h; path = Sources/VLCDocumentPickerController.h; sourceTree = SOURCE_ROOT; };
 		E0C04F941A25B4410080331A /* VLCDocumentPickerController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = VLCDocumentPickerController.m; path = Sources/VLCDocumentPickerController.m; sourceTree = SOURCE_ROOT; };
+		E39E49F085F7C54D2DB79534 /* Pods-VLC-iOSTests.distribution.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VLC-iOSTests.distribution.xcconfig"; path = "Pods/Target Support Files/Pods-VLC-iOSTests/Pods-VLC-iOSTests.distribution.xcconfig"; sourceTree = "<group>"; };
 		E579A52AEDA803047C751011 /* Pods-VLC-iOS-no-watch-Debug.distribution.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VLC-iOS-no-watch-Debug.distribution.xcconfig"; path = "Pods/Target Support Files/Pods-VLC-iOS-no-watch-Debug/Pods-VLC-iOS-no-watch-Debug.distribution.xcconfig"; sourceTree = "<group>"; };
-		E8D5FCEF78BDCAC411B53303 /* Pods-VLC-iOS-VLC-for-iOSTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VLC-iOS-VLC-for-iOSTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-VLC-iOS-VLC-for-iOSTests/Pods-VLC-iOS-VLC-for-iOSTests.debug.xcconfig"; sourceTree = "<group>"; };
-		E8DB9015F858FF86D1419F2C /* Pods-VLC-iOS-VLC-for-iOSUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VLC-iOS-VLC-for-iOSUITests.release.xcconfig"; path = "Pods/Target Support Files/Pods-VLC-iOS-VLC-for-iOSUITests/Pods-VLC-iOS-VLC-for-iOSUITests.release.xcconfig"; sourceTree = "<group>"; };
 		EA4CCE915F660D75AB23F0E7 /* Pods-VLC-iOS-Debug.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VLC-iOS-Debug.debug.xcconfig"; path = "Pods/Target Support Files/Pods-VLC-iOS-Debug/Pods-VLC-iOS-Debug.debug.xcconfig"; sourceTree = "<group>"; };
+		ED4E8FC4571D9D9BDA0DBDA0 /* Pods-VLC-iOS-VLC-iOSUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VLC-iOS-VLC-iOSUITests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-VLC-iOS-VLC-iOSUITests/Pods-VLC-iOS-VLC-iOSUITests.debug.xcconfig"; sourceTree = "<group>"; };
+		F0DD9CC666E12604A0C1CAF2 /* libPods-VLC-iOSTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-VLC-iOSTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
 		F25DF68DCD1A8FA89D1933B3 /* Pods-VLC-tvOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VLC-tvOS.debug.xcconfig"; path = "Pods/Target Support Files/Pods-VLC-tvOS/Pods-VLC-tvOS.debug.xcconfig"; sourceTree = "<group>"; };
 		F99C6A3A1B6B1C77D41D4172 /* Pods-VLC-tvOS-Debug.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VLC-tvOS-Debug.release.xcconfig"; path = "Pods/Target Support Files/Pods-VLC-tvOS-Debug/Pods-VLC-tvOS-Debug.release.xcconfig"; sourceTree = "<group>"; };
-		FE1A47B97D33AC3F0B204ED3 /* Pods-VLC-for-iOSTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VLC-for-iOSTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-VLC-for-iOSTests/Pods-VLC-for-iOSTests.release.xcconfig"; sourceTree = "<group>"; };
+		FCDEC0EC872950EBD08ECC67 /* Pods-VLC-iOS-VLC-iOSUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VLC-iOS-VLC-iOSUITests.release.xcconfig"; path = "Pods/Target Support Files/Pods-VLC-iOS-VLC-iOSUITests/Pods-VLC-iOS-VLC-iOSUITests.release.xcconfig"; sourceTree = "<group>"; };
 		FE1DEC7096649D63A308D86C /* libPods-VLC-tvOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-VLC-tvOS.a"; sourceTree = BUILT_PRODUCTS_DIR; };
 		FF73F10D7535681155A87975 /* libPods-VLC-watchOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-VLC-watchOS.a"; sourceTree = BUILT_PRODUCTS_DIR; };
 /* End PBXFileReference section */
@@ -1215,9 +1198,7 @@
 			isa = PBXFrameworksBuildPhase;
 			buildActionMask = 2147483647;
 			files = (
-				2A002188D3D6E76DEF147F08 /* libPods-VLC-iOS-VLC-for-iOSTests.a in Frameworks */,
-				AED4F3C0511B86985E0FF7AC /* libPods-VLC-iOS-VLC-for-iOSTests.a in Frameworks */,
-				BD400223EDD3522A38160C52 /* libPods-VLC-for-iOSTests.a in Frameworks */,
+				D24DED6A5676A67D441D482E /* libPods-VLC-iOSTests.a in Frameworks */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};
@@ -1225,9 +1206,7 @@
 			isa = PBXFrameworksBuildPhase;
 			buildActionMask = 2147483647;
 			files = (
-				FBFA7376B199F363082AFE4A /* libPods-VLC-iOS-VLC-for-iOSUITests.a in Frameworks */,
-				2BD975497C0939E42F6A7B18 /* libPods-VLC-iOS-VLC-for-iOSUITests.a in Frameworks */,
-				25211EDD15D2E4628CFC43D4 /* libPods-VLC-for-iOSUITests.a in Frameworks */,
+				DAFB31EE993A4FC03A67E9D8 /* libPods-VLC-iOSUITests.a in Frameworks */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};
@@ -1749,8 +1728,8 @@
 			children = (
 				7D94FCDB16DE7D1000F2623B /* VLC for iOS.app */,
 				7D13293D1BA1F10100BE647E /* VLC-tvOS.app */,
-				41B0BC861F73ED7D0063BA26 /* VLC-for-iOSUITests.xctest */,
-				41533C91211338D500EC3ABA /* VLC-for-iOSTests.xctest */,
+				41B0BC861F73ED7D0063BA26 /* VLC-iOSUITests.xctest */,
+				41533C91211338D500EC3ABA /* VLC-iOSTests.xctest */,
 			);
 			name = Products;
 			sourceTree = "<group>";
@@ -1823,12 +1802,8 @@
 				FE1DEC7096649D63A308D86C /* libPods-VLC-tvOS.a */,
 				6FB3C4D1992DBF2B53F985CE /* libPods-VLC-tvOS-Debug.a */,
 				FF73F10D7535681155A87975 /* libPods-VLC-watchOS.a */,
-				260624EB5BF9F1FBE58BF816 /* libPods-VLC-for-iOSUITests.a */,
-				31FB5C5DBFDA9DD74867E2D1 /* libPods-VLC-iOS-VLC-for-iOSUITests.a */,
-				CD92B7DB3994F879C74A70E0 /* libPods-VLC-iOS-VLC-for-iOSTests.a */,
-				438089AE5D9FBAF976CEE90E /* libPods-VLC-iOS-VLC-for-iOSTests.a */,
-				77ECA255AB4178EB46A4B8D7 /* libPods-VLC-iOS-VLC-for-iOSUITests.a */,
-				9CE55C7ECF4E9195D9A656F1 /* libPods-VLC-for-iOSTests.a */,
+				F0DD9CC666E12604A0C1CAF2 /* libPods-VLC-iOSTests.a */,
+				B07DB49A003F0F907A97BC38 /* libPods-VLC-iOSUITests.a */,
 			);
 			name = Frameworks;
 			sourceTree = "<group>";
@@ -2258,24 +2233,15 @@
 				4EB2A836EBC6DE6E89855975 /* Pods-VLC-watchOS-Extension.debug.xcconfig */,
 				D2711C77E8DF23DB7347ADC9 /* Pods-VLC-watchOS-Extension.release.xcconfig */,
 				2CD27DA5256F95F3B8594C53 /* Pods-VLC-watchOS-Extension.distribution.xcconfig */,
-				DBC5BA0F8557B462B1A1DF71 /* Pods-VLC-for-iOSUITests.debug.xcconfig */,
-				3F75F8B10E83F8F1DD9FD11D /* Pods-VLC-for-iOSUITests.release.xcconfig */,
-				7B32CB1592DF0DB485E7D8F7 /* Pods-VLC-for-iOSUITests.distribution.xcconfig */,
-				A945E02675B76197DEFE0486 /* Pods-VLC-iOS-VLC-for-iOSUITests.debug.xcconfig */,
-				E8DB9015F858FF86D1419F2C /* Pods-VLC-iOS-VLC-for-iOSUITests.release.xcconfig */,
-				27E1FE5B2995E84315076C45 /* Pods-VLC-iOS-VLC-for-iOSUITests.distribution.xcconfig */,
-				1C174528BFB46C3490E773B6 /* Pods-VLC-iOS-VLC-for-iOSTests.debug.xcconfig */,
-				31E8A4CF7E65EE1E129A2D21 /* Pods-VLC-iOS-VLC-for-iOSTests.release.xcconfig */,
-				27F3CE7A10961E7DA841096D /* Pods-VLC-iOS-VLC-for-iOSTests.distribution.xcconfig */,
-				E8D5FCEF78BDCAC411B53303 /* Pods-VLC-iOS-VLC-for-iOSTests.debug.xcconfig */,
-				D1C64E967844BC7CA2853B1A /* Pods-VLC-iOS-VLC-for-iOSTests.release.xcconfig */,
-				81F4CE390EF9C804E945624F /* Pods-VLC-iOS-VLC-for-iOSTests.distribution.xcconfig */,
-				6D0CCE22BC2F0E0865E993DE /* Pods-VLC-iOS-VLC-for-iOSUITests.debug.xcconfig */,
-				156C5DDF2C45D110D1B83EBB /* Pods-VLC-iOS-VLC-for-iOSUITests.release.xcconfig */,
-				73DB37A189E2CBC264808494 /* Pods-VLC-iOS-VLC-for-iOSUITests.distribution.xcconfig */,
-				9437462B22FB31055A7ED2E3 /* Pods-VLC-for-iOSTests.debug.xcconfig */,
-				FE1A47B97D33AC3F0B204ED3 /* Pods-VLC-for-iOSTests.release.xcconfig */,
-				BF59448A0D2699616A01B78C /* Pods-VLC-for-iOSTests.distribution.xcconfig */,
+				ED4E8FC4571D9D9BDA0DBDA0 /* Pods-VLC-iOS-VLC-iOSUITests.debug.xcconfig */,
+				FCDEC0EC872950EBD08ECC67 /* Pods-VLC-iOS-VLC-iOSUITests.release.xcconfig */,
+				258C6A0DE2EB5873A37F4130 /* Pods-VLC-iOS-VLC-iOSUITests.distribution.xcconfig */,
+				3E95DC30A81B2AF9F7442E00 /* Pods-VLC-iOSTests.debug.xcconfig */,
+				7FC9CCF39DD8843873A42D34 /* Pods-VLC-iOSTests.release.xcconfig */,
+				E39E49F085F7C54D2DB79534 /* Pods-VLC-iOSTests.distribution.xcconfig */,
+				AB6F7FA639FBCA496EAED707 /* Pods-VLC-iOSUITests.debug.xcconfig */,
+				729E20FA8EE1683CD45270FB /* Pods-VLC-iOSUITests.release.xcconfig */,
+				6E092E29817D21B01AC28759 /* Pods-VLC-iOSUITests.distribution.xcconfig */,
 			);
 			name = Pods;
 			sourceTree = "<group>";
@@ -2577,9 +2543,9 @@
 /* End PBXGroup section */
 
 /* Begin PBXNativeTarget section */
-		41533C90211338D500EC3ABA /* VLC-for-iOSTests */ = {
+		41533C90211338D500EC3ABA /* VLC-iOSTests */ = {
 			isa = PBXNativeTarget;
-			buildConfigurationList = 41533C98211338D600EC3ABA /* Build configuration list for PBXNativeTarget "VLC-for-iOSTests" */;
+			buildConfigurationList = 41533C98211338D600EC3ABA /* Build configuration list for PBXNativeTarget "VLC-iOSTests" */;
 			buildPhases = (
 				16C1AB96786C00EC189F241D /* [CP] Check Pods Manifest.lock */,
 				41533C8D211338D500EC3ABA /* Sources */,
@@ -2591,14 +2557,13 @@
 			dependencies = (
 				41533C97211338D600EC3ABA /* PBXTargetDependency */,
 			);
-			name = "VLC-for-iOSTests";
-			productName = "VLC-for-iOSTests";
-			productReference = 41533C91211338D500EC3ABA /* VLC-for-iOSTests.xctest */;
+			name = "VLC-iOSTests";
+			productReference = 41533C91211338D500EC3ABA /* VLC-iOSTests.xctest */;
 			productType = "com.apple.product-type.bundle.unit-test";
 		};
-		41B0BC851F73ED7D0063BA26 /* VLC-for-iOSUITests */ = {
+		41B0BC851F73ED7D0063BA26 /* VLC-iOSUITests */ = {
 			isa = PBXNativeTarget;
-			buildConfigurationList = 41B0BC901F73ED7D0063BA26 /* Build configuration list for PBXNativeTarget "VLC-for-iOSUITests" */;
+			buildConfigurationList = 41B0BC901F73ED7D0063BA26 /* Build configuration list for PBXNativeTarget "VLC-iOSUITests" */;
 			buildPhases = (
 				01B87BDF6C0149CEE5DF21FA /* [CP] Check Pods Manifest.lock */,
 				41B0BC821F73ED7D0063BA26 /* Sources */,
@@ -2610,9 +2575,8 @@
 			dependencies = (
 				41B0BC8C1F73ED7D0063BA26 /* PBXTargetDependency */,
 			);
-			name = "VLC-for-iOSUITests";
-			productName = "VLC-for-iOSUITests";
-			productReference = 41B0BC861F73ED7D0063BA26 /* VLC-for-iOSUITests.xctest */;
+			name = "VLC-iOSUITests";
+			productReference = 41B0BC861F73ED7D0063BA26 /* VLC-iOSUITests.xctest */;
 			productType = "com.apple.product-type.bundle.ui-testing";
 		};
 		7D13293C1BA1F10100BE647E /* VLC-tvOS */ = {
@@ -2783,8 +2747,8 @@
 			targets = (
 				7D94FCDA16DE7D1000F2623B /* VLC-iOS */,
 				7D13293C1BA1F10100BE647E /* VLC-tvOS */,
-				41B0BC851F73ED7D0063BA26 /* VLC-for-iOSUITests */,
-				41533C90211338D500EC3ABA /* VLC-for-iOSTests */,
+				41B0BC851F73ED7D0063BA26 /* VLC-iOSUITests */,
+				41533C90211338D500EC3ABA /* VLC-iOSTests */,
 			);
 		};
 /* End PBXProject section */
@@ -2986,7 +2950,7 @@
 			);
 			name = "[CP] Check Pods Manifest.lock";
 			outputPaths = (
-				"$(DERIVED_FILE_DIR)/Pods-VLC-for-iOSUITests-checkManifestLockResult.txt",
+				"$(DERIVED_FILE_DIR)/Pods-VLC-iOSUITests-checkManifestLockResult.txt",
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 			shellPath = /bin/sh;
@@ -3040,7 +3004,7 @@
 			);
 			name = "[CP] Check Pods Manifest.lock";
 			outputPaths = (
-				"$(DERIVED_FILE_DIR)/Pods-VLC-for-iOSTests-checkManifestLockResult.txt",
+				"$(DERIVED_FILE_DIR)/Pods-VLC-iOSTests-checkManifestLockResult.txt",
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 			shellPath = /bin/sh;
@@ -3563,7 +3527,7 @@
 /* Begin XCBuildConfiguration section */
 		41533C99211338D600EC3ABA /* Debug */ = {
 			isa = XCBuildConfiguration;
-			baseConfigurationReference = 9437462B22FB31055A7ED2E3 /* Pods-VLC-for-iOSTests.debug.xcconfig */;
+			baseConfigurationReference = 3E95DC30A81B2AF9F7442E00 /* Pods-VLC-iOSTests.debug.xcconfig */;
 			buildSettings = {
 				BUNDLE_LOADER = "$(TEST_HOST)";
 				CLANG_ANALYZER_NONNULL = YES;
@@ -3586,7 +3550,7 @@
 				IPHONEOS_DEPLOYMENT_TARGET = 11.4;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
 				MTL_ENABLE_DEBUG_INFO = YES;
-				PRODUCT_BUNDLE_IDENTIFIER = "org.example.com.VLC-for-iOSTests";
+				PRODUCT_BUNDLE_IDENTIFIER = "org.example.com.VLC-iOSTests";
 				PRODUCT_MODULE_NAME = "$(PRODUCT_NAME:c99extidentifier)";
 				PRODUCT_NAME = "$(TARGET_NAME)";
 				SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
@@ -3600,7 +3564,7 @@
 		};
 		41533C9A211338D600EC3ABA /* Release */ = {
 			isa = XCBuildConfiguration;
-			baseConfigurationReference = FE1A47B97D33AC3F0B204ED3 /* Pods-VLC-for-iOSTests.release.xcconfig */;
+			baseConfigurationReference = 7FC9CCF39DD8843873A42D34 /* Pods-VLC-iOSTests.release.xcconfig */;
 			buildSettings = {
 				BUNDLE_LOADER = "$(TEST_HOST)";
 				CLANG_ANALYZER_NONNULL = YES;
@@ -3625,19 +3589,19 @@
 				IPHONEOS_DEPLOYMENT_TARGET = 11.4;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
 				MTL_ENABLE_DEBUG_INFO = NO;
-				PRODUCT_BUNDLE_IDENTIFIER = "org.example.com.VLC-for-iOSTests";
+				PRODUCT_BUNDLE_IDENTIFIER = "org.example.com.VLC-iOSTests";
 				PRODUCT_MODULE_NAME = "$(PRODUCT_NAME:c99extidentifier)";
 				PRODUCT_NAME = "$(TARGET_NAME)";
 				SWIFT_VERSION = 4.0;
 				TARGETED_DEVICE_FAMILY = "1,2";
 				TEST_HOST = "$(BUILT_PRODUCTS_DIR)/VLC for iOS.app/VLC for iOS";
-				TEST_TARGET_NAME = "VLC-iOS";
+				TEST_TARGET_NAME = VLC;
 			};
 			name = Release;
 		};
 		41533C9B211338D600EC3ABA /* Distribution */ = {
 			isa = XCBuildConfiguration;
-			baseConfigurationReference = BF59448A0D2699616A01B78C /* Pods-VLC-for-iOSTests.distribution.xcconfig */;
+			baseConfigurationReference = E39E49F085F7C54D2DB79534 /* Pods-VLC-iOSTests.distribution.xcconfig */;
 			buildSettings = {
 				BUNDLE_LOADER = "$(TEST_HOST)";
 				CLANG_ANALYZER_NONNULL = YES;
@@ -3662,7 +3626,7 @@
 				IPHONEOS_DEPLOYMENT_TARGET = 11.4;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
 				MTL_ENABLE_DEBUG_INFO = NO;
-				PRODUCT_BUNDLE_IDENTIFIER = "org.example.com.VLC-for-iOSTests";
+				PRODUCT_BUNDLE_IDENTIFIER = "org.example.com.VLC-iOSTests";
 				PRODUCT_MODULE_NAME = "$(PRODUCT_NAME:c99extidentifier)";
 				PRODUCT_NAME = "$(TARGET_NAME)";
 				SWIFT_VERSION = 4.0;
@@ -3674,7 +3638,7 @@
 		};
 		41B0BC8D1F73ED7D0063BA26 /* Debug */ = {
 			isa = XCBuildConfiguration;
-			baseConfigurationReference = DBC5BA0F8557B462B1A1DF71 /* Pods-VLC-for-iOSUITests.debug.xcconfig */;
+			baseConfigurationReference = AB6F7FA639FBCA496EAED707 /* Pods-VLC-iOSUITests.debug.xcconfig */;
 			buildSettings = {
 				ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
 				CLANG_ANALYZER_NONNULL = YES;
@@ -3712,7 +3676,8 @@
 				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
 				MTL_ENABLE_DEBUG_INFO = YES;
-				PRODUCT_BUNDLE_IDENTIFIER = "org.example.com.VLC-for-iOSUITests";
+				PRODUCT_BUNDLE_IDENTIFIER = "org.example.com.VLC-iOSUITests";
+				PRODUCT_MODULE_NAME = "$(PRODUCT_NAME:c99extidentifier)";
 				PRODUCT_NAME = "$(TARGET_NAME)";
 				SWIFT_OBJC_BRIDGING_HEADER = "VLC-iOS-UITests/VLC-iOSUITest-Bridging-Header.h";
 				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
@@ -3723,7 +3688,7 @@
 		};
 		41B0BC8E1F73ED7D0063BA26 /* Release */ = {
 			isa = XCBuildConfiguration;
-			baseConfigurationReference = 3F75F8B10E83F8F1DD9FD11D /* Pods-VLC-for-iOSUITests.release.xcconfig */;
+			baseConfigurationReference = 729E20FA8EE1683CD45270FB /* Pods-VLC-iOSUITests.release.xcconfig */;
 			buildSettings = {
 				ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
 				CLANG_ANALYZER_NONNULL = YES;
@@ -3762,7 +3727,8 @@
 				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
 				MTL_ENABLE_DEBUG_INFO = NO;
-				PRODUCT_BUNDLE_IDENTIFIER = "org.example.com.VLC-for-iOSUITests";
+				PRODUCT_BUNDLE_IDENTIFIER = "org.example.com.VLC-iOSUITests";
+				PRODUCT_MODULE_NAME = "$(PRODUCT_NAME:c99extidentifier)";
 				PRODUCT_NAME = "$(TARGET_NAME)";
 				SWIFT_COMPILATION_MODE = singlefile;
 				SWIFT_OBJC_BRIDGING_HEADER = "VLC-iOS-UITests/VLC-iOSUITest-Bridging-Header.h";
@@ -3774,7 +3740,7 @@
 		};
 		41B0BC8F1F73ED7D0063BA26 /* Distribution */ = {
 			isa = XCBuildConfiguration;
-			baseConfigurationReference = 7B32CB1592DF0DB485E7D8F7 /* Pods-VLC-for-iOSUITests.distribution.xcconfig */;
+			baseConfigurationReference = 6E092E29817D21B01AC28759 /* Pods-VLC-iOSUITests.distribution.xcconfig */;
 			buildSettings = {
 				ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
 				CLANG_ANALYZER_NONNULL = YES;
@@ -3813,7 +3779,8 @@
 				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
 				MTL_ENABLE_DEBUG_INFO = NO;
-				PRODUCT_BUNDLE_IDENTIFIER = "org.example.com.VLC-for-iOSUITests";
+				PRODUCT_BUNDLE_IDENTIFIER = "org.example.com.VLC-iOSUITests";
+				PRODUCT_MODULE_NAME = "$(PRODUCT_NAME:c99extidentifier)";
 				PRODUCT_NAME = "$(TARGET_NAME)";
 				SWIFT_OBJC_BRIDGING_HEADER = "VLC-iOS-UITests/VLC-iOSUITest-Bridging-Header.h";
 				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
@@ -3995,7 +3962,7 @@
 				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
 				ONLY_ACTIVE_ARCH = YES;
 				OTHER_LDFLAGS = "-ObjC";
-				PRODUCT_MODULE_NAME = VLC_iOS;
+				PRODUCT_MODULE_NAME = VLC;
 				SDKROOT = iphoneos;
 				SWIFT_VERSION = 4.0;
 				TARGETED_DEVICE_FAMILY = "1,2";
@@ -4042,7 +4009,7 @@
 				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
 				OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
 				OTHER_LDFLAGS = "-ObjC";
-				PRODUCT_MODULE_NAME = VLC_iOS;
+				PRODUCT_MODULE_NAME = VLC;
 				SDKROOT = iphoneos;
 				SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
 				SWIFT_VERSION = 4.0;
@@ -4175,7 +4142,7 @@
 				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
 				OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
 				OTHER_LDFLAGS = "-ObjC";
-				PRODUCT_MODULE_NAME = VLC_iOS;
+				PRODUCT_MODULE_NAME = VLC;
 				SDKROOT = iphoneos;
 				SWIFT_VERSION = 4.0;
 				TARGETED_DEVICE_FAMILY = "1,2";
@@ -4230,7 +4197,7 @@
 /* End XCBuildConfiguration section */
 
 /* Begin XCConfigurationList section */
-		41533C98211338D600EC3ABA /* Build configuration list for PBXNativeTarget "VLC-for-iOSTests" */ = {
+		41533C98211338D600EC3ABA /* Build configuration list for PBXNativeTarget "VLC-iOSTests" */ = {
 			isa = XCConfigurationList;
 			buildConfigurations = (
 				41533C99211338D600EC3ABA /* Debug */,
@@ -4240,7 +4207,7 @@
 			defaultConfigurationIsVisible = 0;
 			defaultConfigurationName = Release;
 		};
-		41B0BC901F73ED7D0063BA26 /* Build configuration list for PBXNativeTarget "VLC-for-iOSUITests" */ = {
+		41B0BC901F73ED7D0063BA26 /* Build configuration list for PBXNativeTarget "VLC-iOSUITests" */ = {
 			isa = XCConfigurationList;
 			buildConfigurations = (
 				41B0BC8D1F73ED7D0063BA26 /* Debug */,

+ 2 - 2
VLC.xcodeproj/xcshareddata/xcschemes/VLC-iOS-Tests.xcscheme

@@ -17,8 +17,8 @@
             <BuildableReference
                BuildableIdentifier = "primary"
                BlueprintIdentifier = "41533C90211338D500EC3ABA"
-               BuildableName = "VLC-for-iOSTests.xctest"
-               BlueprintName = "VLC-for-iOSTests"
+               BuildableName = "VLC-iOSTests.xctest"
+               BlueprintName = "VLC-iOSTests"
                ReferencedContainer = "container:VLC.xcodeproj">
             </BuildableReference>
          </TestableReference>

+ 8 - 8
VLC.xcodeproj/xcshareddata/xcschemes/VLC-iOS-UITests.xcscheme

@@ -15,8 +15,8 @@
             <BuildableReference
                BuildableIdentifier = "primary"
                BlueprintIdentifier = "41B0BC851F73ED7D0063BA26"
-               BuildableName = "VLC-for-iOSUITests.xctest"
-               BlueprintName = "VLC-for-iOSUITests"
+               BuildableName = "VLC-iOSUITests.xctest"
+               BlueprintName = "VLC-iOSUITests"
                ReferencedContainer = "container:VLC.xcodeproj">
             </BuildableReference>
          </BuildActionEntry>
@@ -33,8 +33,8 @@
             <BuildableReference
                BuildableIdentifier = "primary"
                BlueprintIdentifier = "41B0BC851F73ED7D0063BA26"
-               BuildableName = "VLC-for-iOSUITests.xctest"
-               BlueprintName = "VLC-for-iOSUITests"
+               BuildableName = "VLC-iOSUITests.xctest"
+               BlueprintName = "VLC-iOSUITests"
                ReferencedContainer = "container:VLC.xcodeproj">
             </BuildableReference>
          </TestableReference>
@@ -56,8 +56,8 @@
          <BuildableReference
             BuildableIdentifier = "primary"
             BlueprintIdentifier = "41B0BC851F73ED7D0063BA26"
-            BuildableName = "VLC-for-iOSUITests.xctest"
-            BlueprintName = "VLC-for-iOSUITests"
+            BuildableName = "VLC-iOSUITests.xctest"
+            BlueprintName = "VLC-iOSUITests"
             ReferencedContainer = "container:VLC.xcodeproj">
          </BuildableReference>
       </MacroExpansion>
@@ -74,8 +74,8 @@
          <BuildableReference
             BuildableIdentifier = "primary"
             BlueprintIdentifier = "41B0BC851F73ED7D0063BA26"
-            BuildableName = "VLC-for-iOSUITests.xctest"
-            BlueprintName = "VLC-for-iOSUITests"
+            BuildableName = "VLC-iOSUITests.xctest"
+            BlueprintName = "VLC-iOSUITests"
             ReferencedContainer = "container:VLC.xcodeproj">
          </BuildableReference>
       </MacroExpansion>

+ 11 - 11
VLC.xcodeproj/xcshareddata/xcschemes/VLC-iOS.xcscheme

@@ -32,26 +32,26 @@
             skipped = "NO">
             <BuildableReference
                BuildableIdentifier = "primary"
-               BlueprintIdentifier = "41B0BC851F73ED7D0063BA26"
-               BuildableName = "VLC-for-iOSUITests.xctest"
-               BlueprintName = "VLC-for-iOSUITests"
+               BlueprintIdentifier = "41533C90211338D500EC3ABA"
+               BuildableName = "VLC-iOSTests.xctest"
+               BlueprintName = "VLC-iOSTests"
                ReferencedContainer = "container:VLC.xcodeproj">
             </BuildableReference>
-            <SkippedTests>
-               <Test
-                  Identifier = "Screenshot/testCaptureVideoPlayback()">
-               </Test>
-            </SkippedTests>
          </TestableReference>
          <TestableReference
             skipped = "NO">
             <BuildableReference
                BuildableIdentifier = "primary"
-               BlueprintIdentifier = "41533C90211338D500EC3ABA"
-               BuildableName = "VLC-for-iOSTests.xctest"
-               BlueprintName = "VLC-for-iOSTests"
+               BlueprintIdentifier = "41B0BC851F73ED7D0063BA26"
+               BuildableName = "VLC-iOSUITests.xctest"
+               BlueprintName = "VLC-iOSUITests"
                ReferencedContainer = "container:VLC.xcodeproj">
             </BuildableReference>
+            <SkippedTests>
+               <Test
+                  Identifier = "Screenshot/testCaptureVideoPlayback()">
+               </Test>
+            </SkippedTests>
          </TestableReference>
       </Testables>
       <MacroExpansion>