diff --git a/Documentation/Examples/Testable/Testable.xcodeproj/project.pbxproj b/Documentation/Examples/Testable/Testable.xcodeproj/project.pbxproj index 511029965..a5ac6f9ed 100644 --- a/Documentation/Examples/Testable/Testable.xcodeproj/project.pbxproj +++ b/Documentation/Examples/Testable/Testable.xcodeproj/project.pbxproj @@ -38,14 +38,14 @@ containerPortal = 6282C64E2C9CE3F70040DCDB /* KIF.xcodeproj */; proxyType = 2; remoteGlobalIDString = EB60ECC1177F8C83005A041A; - remoteInfo = "Test Host"; + remoteInfo = "TestHost"; }; 6282C6592C9CE3F70040DCDB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 6282C64E2C9CE3F70040DCDB /* KIF.xcodeproj */; proxyType = 2; remoteGlobalIDString = EABD46CD1857A0F300A5F081; - remoteInfo = "KIF Tests"; + remoteInfo = "KIFTests"; }; 62F81AFB1EBBD038009B2400 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -113,8 +113,8 @@ isa = PBXGroup; children = ( 6282C6562C9CE3F70040DCDB /* libKIF.a */, - 6282C6582C9CE3F70040DCDB /* Test Host.app */, - 6282C65A2C9CE3F70040DCDB /* KIF Tests - XCTest.xctest */, + 6282C6582C9CE3F70040DCDB /* TestHost.app */, + 6282C65A2C9CE3F70040DCDB /* KIFTests - XCTest.xctest */, ); name = Products; sourceTree = ""; @@ -284,17 +284,17 @@ remoteRef = 6282C6552C9CE3F70040DCDB /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 6282C6582C9CE3F70040DCDB /* Test Host.app */ = { + 6282C6582C9CE3F70040DCDB /* TestHost.app */ = { isa = PBXReferenceProxy; fileType = wrapper.application; - path = "Test Host.app"; + path = "TestHost.app"; remoteRef = 6282C6572C9CE3F70040DCDB /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 6282C65A2C9CE3F70040DCDB /* KIF Tests - XCTest.xctest */ = { + 6282C65A2C9CE3F70040DCDB /* KIFTests - XCTest.xctest */ = { isa = PBXReferenceProxy; fileType = wrapper.cfbundle; - path = "KIF Tests - XCTest.xctest"; + path = "KIFTests - XCTest.xctest"; remoteRef = 6282C6592C9CE3F70040DCDB /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; diff --git a/KIF Tests/KIF Tests-Prefix.pch b/KIF Tests/KIF Tests-Prefix.pch deleted file mode 100644 index 755f50c2f..000000000 --- a/KIF Tests/KIF Tests-Prefix.pch +++ /dev/null @@ -1,8 +0,0 @@ -// -// Prefix header for all source files of the 'KIF Tests' target in the 'KIF Tests' project -// - -#ifdef __OBJC__ - #import - #import -#endif diff --git a/KIF.xcodeproj/project.pbxproj b/KIF.xcodeproj/project.pbxproj index 9d0492004..7089bf3cd 100644 --- a/KIF.xcodeproj/project.pbxproj +++ b/KIF.xcodeproj/project.pbxproj @@ -155,7 +155,6 @@ EABD46C31857A0F300A5F081 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AAB072B413971AEA008AF393 /* UIKit.framework */; }; EABD46C41857A0F300A5F081 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AAB0726B139719AC008AF393 /* Foundation.framework */; }; EABD46C51857A0F300A5F081 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EB60ECC4177F8C83005A041A /* CoreGraphics.framework */; }; - EABD46C71857A0F300A5F081 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = EB60ECF2177F8DB3005A041A /* InfoPlist.strings */; }; EABD46CF1857A15400A5F081 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EABD46AB1857A0EB00A5F081 /* XCTest.framework */; }; EABD46D21857A24E00A5F081 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EABD46AB1857A0EB00A5F081 /* XCTest.framework */; }; EABD46D61858C8ED00A5F081 /* libKIF.a in Frameworks */ = {isa = PBXBuildFile; fileRef = EABD46AA1857A0C700A5F081 /* libKIF.a */; }; @@ -205,7 +204,7 @@ containerPortal = AAB0725F139719AC008AF393 /* Project object */; proxyType = 1; remoteGlobalIDString = EB60ECC0177F8C83005A041A; - remoteInfo = "Test Host"; + remoteInfo = TestHost; }; /* End PBXContainerItemProxy section */ @@ -317,8 +316,6 @@ 97E8A5CE1B0A62F700124E3B /* BackgroundViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BackgroundViewController.m; sourceTree = ""; }; 97E8A5D01B0A63D100124E3B /* BackgroundTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BackgroundTests.m; sourceTree = ""; }; 9CC881A21AD4CAAC002CD34C /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = System/Library/Frameworks/CoreFoundation.framework; sourceTree = SDKROOT; }; - 9CC9673E1AD4B1B600576D13 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 9CC9673F1AD4B1B600576D13 /* KIF.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = KIF.h; sourceTree = ""; }; AAB0726B139719AC008AF393 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; AAB072B413971AEA008AF393 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; ACA242E32C3DA55400E6F1B6 /* CustomActionTests_ViewTestActor.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CustomActionTests_ViewTestActor.m; sourceTree = ""; }; @@ -343,24 +340,22 @@ EA0F25491829839E006FF825 /* CollectionViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CollectionViewController.m; sourceTree = ""; }; EABD46AA1857A0C700A5F081 /* libKIF.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libKIF.a; sourceTree = BUILT_PRODUCTS_DIR; }; EABD46AB1857A0EB00A5F081 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; - EABD46CD1857A0F300A5F081 /* KIF Tests - XCTest.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "KIF Tests - XCTest.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; + EABD46CD1857A0F300A5F081 /* KIFTests - XCTest.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "KIFTests - XCTest.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; EB02523D17AA109400A7D13A /* CompositionTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CompositionTests.m; sourceTree = ""; }; EB09000F17E3696A00AA15B1 /* SearchFieldTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SearchFieldTests.m; sourceTree = ""; }; EB1A44D91A0C33AD004A3F61 /* AccessibilityIdentifierTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AccessibilityIdentifierTests.m; sourceTree = ""; }; EB22B5AF17AF52640090B848 /* CascadingFailureTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CascadingFailureTests.m; sourceTree = ""; }; EB3F654417AA0B8400469D18 /* TableViewTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TableViewTests.m; sourceTree = ""; }; EB4C3138167BA3D200E31109 /* SenTestingKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SenTestingKit.framework; path = Library/Frameworks/SenTestingKit.framework; sourceTree = DEVELOPER_DIR; }; - EB60ECC1177F8C83005A041A /* Test Host.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Test Host.app"; sourceTree = BUILT_PRODUCTS_DIR; }; + EB60ECC1177F8C83005A041A /* TestHost.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TestHost.app; sourceTree = BUILT_PRODUCTS_DIR; }; EB60ECC4177F8C83005A041A /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; - EB60ECC8177F8C83005A041A /* Test Host-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Test Host-Info.plist"; sourceTree = ""; }; + EB60ECC8177F8C83005A041A /* TestHost-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "TestHost-Info.plist"; sourceTree = ""; }; EB60ECCA177F8C83005A041A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; EB60ECCC177F8C84005A041A /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; - EB60ECCE177F8C84005A041A /* Test Host-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Test Host-Prefix.pch"; sourceTree = ""; }; + EB60ECCE177F8C84005A041A /* TestHost-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "TestHost-Prefix.pch"; sourceTree = ""; }; EB60ECD2177F8C84005A041A /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = ""; }; EB60ECD4177F8C84005A041A /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = ""; }; EB60ECD6177F8C84005A041A /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = ""; }; - EB60ECF1177F8DB3005A041A /* KIF Tests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "KIF Tests-Info.plist"; sourceTree = ""; }; - EB60ECF3177F8DB3005A041A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; EB60ECFC177F9031005A041A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; EB60ECFD177F9031005A041A /* ShowHideViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ShowHideViewController.m; sourceTree = ""; }; EB60ECFE177F9032005A041A /* TapViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TapViewController.m; sourceTree = ""; }; @@ -575,31 +570,12 @@ path = Sources/KIF/ApplePrivateAPIs; sourceTree = ""; }; - 9CC9673C1AD4B1B600576D13 /* KIF Framework */ = { - isa = PBXGroup; - children = ( - 9CC9673F1AD4B1B600576D13 /* KIF.h */, - 9CC9673D1AD4B1B600576D13 /* Supporting Files */, - ); - name = "KIF Framework"; - path = KIFFramework; - sourceTree = ""; - }; - 9CC9673D1AD4B1B600576D13 /* Supporting Files */ = { - isa = PBXGroup; - children = ( - 9CC9673E1AD4B1B600576D13 /* Info.plist */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; AAB0725D139719AC008AF393 = { isa = PBXGroup; children = ( EB60ECBC177F8C51005A041A /* KIF */, - EB60ECC6177F8C83005A041A /* Test Host */, - EB60ECEF177F8DB3005A041A /* KIF Tests */, - 9CC9673C1AD4B1B600576D13 /* KIF Framework */, + EB60ECEF177F8DB3005A041A /* Tests */, + EB60ECC6177F8C83005A041A /* TestHost */, AAB0726A139719AC008AF393 /* Frameworks */, AAB07269139719AC008AF393 /* Products */, ); @@ -608,9 +584,9 @@ AAB07269139719AC008AF393 /* Products */ = { isa = PBXGroup; children = ( - EB60ECC1177F8C83005A041A /* Test Host.app */, + EB60ECC1177F8C83005A041A /* TestHost.app */, EABD46AA1857A0C700A5F081 /* libKIF.a */, - EABD46CD1857A0F300A5F081 /* KIF Tests - XCTest.xctest */, + EABD46CD1857A0F300A5F081 /* KIFTests - XCTest.xctest */, ); name = Products; sourceTree = ""; @@ -654,7 +630,7 @@ name = KIF; sourceTree = ""; }; - EB60ECC6177F8C83005A041A /* Test Host */ = { + EB60ECC6177F8C83005A041A /* TestHost */ = { isa = PBXGroup; children = ( 3812FB601A1212A700335733 /* AnimationViewController.m */, @@ -676,16 +652,16 @@ EB60ECC7177F8C83005A041A /* Supporting Files */, 8EAA1EE129D3AF7A008F6029 /* OffscreenViewController.m */, ); - path = "Test Host"; + path = TestHost; sourceTree = ""; }; EB60ECC7177F8C83005A041A /* Supporting Files */ = { isa = PBXGroup; children = ( - EB60ECC8177F8C83005A041A /* Test Host-Info.plist */, + EB60ECC8177F8C83005A041A /* TestHost-Info.plist */, EB60ECC9177F8C83005A041A /* InfoPlist.strings */, EB60ECCC177F8C84005A041A /* main.m */, - EB60ECCE177F8C84005A041A /* Test Host-Prefix.pch */, + EB60ECCE177F8C84005A041A /* TestHost-Prefix.pch */, EB60ECD2177F8C84005A041A /* Default.png */, EB60ECD4177F8C84005A041A /* Default@2x.png */, EB60ECD6177F8C84005A041A /* Default-568h@2x.png */, @@ -695,7 +671,7 @@ name = "Supporting Files"; sourceTree = ""; }; - EB60ECEF177F8DB3005A041A /* KIF Tests */ = { + EB60ECEF177F8DB3005A041A /* Tests */ = { isa = PBXGroup; children = ( FA8DA74D1A77117A00E0C644 /* KIFUIViewTestActor Tests */, @@ -729,19 +705,9 @@ EB60ED0A177F90BA005A041A /* SystemTests.m */, 5F6A1B371C191F9600F20F22 /* UIApplicationKIFAdditionsTests.m */, B66B1BF3202BC94F00D0E4B2 /* AutocorrectTests.m */, - EB60ECF0177F8DB3005A041A /* Supporting Files */, 8EAA1EE329D3B1F5008F6029 /* OffscreenTests.m */, ); - path = "KIF Tests"; - sourceTree = ""; - }; - EB60ECF0177F8DB3005A041A /* Supporting Files */ = { - isa = PBXGroup; - children = ( - EB60ECF1177F8DB3005A041A /* KIF Tests-Info.plist */, - EB60ECF2177F8DB3005A041A /* InfoPlist.strings */, - ); - name = "Supporting Files"; + path = Tests; sourceTree = ""; }; FA8DA74D1A77117A00E0C644 /* KIFUIViewTestActor Tests */ = { @@ -871,9 +837,9 @@ productReference = EABD46AA1857A0C700A5F081 /* libKIF.a */; productType = "com.apple.product-type.library.static"; }; - EABD46AD1857A0F300A5F081 /* KIF Tests */ = { + EABD46AD1857A0F300A5F081 /* KIFTests */ = { isa = PBXNativeTarget; - buildConfigurationList = EABD46C91857A0F300A5F081 /* Build configuration list for PBXNativeTarget "KIF Tests" */; + buildConfigurationList = EABD46C91857A0F300A5F081 /* Build configuration list for PBXNativeTarget "KIFTests" */; buildPhases = ( EABD46B01857A0F300A5F081 /* Sources */, EABD46C01857A0F300A5F081 /* Frameworks */, @@ -884,14 +850,14 @@ dependencies = ( EABD46AE1857A0F300A5F081 /* PBXTargetDependency */, ); - name = "KIF Tests"; - productName = "KIF Tests"; - productReference = EABD46CD1857A0F300A5F081 /* KIF Tests - XCTest.xctest */; + name = KIFTests; + productName = KIFTests; + productReference = EABD46CD1857A0F300A5F081 /* KIFTests - XCTest.xctest */; productType = "com.apple.product-type.bundle.unit-test"; }; - EB60ECC0177F8C83005A041A /* Test Host */ = { + EB60ECC0177F8C83005A041A /* TestHost */ = { isa = PBXNativeTarget; - buildConfigurationList = EB60ECD8177F8C84005A041A /* Build configuration list for PBXNativeTarget "Test Host" */; + buildConfigurationList = EB60ECD8177F8C84005A041A /* Build configuration list for PBXNativeTarget "TestHost" */; buildPhases = ( EB60ECBD177F8C83005A041A /* Sources */, EB60ECBE177F8C83005A041A /* Frameworks */, @@ -901,9 +867,9 @@ ); dependencies = ( ); - name = "Test Host"; - productName = "Test Host"; - productReference = EB60ECC1177F8C83005A041A /* Test Host.app */; + name = TestHost; + productName = TestHost; + productReference = EB60ECC1177F8C83005A041A /* TestHost.app */; productType = "com.apple.product-type.application"; }; /* End PBXNativeTarget section */ @@ -930,8 +896,8 @@ targets = ( EABD46791857A0C700A5F081 /* KIF */, A88930091685088F00FC7C63 /* KIF Documentation */, - EB60ECC0177F8C83005A041A /* Test Host */, - EABD46AD1857A0F300A5F081 /* KIF Tests */, + EB60ECC0177F8C83005A041A /* TestHost */, + EABD46AD1857A0F300A5F081 /* KIFTests */, ); }; /* End PBXProject section */ @@ -941,7 +907,6 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - EABD46C71857A0F300A5F081 /* InfoPlist.strings in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1103,7 +1068,7 @@ /* Begin PBXTargetDependency section */ EABD46AE1857A0F300A5F081 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = EB60ECC0177F8C83005A041A /* Test Host */; + target = EB60ECC0177F8C83005A041A /* TestHost */; targetProxy = EABD46AF1857A0F300A5F081 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ @@ -1117,14 +1082,6 @@ name = InfoPlist.strings; sourceTree = ""; }; - EB60ECF2177F8DB3005A041A /* InfoPlist.strings */ = { - isa = PBXVariantGroup; - children = ( - EB60ECF3177F8DB3005A041A /* en */, - ); - name = InfoPlist.strings; - sourceTree = ""; - }; EB60ED04177F9041005A041A /* MainStoryboard.storyboard */ = { isa = PBXVariantGroup; children = ( @@ -1337,7 +1294,7 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/Test Host.app/Test Host"; + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/TestHost.app/TestHost"; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_OBJC_ARC = YES; @@ -1358,11 +1315,11 @@ ); GCC_WARN_UNINITIALIZED_AUTOS = YES; HEADER_SEARCH_PATHS = "$(inherited)"; - INFOPLIST_FILE = "KIF Tests/KIF Tests-Info.plist"; + INFOPLIST_FILE = "Tests/KIFTests-Info.plist"; ONLY_ACTIVE_ARCH = YES; OTHER_LDFLAGS = "-ObjC"; PRODUCT_BUNDLE_IDENTIFIER = "com.square.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "KIF Tests - XCTest"; + PRODUCT_NAME = "KIFTests - XCTest"; TEST_HOST = "$(BUNDLE_LOADER)"; WRAPPER_EXTENSION = xctest; }; @@ -1372,7 +1329,7 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/Test Host.app/Test Host"; + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/TestHost.app/TestHost"; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_OBJC_ARC = YES; @@ -1393,11 +1350,11 @@ ); GCC_WARN_UNINITIALIZED_AUTOS = YES; HEADER_SEARCH_PATHS = "$(inherited)"; - INFOPLIST_FILE = "KIF Tests/KIF Tests-Info.plist"; + INFOPLIST_FILE = "Tests/KIFTests-Info.plist"; ONLY_ACTIVE_ARCH = YES; OTHER_LDFLAGS = "-ObjC"; PRODUCT_BUNDLE_IDENTIFIER = "com.square.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "KIF Tests - XCTest"; + PRODUCT_NAME = "KIFTests - XCTest"; TEST_HOST = "$(BUNDLE_LOADER)"; WRAPPER_EXTENSION = xctest; }; @@ -1407,7 +1364,7 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/Test Host.app/Test Host"; + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/TestHost.app/TestHost"; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_OBJC_ARC = YES; @@ -1423,10 +1380,10 @@ GCC_PREFIX_HEADER = ""; GCC_WARN_UNINITIALIZED_AUTOS = YES; HEADER_SEARCH_PATHS = "$(inherited)"; - INFOPLIST_FILE = "KIF Tests/KIF Tests-Info.plist"; + INFOPLIST_FILE = "Tests/KIFTests-Info.plist"; OTHER_LDFLAGS = "-ObjC"; PRODUCT_BUNDLE_IDENTIFIER = "com.square.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "KIF Tests - XCTest"; + PRODUCT_NAME = "KIFTests - XCTest"; TEST_HOST = "$(BUNDLE_LOADER)"; VALIDATE_PRODUCT = YES; WRAPPER_EXTENSION = xctest; @@ -1451,14 +1408,14 @@ ENABLE_BITCODE = NO; GCC_DYNAMIC_NO_PIC = NO; GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "Test Host/Test Host-Prefix.pch"; + GCC_PREFIX_HEADER = "TestHost/TestHost-Prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "DEBUG=1", "$(inherited)", ); GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = NO; GCC_WARN_UNINITIALIZED_AUTOS = YES; - INFOPLIST_FILE = "Test Host/Test Host-Info.plist"; + INFOPLIST_FILE = "TestHost/TestHost-Info.plist"; ONLY_ACTIVE_ARCH = YES; PRODUCT_BUNDLE_IDENTIFIER = "com.square.${PRODUCT_NAME:rfc1034identifier}"; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -1484,10 +1441,10 @@ DEVELOPMENT_TEAM = ""; ENABLE_BITCODE = NO; GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "Test Host/Test Host-Prefix.pch"; + GCC_PREFIX_HEADER = "TestHost/TestHost-Prefix.pch"; GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = NO; GCC_WARN_UNINITIALIZED_AUTOS = YES; - INFOPLIST_FILE = "Test Host/Test Host-Info.plist"; + INFOPLIST_FILE = "TestHost/TestHost-Info.plist"; OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1"; PRODUCT_BUNDLE_IDENTIFIER = "com.square.${PRODUCT_NAME:rfc1034identifier}"; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -1595,14 +1552,14 @@ ENABLE_BITCODE = NO; GCC_DYNAMIC_NO_PIC = NO; GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "Test Host/Test Host-Prefix.pch"; + GCC_PREFIX_HEADER = "TestHost/TestHost-Prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "DEBUG=1", "$(inherited)", ); GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = NO; GCC_WARN_UNINITIALIZED_AUTOS = YES; - INFOPLIST_FILE = "Test Host/Test Host-Info.plist"; + INFOPLIST_FILE = "TestHost/TestHost-Info.plist"; ONLY_ACTIVE_ARCH = YES; PRODUCT_BUNDLE_IDENTIFIER = "com.square.${PRODUCT_NAME:rfc1034identifier}"; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -1644,7 +1601,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - EABD46C91857A0F300A5F081 /* Build configuration list for PBXNativeTarget "KIF Tests" */ = { + EABD46C91857A0F300A5F081 /* Build configuration list for PBXNativeTarget "KIFTests" */ = { isa = XCConfigurationList; buildConfigurations = ( EABD46CA1857A0F300A5F081 /* Debug */, @@ -1654,7 +1611,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - EB60ECD8177F8C84005A041A /* Build configuration list for PBXNativeTarget "Test Host" */ = { + EB60ECD8177F8C84005A041A /* Build configuration list for PBXNativeTarget "TestHost" */ = { isa = XCConfigurationList; buildConfigurations = ( EB60ECD9177F8C84005A041A /* Debug */, diff --git a/KIF.xcodeproj/xcshareddata/xcschemes/KIF.xcscheme b/KIF.xcodeproj/xcshareddata/xcschemes/KIF.xcscheme index c135629a6..342fe03d2 100644 --- a/KIF.xcodeproj/xcshareddata/xcschemes/KIF.xcscheme +++ b/KIF.xcodeproj/xcshareddata/xcschemes/KIF.xcscheme @@ -42,8 +42,8 @@ diff --git a/KIF.xcodeproj/xcshareddata/xcschemes/KIFFramework.xcscheme b/KIF.xcodeproj/xcshareddata/xcschemes/KIFFramework.xcscheme deleted file mode 100644 index 8d67f0179..000000000 --- a/KIF.xcodeproj/xcshareddata/xcschemes/KIFFramework.xcscheme +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Package.swift b/Package.swift index 5f379b6b5..1b3ce13cc 100644 --- a/Package.swift +++ b/Package.swift @@ -31,7 +31,7 @@ let package = Package( .testTarget( name: "KIFTests", dependencies: ["KIF"], - path: "./KIF Tests", + path: "./Tests", cSettings: [.headerSearchPath("../Sources/KIF/")] // allow to look a "private" headers ), ] diff --git a/README.md b/README.md index e7888f77c..b51821f3c 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ You can easily run a single KIF test with the Test Navigator or kick off nightly See KIF in Action ----------------- -KIF uses techniques described below to validate its internal functionality. You can see a test suite that exercises its entire functionality by simply building and testing the KIF scheme with ⌘U. Look at the tests in the "KIF Tests" group for ideas on how to build your own tests. +KIF uses techniques described below to validate its internal functionality. You can see a test suite that exercises its entire functionality by simply building and testing the KIF scheme with ⌘U. Look at the tests in the "Tests" group for ideas on how to build your own tests. Installation (with CocoaPods) ----------------------------- @@ -113,13 +113,13 @@ Read **Final Test Target Configurations** below for the final details on getting Installing Accessibility Identifier Tests ----------------------------------------- -Normally you identify a UI element via its accessibility label so that KIF simulates the interactions of a real user as closely as possible. In some cases, however, you may have to use accessibility identifiers, which are not exposed to users. If using CocoaPods, install the additional identifier-based KIF tests via the Identifier CocoaPods subspec: +Normally you identify a UI element via its accessibility label so that KIF simulates the interactions of a real user as closely as possible. In some cases, however, you may have to use accessibility identifiers, which are not exposed to users. If using CocoaPods, install the additional identifier-based Tests via the Identifier CocoaPods subspec: ``` pod 'KIF/IdentifierTests' ``` -If not using CocoaPods, the identifier-based KIF tests can be added by including "KIFUITestActor-IdentifierTests.h". +If not using CocoaPods, the identifier-based Tests can be added by including "KIFUITestActor-IdentifierTests.h". Final Test Target Configurations -------------------------------- @@ -221,7 +221,7 @@ Everything should now be configured. When you run the integration tests using th Use with other testing frameworks --------------------------------- -`KIFTestCase` is not necessary for running KIF tests. Tests can run directly in `XCTestCase` or any subclass. The basic requirement is that when you call `tester` or `system`, `self` must be an instance of `XCTestCase` and you must call `KIFEnableAccessibility` in `setUp`. +`KIFTestCase` is not necessary for running Tests. Tests can run directly in `XCTestCase` or any subclass. The basic requirement is that when you call `tester` or `system`, `self` must be an instance of `XCTestCase` and you must call `KIFEnableAccessibility` in `setUp`. For example, the following [Specta](https://github.com/specta/specta) test works without any changes to KIF or Specta: @@ -289,7 +289,7 @@ Troubleshooting ### Simulator launches but app doesn't appear, steps time out after 10 seconds -This issue occurs when XCTest does not have a valid test host. Reread the instructions above with regards to the "Bundle Loader" and "Test Host" settings. You may have missed something. +This issue occurs when XCTest does not have a valid Test Host. Reread the instructions above with regards to the "Bundle Loader" and "Test Host" settings. You may have missed something. ### Step fails because a view cannot be found diff --git a/Sources/KIF/Additions/UIAccessibilityCustomAction+KIFAdditions.m b/Sources/KIF/Additions/UIAccessibilityCustomAction+KIFAdditions.m index 2b6cea0ab..bcec94fea 100644 --- a/Sources/KIF/Additions/UIAccessibilityCustomAction+KIFAdditions.m +++ b/Sources/KIF/Additions/UIAccessibilityCustomAction+KIFAdditions.m @@ -1,6 +1,6 @@ // // UIAccessibilityCustomAction+KIFAdditions.m -// KIF Tests +// KIF // // Created by Alex Odawa on 09/07/2024. // diff --git a/Test Host/en.lproj/InfoPlist.strings b/Test Host/en.lproj/InfoPlist.strings deleted file mode 100644 index 477b28ff8..000000000 --- a/Test Host/en.lproj/InfoPlist.strings +++ /dev/null @@ -1,2 +0,0 @@ -/* Localized versions of Info.plist keys */ - diff --git a/Test Host/AnimationViewController.m b/TestHost/AnimationViewController.m similarity index 100% rename from Test Host/AnimationViewController.m rename to TestHost/AnimationViewController.m diff --git a/Test Host/AppDelegate.m b/TestHost/AppDelegate.m similarity index 100% rename from Test Host/AppDelegate.m rename to TestHost/AppDelegate.m diff --git a/Test Host/BackgroundViewController.m b/TestHost/BackgroundViewController.m similarity index 100% rename from Test Host/BackgroundViewController.m rename to TestHost/BackgroundViewController.m diff --git a/Test Host/Base.lproj/MainStoryboard.storyboard b/TestHost/Base.lproj/MainStoryboard.storyboard similarity index 100% rename from Test Host/Base.lproj/MainStoryboard.storyboard rename to TestHost/Base.lproj/MainStoryboard.storyboard diff --git a/Test Host/CollectionViewController.m b/TestHost/CollectionViewController.m similarity index 100% rename from Test Host/CollectionViewController.m rename to TestHost/CollectionViewController.m diff --git a/Test Host/CustomPickerController.m b/TestHost/CustomPickerController.m similarity index 100% rename from Test Host/CustomPickerController.m rename to TestHost/CustomPickerController.m diff --git a/Test Host/Default-568h@2x.png b/TestHost/Default-568h@2x.png similarity index 100% rename from Test Host/Default-568h@2x.png rename to TestHost/Default-568h@2x.png diff --git a/Test Host/Default.png b/TestHost/Default.png similarity index 100% rename from Test Host/Default.png rename to TestHost/Default.png diff --git a/Test Host/Default@2x.png b/TestHost/Default@2x.png similarity index 100% rename from Test Host/Default@2x.png rename to TestHost/Default@2x.png diff --git a/Test Host/GestureViewController.m b/TestHost/GestureViewController.m similarity index 100% rename from Test Host/GestureViewController.m rename to TestHost/GestureViewController.m diff --git a/Test Host/OffscreenViewController.m b/TestHost/OffscreenViewController.m similarity index 99% rename from Test Host/OffscreenViewController.m rename to TestHost/OffscreenViewController.m index 45aeca1d5..1514c0bc6 100644 --- a/Test Host/OffscreenViewController.m +++ b/TestHost/OffscreenViewController.m @@ -1,6 +1,6 @@ // // OffscreenViewController.m -// Test Host +// TestHost // // Created by Steve Sun on 2023-03-28. // diff --git a/Test Host/PickerController.m b/TestHost/PickerController.m similarity index 100% rename from Test Host/PickerController.m rename to TestHost/PickerController.m diff --git a/Test Host/ScrollViewController.m b/TestHost/ScrollViewController.m similarity index 100% rename from Test Host/ScrollViewController.m rename to TestHost/ScrollViewController.m diff --git a/Test Host/ShowHideViewController.m b/TestHost/ShowHideViewController.m similarity index 100% rename from Test Host/ShowHideViewController.m rename to TestHost/ShowHideViewController.m diff --git a/Test Host/SystemAlertViewController.m b/TestHost/SystemAlertViewController.m similarity index 100% rename from Test Host/SystemAlertViewController.m rename to TestHost/SystemAlertViewController.m diff --git a/Test Host/TableViewController.m b/TestHost/TableViewController.m similarity index 100% rename from Test Host/TableViewController.m rename to TestHost/TableViewController.m diff --git a/Test Host/TapViewController.m b/TestHost/TapViewController.m similarity index 100% rename from Test Host/TapViewController.m rename to TestHost/TapViewController.m diff --git a/Test Host/Test Host-Info.plist b/TestHost/TestHost-Info.plist similarity index 100% rename from Test Host/Test Host-Info.plist rename to TestHost/TestHost-Info.plist diff --git a/Test Host/Test Host-Prefix.pch b/TestHost/TestHost-Prefix.pch similarity index 71% rename from Test Host/Test Host-Prefix.pch rename to TestHost/TestHost-Prefix.pch index 5e01c4e6b..7fb14020c 100644 --- a/Test Host/Test Host-Prefix.pch +++ b/TestHost/TestHost-Prefix.pch @@ -1,5 +1,5 @@ // -// Prefix header for all source files of the 'Test Host' target in the 'Test Host' project +// Prefix header for all source files of the 'TestHost' target in the 'KIF' project // #import diff --git a/Test Host/TestSuiteViewController.m b/TestHost/TestSuiteViewController.m similarity index 100% rename from Test Host/TestSuiteViewController.m rename to TestHost/TestSuiteViewController.m diff --git a/Test Host/WebViewController.m b/TestHost/WebViewController.m similarity index 100% rename from Test Host/WebViewController.m rename to TestHost/WebViewController.m diff --git a/KIF Tests/en.lproj/InfoPlist.strings b/TestHost/en.lproj/InfoPlist.strings similarity index 100% rename from KIF Tests/en.lproj/InfoPlist.strings rename to TestHost/en.lproj/InfoPlist.strings diff --git a/Test Host/index.html b/TestHost/index.html similarity index 100% rename from Test Host/index.html rename to TestHost/index.html diff --git a/Test Host/main.m b/TestHost/main.m similarity index 94% rename from Test Host/main.m rename to TestHost/main.m index 49dde022d..104a43138 100644 --- a/Test Host/main.m +++ b/TestHost/main.m @@ -1,6 +1,6 @@ // // main.m -// Test Host +// TestHost // // Created by Brian Nickel on 6/29/13. // diff --git a/Test Host/page2.html b/TestHost/page2.html similarity index 100% rename from Test Host/page2.html rename to TestHost/page2.html diff --git a/KIF Tests/AccessibilityIdentifierPullToRefreshTests.m b/Tests/AccessibilityIdentifierPullToRefreshTests.m similarity index 100% rename from KIF Tests/AccessibilityIdentifierPullToRefreshTests.m rename to Tests/AccessibilityIdentifierPullToRefreshTests.m diff --git a/KIF Tests/AccessibilityIdentifierTests.m b/Tests/AccessibilityIdentifierTests.m similarity index 100% rename from KIF Tests/AccessibilityIdentifierTests.m rename to Tests/AccessibilityIdentifierTests.m diff --git a/KIF Tests/AccessibilityIdentifierTests_ViewTestActor.m b/Tests/AccessibilityIdentifierTests_ViewTestActor.m similarity index 100% rename from KIF Tests/AccessibilityIdentifierTests_ViewTestActor.m rename to Tests/AccessibilityIdentifierTests_ViewTestActor.m diff --git a/KIF Tests/Additions/UIScreen+KIFAdditionsTests.m b/Tests/Additions/UIScreen+KIFAdditionsTests.m similarity index 100% rename from KIF Tests/Additions/UIScreen+KIFAdditionsTests.m rename to Tests/Additions/UIScreen+KIFAdditionsTests.m diff --git a/KIF Tests/AutocorrectTests.m b/Tests/AutocorrectTests.m similarity index 100% rename from KIF Tests/AutocorrectTests.m rename to Tests/AutocorrectTests.m diff --git a/KIF Tests/AutocorrectTests_ViewTestActor.m b/Tests/AutocorrectTests_ViewTestActor.m similarity index 100% rename from KIF Tests/AutocorrectTests_ViewTestActor.m rename to Tests/AutocorrectTests_ViewTestActor.m diff --git a/KIF Tests/BackgroundTests.m b/Tests/BackgroundTests.m similarity index 100% rename from KIF Tests/BackgroundTests.m rename to Tests/BackgroundTests.m diff --git a/KIF Tests/CascadingFailureTests.m b/Tests/CascadingFailureTests.m similarity index 100% rename from KIF Tests/CascadingFailureTests.m rename to Tests/CascadingFailureTests.m diff --git a/KIF Tests/CollectionViewTests.m b/Tests/CollectionViewTests.m similarity index 100% rename from KIF Tests/CollectionViewTests.m rename to Tests/CollectionViewTests.m diff --git a/KIF Tests/CollectionViewTests_ViewTestActor.m b/Tests/CollectionViewTests_ViewTestActor.m similarity index 100% rename from KIF Tests/CollectionViewTests_ViewTestActor.m rename to Tests/CollectionViewTests_ViewTestActor.m diff --git a/KIF Tests/CompositionTests.m b/Tests/CompositionTests.m similarity index 100% rename from KIF Tests/CompositionTests.m rename to Tests/CompositionTests.m diff --git a/KIF Tests/CompositionTests_ViewTestActor.m b/Tests/CompositionTests_ViewTestActor.m similarity index 100% rename from KIF Tests/CompositionTests_ViewTestActor.m rename to Tests/CompositionTests_ViewTestActor.m diff --git a/KIF Tests/CustomActionTests_ViewTestActor.m b/Tests/CustomActionTests_ViewTestActor.m similarity index 100% rename from KIF Tests/CustomActionTests_ViewTestActor.m rename to Tests/CustomActionTests_ViewTestActor.m diff --git a/KIF Tests/CustomPickerTests.m b/Tests/CustomPickerTests.m similarity index 100% rename from KIF Tests/CustomPickerTests.m rename to Tests/CustomPickerTests.m diff --git a/KIF Tests/CustomPickerTests_ViewTestActor.m b/Tests/CustomPickerTests_ViewTestActor.m similarity index 100% rename from KIF Tests/CustomPickerTests_ViewTestActor.m rename to Tests/CustomPickerTests_ViewTestActor.m diff --git a/KIF Tests/ExistTests.m b/Tests/ExistTests.m similarity index 100% rename from KIF Tests/ExistTests.m rename to Tests/ExistTests.m diff --git a/KIF Tests/ExistTests_ViewTestActor.m b/Tests/ExistTests_ViewTestActor.m similarity index 100% rename from KIF Tests/ExistTests_ViewTestActor.m rename to Tests/ExistTests_ViewTestActor.m diff --git a/KIF Tests/GestureTests.m b/Tests/GestureTests.m similarity index 100% rename from KIF Tests/GestureTests.m rename to Tests/GestureTests.m diff --git a/KIF Tests/GestureTests_ViewTestActor.m b/Tests/GestureTests_ViewTestActor.m similarity index 100% rename from KIF Tests/GestureTests_ViewTestActor.m rename to Tests/GestureTests_ViewTestActor.m diff --git a/KIF Tests/KIF Tests-Info.plist b/Tests/KIFTests-Info.plist similarity index 100% rename from KIF Tests/KIF Tests-Info.plist rename to Tests/KIFTests-Info.plist diff --git a/KIF Tests/LandscapeTests.m b/Tests/LandscapeTests.m similarity index 100% rename from KIF Tests/LandscapeTests.m rename to Tests/LandscapeTests.m diff --git a/KIF Tests/LandscapeTests_ViewTestActor.m b/Tests/LandscapeTests_ViewTestActor.m similarity index 100% rename from KIF Tests/LandscapeTests_ViewTestActor.m rename to Tests/LandscapeTests_ViewTestActor.m diff --git a/KIF Tests/LongPressTests.m b/Tests/LongPressTests.m similarity index 100% rename from KIF Tests/LongPressTests.m rename to Tests/LongPressTests.m diff --git a/KIF Tests/LongPressTests_ViewTestActor.m b/Tests/LongPressTests_ViewTestActor.m similarity index 100% rename from KIF Tests/LongPressTests_ViewTestActor.m rename to Tests/LongPressTests_ViewTestActor.m diff --git a/KIF Tests/ModalViewTests.m b/Tests/ModalViewTests.m similarity index 100% rename from KIF Tests/ModalViewTests.m rename to Tests/ModalViewTests.m diff --git a/KIF Tests/ModalViewTests_ViewTestActor.m b/Tests/ModalViewTests_ViewTestActor.m similarity index 100% rename from KIF Tests/ModalViewTests_ViewTestActor.m rename to Tests/ModalViewTests_ViewTestActor.m diff --git a/KIF Tests/MultiFingerTests_ViewTestActor.m b/Tests/MultiFingerTests_ViewTestActor.m similarity index 100% rename from KIF Tests/MultiFingerTests_ViewTestActor.m rename to Tests/MultiFingerTests_ViewTestActor.m diff --git a/KIF Tests/OffscreenTests.m b/Tests/OffscreenTests.m similarity index 100% rename from KIF Tests/OffscreenTests.m rename to Tests/OffscreenTests.m diff --git a/KIF Tests/OffscreenTests_ViewTestActor.m b/Tests/OffscreenTests_ViewTestActor.m similarity index 100% rename from KIF Tests/OffscreenTests_ViewTestActor.m rename to Tests/OffscreenTests_ViewTestActor.m diff --git a/KIF Tests/PickerTests.m b/Tests/PickerTests.m similarity index 100% rename from KIF Tests/PickerTests.m rename to Tests/PickerTests.m diff --git a/KIF Tests/PickerTests_ViewTestActor.m b/Tests/PickerTests_ViewTestActor.m similarity index 100% rename from KIF Tests/PickerTests_ViewTestActor.m rename to Tests/PickerTests_ViewTestActor.m diff --git a/KIF Tests/PullToRefreshTests.m b/Tests/PullToRefreshTests.m similarity index 100% rename from KIF Tests/PullToRefreshTests.m rename to Tests/PullToRefreshTests.m diff --git a/KIF Tests/PullToRefreshTests_ViewTestActor.m b/Tests/PullToRefreshTests_ViewTestActor.m similarity index 100% rename from KIF Tests/PullToRefreshTests_ViewTestActor.m rename to Tests/PullToRefreshTests_ViewTestActor.m diff --git a/KIF Tests/ScrollViewTests.m b/Tests/ScrollViewTests.m similarity index 100% rename from KIF Tests/ScrollViewTests.m rename to Tests/ScrollViewTests.m diff --git a/KIF Tests/ScrollViewTests_ViewTestActor.m b/Tests/ScrollViewTests_ViewTestActor.m similarity index 100% rename from KIF Tests/ScrollViewTests_ViewTestActor.m rename to Tests/ScrollViewTests_ViewTestActor.m diff --git a/KIF Tests/SearchFieldTests.m b/Tests/SearchFieldTests.m similarity index 100% rename from KIF Tests/SearchFieldTests.m rename to Tests/SearchFieldTests.m diff --git a/KIF Tests/SearchFieldTests_ViewTestActor.m b/Tests/SearchFieldTests_ViewTestActor.m similarity index 100% rename from KIF Tests/SearchFieldTests_ViewTestActor.m rename to Tests/SearchFieldTests_ViewTestActor.m diff --git a/KIF Tests/SpecificControlTests.m b/Tests/SpecificControlTests.m similarity index 100% rename from KIF Tests/SpecificControlTests.m rename to Tests/SpecificControlTests.m diff --git a/KIF Tests/SpecificControlTests_ViewTestActor.m b/Tests/SpecificControlTests_ViewTestActor.m similarity index 100% rename from KIF Tests/SpecificControlTests_ViewTestActor.m rename to Tests/SpecificControlTests_ViewTestActor.m diff --git a/KIF Tests/SystemAlertTests.m b/Tests/SystemAlertTests.m similarity index 100% rename from KIF Tests/SystemAlertTests.m rename to Tests/SystemAlertTests.m diff --git a/KIF Tests/SystemAlertTests_ViewTestActor.m b/Tests/SystemAlertTests_ViewTestActor.m similarity index 100% rename from KIF Tests/SystemAlertTests_ViewTestActor.m rename to Tests/SystemAlertTests_ViewTestActor.m diff --git a/KIF Tests/SystemTests.m b/Tests/SystemTests.m similarity index 100% rename from KIF Tests/SystemTests.m rename to Tests/SystemTests.m diff --git a/KIF Tests/TableViewTests.m b/Tests/TableViewTests.m similarity index 100% rename from KIF Tests/TableViewTests.m rename to Tests/TableViewTests.m diff --git a/KIF Tests/TableViewTests_ViewTestActor.m b/Tests/TableViewTests_ViewTestActor.m similarity index 100% rename from KIF Tests/TableViewTests_ViewTestActor.m rename to Tests/TableViewTests_ViewTestActor.m diff --git a/KIF Tests/TappingTests.m b/Tests/TappingTests.m similarity index 100% rename from KIF Tests/TappingTests.m rename to Tests/TappingTests.m diff --git a/KIF Tests/TappingTests_ViewTestActor.m b/Tests/TappingTests_ViewTestActor.m similarity index 100% rename from KIF Tests/TappingTests_ViewTestActor.m rename to Tests/TappingTests_ViewTestActor.m diff --git a/KIF Tests/TypingTests.m b/Tests/TypingTests.m similarity index 100% rename from KIF Tests/TypingTests.m rename to Tests/TypingTests.m diff --git a/KIF Tests/TypingTests_ViewTestActor.m b/Tests/TypingTests_ViewTestActor.m similarity index 100% rename from KIF Tests/TypingTests_ViewTestActor.m rename to Tests/TypingTests_ViewTestActor.m diff --git a/KIF Tests/UIApplicationKIFAdditionsTests.m b/Tests/UIApplicationKIFAdditionsTests.m similarity index 100% rename from KIF Tests/UIApplicationKIFAdditionsTests.m rename to Tests/UIApplicationKIFAdditionsTests.m diff --git a/KIF Tests/WaitForAbscenceTests.m b/Tests/WaitForAbscenceTests.m similarity index 100% rename from KIF Tests/WaitForAbscenceTests.m rename to Tests/WaitForAbscenceTests.m diff --git a/KIF Tests/WaitForAbscenceTests_ViewTestActor.m b/Tests/WaitForAbscenceTests_ViewTestActor.m similarity index 100% rename from KIF Tests/WaitForAbscenceTests_ViewTestActor.m rename to Tests/WaitForAbscenceTests_ViewTestActor.m diff --git a/KIF Tests/WaitForAnimationTests.m b/Tests/WaitForAnimationTests.m similarity index 100% rename from KIF Tests/WaitForAnimationTests.m rename to Tests/WaitForAnimationTests.m diff --git a/KIF Tests/WaitForAnimationTests_ViewTestActor.m b/Tests/WaitForAnimationTests_ViewTestActor.m similarity index 100% rename from KIF Tests/WaitForAnimationTests_ViewTestActor.m rename to Tests/WaitForAnimationTests_ViewTestActor.m diff --git a/KIF Tests/WaitForTappableViewTests.m b/Tests/WaitForTappableViewTests.m similarity index 100% rename from KIF Tests/WaitForTappableViewTests.m rename to Tests/WaitForTappableViewTests.m diff --git a/KIF Tests/WaitForTappableViewTests_ViewTestActor.m b/Tests/WaitForTappableViewTests_ViewTestActor.m similarity index 100% rename from KIF Tests/WaitForTappableViewTests_ViewTestActor.m rename to Tests/WaitForTappableViewTests_ViewTestActor.m diff --git a/KIF Tests/WaitForViewTests.m b/Tests/WaitForViewTests.m similarity index 100% rename from KIF Tests/WaitForViewTests.m rename to Tests/WaitForViewTests.m diff --git a/KIF Tests/WaitForViewTests_ViewTestActor.m b/Tests/WaitForViewTests_ViewTestActor.m similarity index 100% rename from KIF Tests/WaitForViewTests_ViewTestActor.m rename to Tests/WaitForViewTests_ViewTestActor.m diff --git a/KIF Tests/WebViewTests.m b/Tests/WebViewTests.m similarity index 100% rename from KIF Tests/WebViewTests.m rename to Tests/WebViewTests.m diff --git a/KIF Tests/WebViewTests_ViewTestActor.m b/Tests/WebViewTests_ViewTestActor.m similarity index 100% rename from KIF Tests/WebViewTests_ViewTestActor.m rename to Tests/WebViewTests_ViewTestActor.m