diff --git a/TVVLCPlayerTests/Info.plist b/TVVLCPlayerTests/Info.plist deleted file mode 100644 index 6c40a6c..0000000 --- a/TVVLCPlayerTests/Info.plist +++ /dev/null @@ -1,22 +0,0 @@ - - - - - CFBundleDevelopmentRegion - $(DEVELOPMENT_LANGUAGE) - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - BNDL - CFBundleShortVersionString - 1.0 - CFBundleVersion - 1 - - diff --git a/TVVLCPlayerTests/TVVLCPlayerTests.swift b/TVVLCPlayerTests/TVVLCPlayerTests.swift deleted file mode 100644 index ae9c1b0..0000000 --- a/TVVLCPlayerTests/TVVLCPlayerTests.swift +++ /dev/null @@ -1,36 +0,0 @@ -// -// TVVLCPlayerTests.swift -// TVVLCPlayerTests -// -// Created by Jérémy Marchand on 03/03/2018. -// Copyright © 2018 Jérémy Marchand. All rights reserved. -// - -import XCTest -@testable import TVVLCPlayer - -class TVVLCPlayerTests: XCTestCase { - - override func setUp() { - super.setUp() - // Put setup code here. This method is called before the invocation of each test method in the class. - } - - override func tearDown() { - // Put teardown code here. This method is called after the invocation of each test method in the class. - super.tearDown() - } - - func testExample() { - // This is an example of a functional test case. - // Use XCTAssert and related functions to verify your tests produce the correct results. - } - - func testPerformanceExample() { - // This is an example of a performance test case. - self.measure { - // Put the code you want to measure the time of here. - } - } - -}