diff --git a/LimelightTests/LimelightTests-Info.plist b/LimelightTests/LimelightTests-Info.plist deleted file mode 100644 index 7ff4f3d..0000000 --- a/LimelightTests/LimelightTests-Info.plist +++ /dev/null @@ -1,22 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - ${EXECUTABLE_NAME} - CFBundleIdentifier - com.limelight-stream.${PRODUCT_NAME:rfc1034identifier} - CFBundleInfoDictionaryVersion - 6.0 - CFBundlePackageType - BNDL - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - 1 - - diff --git a/LimelightTests/LimelightTests.m b/LimelightTests/LimelightTests.m deleted file mode 100644 index 9e3cdae..0000000 --- a/LimelightTests/LimelightTests.m +++ /dev/null @@ -1,34 +0,0 @@ -// -// MoonlightTests.m -// MoonlightTests -// -// Created by Diego Waxemberg on 8/30/14. -// Copyright (c) 2014 Moonlight Stream. All rights reserved. -// - -#import - -@interface LimelightTests : XCTestCase - -@end - -@implementation LimelightTests - -- (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 -{ - XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__); -} - -@end diff --git a/LimelightTests/en.lproj/InfoPlist.strings b/LimelightTests/en.lproj/InfoPlist.strings deleted file mode 100644 index 477b28f..0000000 --- a/LimelightTests/en.lproj/InfoPlist.strings +++ /dev/null @@ -1,2 +0,0 @@ -/* Localized versions of Info.plist keys */ - diff --git a/Moonlight.xcodeproj/project.pbxproj b/Moonlight.xcodeproj/project.pbxproj index 47d0d20..1ad24ed 100644 --- a/Moonlight.xcodeproj/project.pbxproj +++ b/Moonlight.xcodeproj/project.pbxproj @@ -24,11 +24,6 @@ FB290D0419B2C406004C83CF /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = FB290D0319B2C406004C83CF /* AppDelegate.m */; }; FB290D0719B2C406004C83CF /* Limelight.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = FB290D0519B2C406004C83CF /* Limelight.xcdatamodeld */; }; FB290D0919B2C406004C83CF /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = FB290D0819B2C406004C83CF /* Images.xcassets */; }; - FB290D1119B2C406004C83CF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB290CF119B2C406004C83CF /* Foundation.framework */; }; - FB290D1219B2C406004C83CF /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB290CF519B2C406004C83CF /* UIKit.framework */; }; - FB290D1319B2C406004C83CF /* CoreData.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB290CF719B2C406004C83CF /* CoreData.framework */; }; - FB290D1B19B2C406004C83CF /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = FB290D1919B2C406004C83CF /* InfoPlist.strings */; }; - FB290D1D19B2C406004C83CF /* LimelightTests.m in Sources */ = {isa = PBXBuildFile; fileRef = FB290D1C19B2C406004C83CF /* LimelightTests.m */; }; FB290DB719B2C870004C83CF /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = FB290DB619B2C870004C83CF /* libz.dylib */; }; FB290DB919B2C877004C83CF /* libbz2.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = FB290DB819B2C877004C83CF /* libbz2.dylib */; }; FB290DC419B2E98F004C83CF /* libxml2.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = FB290DC319B2E98F004C83CF /* libxml2.dylib */; }; @@ -93,13 +88,6 @@ remoteGlobalIDString = FB290E2E19B37A4E004C83CF; remoteInfo = "moonlight-common"; }; - FB290D1419B2C406004C83CF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FB290CE619B2C406004C83CF /* Project object */; - proxyType = 1; - remoteGlobalIDString = FB290CED19B2C406004C83CF; - remoteInfo = Limelight; - }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ @@ -124,10 +112,6 @@ FB290D0319B2C406004C83CF /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; FB290D0619B2C406004C83CF /* Limelight.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = Limelight.xcdatamodel; sourceTree = ""; }; FB290D0819B2C406004C83CF /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; - FB290D0E19B2C406004C83CF /* LimelightTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LimelightTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - FB290D1819B2C406004C83CF /* LimelightTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "LimelightTests-Info.plist"; sourceTree = ""; }; - FB290D1A19B2C406004C83CF /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; - FB290D1C19B2C406004C83CF /* LimelightTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LimelightTests.m; sourceTree = ""; }; FB290DB619B2C870004C83CF /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; }; FB290DB819B2C877004C83CF /* libbz2.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libbz2.dylib; path = usr/lib/libbz2.dylib; sourceTree = SDKROOT; }; FB290DC319B2E98F004C83CF /* libxml2.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libxml2.dylib; path = usr/lib/libxml2.dylib; sourceTree = SDKROOT; }; @@ -317,16 +301,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - FB290D0B19B2C406004C83CF /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - FB290D1319B2C406004C83CF /* CoreData.framework in Frameworks */, - FB290D1219B2C406004C83CF /* UIKit.framework in Frameworks */, - FB290D1119B2C406004C83CF /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ @@ -365,7 +339,6 @@ children = ( 98A03B4519F3514B00861ACA /* moonlight-common.xcodeproj */, FB290CF919B2C406004C83CF /* Limelight */, - FB290D1619B2C406004C83CF /* LimelightTests */, FB290CF019B2C406004C83CF /* Frameworks */, FB290CEF19B2C406004C83CF /* Products */, ); @@ -375,7 +348,6 @@ isa = PBXGroup; children = ( FB290CEE19B2C406004C83CF /* Moonlight.app */, - FB290D0E19B2C406004C83CF /* LimelightTests.xctest */, ); name = Products; sourceTree = ""; @@ -437,24 +409,6 @@ name = "Supporting Files"; sourceTree = ""; }; - FB290D1619B2C406004C83CF /* LimelightTests */ = { - isa = PBXGroup; - children = ( - FB290D1C19B2C406004C83CF /* LimelightTests.m */, - FB290D1719B2C406004C83CF /* Supporting Files */, - ); - path = LimelightTests; - sourceTree = ""; - }; - FB290D1719B2C406004C83CF /* Supporting Files */ = { - isa = PBXGroup; - children = ( - FB290D1819B2C406004C83CF /* LimelightTests-Info.plist */, - FB290D1919B2C406004C83CF /* InfoPlist.strings */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; FB89460419F646E200339C8A /* Crypto */ = { isa = PBXGroup; children = ( @@ -778,24 +732,6 @@ productReference = FB290CEE19B2C406004C83CF /* Moonlight.app */; productType = "com.apple.product-type.application"; }; - FB290D0D19B2C406004C83CF /* LimelightTests */ = { - isa = PBXNativeTarget; - buildConfigurationList = FB290D2319B2C406004C83CF /* Build configuration list for PBXNativeTarget "LimelightTests" */; - buildPhases = ( - FB290D0A19B2C406004C83CF /* Sources */, - FB290D0B19B2C406004C83CF /* Frameworks */, - FB290D0C19B2C406004C83CF /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - FB290D1519B2C406004C83CF /* PBXTargetDependency */, - ); - name = LimelightTests; - productName = LimelightTests; - productReference = FB290D0E19B2C406004C83CF /* LimelightTests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ @@ -808,9 +744,6 @@ FB290CED19B2C406004C83CF = { DevelopmentTeam = DM46QST4M7; }; - FB290D0D19B2C406004C83CF = { - TestTargetID = FB290CED19B2C406004C83CF; - }; }; }; buildConfigurationList = FB290CE919B2C406004C83CF /* Build configuration list for PBXProject "Moonlight" */; @@ -832,7 +765,6 @@ projectRoot = ""; targets = ( FB290CED19B2C406004C83CF /* Moonlight */, - FB290D0D19B2C406004C83CF /* LimelightTests */, ); }; /* End PBXProject section */ @@ -867,14 +799,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - FB290D0C19B2C406004C83CF /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - FB290D1B19B2C406004C83CF /* InfoPlist.strings in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ @@ -924,14 +848,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - FB290D0A19B2C406004C83CF /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - FB290D1D19B2C406004C83CF /* LimelightTests.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ @@ -940,11 +856,6 @@ name = "moonlight-common"; targetProxy = 987140011B04541A00AB57D5 /* PBXContainerItemProxy */; }; - FB290D1519B2C406004C83CF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = FB290CED19B2C406004C83CF /* Moonlight */; - targetProxy = FB290D1419B2C406004C83CF /* PBXContainerItemProxy */; - }; /* End PBXTargetDependency section */ /* Begin PBXVariantGroup section */ @@ -956,14 +867,6 @@ name = InfoPlist.strings; sourceTree = ""; }; - FB290D1919B2C406004C83CF /* InfoPlist.strings */ = { - isa = PBXVariantGroup; - children = ( - FB290D1A19B2C406004C83CF /* en */, - ); - name = InfoPlist.strings; - sourceTree = ""; - }; /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ @@ -1100,46 +1003,6 @@ }; name = Release; }; - FB290D2419B2C406004C83CF /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/Moonlight.app/Moonlight"; - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - "$(DEVELOPER_FRAMEWORKS_DIR)", - ); - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "Limelight/Limelight-Prefix.pch"; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - INFOPLIST_FILE = "LimelightTests/LimelightTests-Info.plist"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUNDLE_LOADER)"; - WRAPPER_EXTENSION = xctest; - }; - name = Debug; - }; - FB290D2519B2C406004C83CF /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/Moonlight.app/Moonlight"; - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - "$(DEVELOPER_FRAMEWORKS_DIR)", - ); - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "Limelight/Limelight-Prefix.pch"; - INFOPLIST_FILE = "LimelightTests/LimelightTests-Info.plist"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUNDLE_LOADER)"; - WRAPPER_EXTENSION = xctest; - }; - name = Release; - }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ @@ -1161,15 +1024,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - FB290D2319B2C406004C83CF /* Build configuration list for PBXNativeTarget "LimelightTests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - FB290D2419B2C406004C83CF /* Debug */, - FB290D2519B2C406004C83CF /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; /* End XCConfigurationList section */ /* Begin XCVersionGroup section */