From c114cf28ef8b3b8edc05bcc8baffd1bc3c8d8eb3 Mon Sep 17 00:00:00 2001 From: Matt Diephouse Date: Wed, 16 Jul 2014 17:31:20 -0700 Subject: [PATCH] Move to specta/specta, specta/expecta, and XCTest --- .gitmodules | 4 +- TwUI.xcodeproj/project.pbxproj | 174 +++++++++--------- .../xcshareddata/xcschemes/TwUI.xcscheme | 4 +- TwUITests/expecta | 2 +- TwUITests/specta | 2 +- 5 files changed, 89 insertions(+), 97 deletions(-) diff --git a/.gitmodules b/.gitmodules index 27e09e47..63940f26 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "TwUITests/expecta"] path = TwUITests/expecta - url = git://github.com/github/expecta.git + url = git://github.com/specta/expecta.git [submodule "TwUITests/specta"] path = TwUITests/specta - url = git://github.com/petejkim/specta.git + url = git://github.com/specta/specta.git diff --git a/TwUI.xcodeproj/project.pbxproj b/TwUI.xcodeproj/project.pbxproj index a7d0380d..c4185159 100755 --- a/TwUI.xcodeproj/project.pbxproj +++ b/TwUI.xcodeproj/project.pbxproj @@ -135,8 +135,9 @@ 88EFFB5413F417E200CF91A9 /* TUITextViewEditor.m in Sources */ = {isa = PBXBuildFile; fileRef = 88EFFB5013F417E200CF91A9 /* TUITextViewEditor.m */; }; 88EFFB5513F417E200CF91A9 /* TUITextViewEditor.m in Sources */ = {isa = PBXBuildFile; fileRef = 88EFFB5013F417E200CF91A9 /* TUITextViewEditor.m */; }; 88EFFB5613F417E200CF91A9 /* TUITextViewEditor.m in Sources */ = {isa = PBXBuildFile; fileRef = 88EFFB5013F417E200CF91A9 /* TUITextViewEditor.m */; }; + BE176A3A197750A800EE78ED /* libSpecta-OSX.a in Frameworks */ = {isa = PBXBuildFile; fileRef = BE176A351977509300EE78ED /* libSpecta-OSX.a */; }; + BE176A3C197750AC00EE78ED /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BE176A3B197750AC00EE78ED /* XCTest.framework */; }; CB5B265A13BE6DA200579B1E /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = CB5B265813BE6DA200579B1E /* InfoPlist.strings */; }; - CB5B266313BE6DA300579B1E /* SenTestingKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CB5B266213BE6DA300579B1E /* SenTestingKit.framework */; }; CB5B266413BE6DA300579B1E /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CB5B264F13BE6DA200579B1E /* Cocoa.framework */; }; CB5B266713BE6DA300579B1E /* TwUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CB5B264C13BE6DA200579B1E /* TwUI.framework */; }; CB5B266D13BE6DA300579B1E /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = CB5B266B13BE6DA300579B1E /* InfoPlist.strings */; }; @@ -266,7 +267,6 @@ D039724815B7D7DB0092CD26 /* TUILayoutManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 48A10E7F15B7769A007F9EE3 /* TUILayoutManager.h */; }; D039724A15B7D7DE0092CD26 /* TUILayoutConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = 48A10E7D15B7769A007F9EE3 /* TUILayoutConstraint.h */; }; D04007EB15BF2BC000FD49DB /* libExpecta.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D04007CD15BF2BB000FD49DB /* libExpecta.a */; }; - D04007EC15BF2BC000FD49DB /* libSpecta.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D04007E015BF2BB300FD49DB /* libSpecta.a */; }; D05D23A015BF7239000ED14F /* NSImage+TUIExtensions.h in Headers */ = {isa = PBXBuildFile; fileRef = D05D239E15BF7239000ED14F /* NSImage+TUIExtensions.h */; settings = {ATTRIBUTES = (Public, ); }; }; D05D23A115BF7239000ED14F /* NSImage+TUIExtensions.h in Headers */ = {isa = PBXBuildFile; fileRef = D05D239E15BF7239000ED14F /* NSImage+TUIExtensions.h */; settings = {ATTRIBUTES = (Public, ); }; }; D05D23A315BF7239000ED14F /* NSImage+TUIExtensions.m in Sources */ = {isa = PBXBuildFile; fileRef = D05D239F15BF7239000ED14F /* NSImage+TUIExtensions.m */; }; @@ -331,6 +331,34 @@ /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ + BE176A2E1977509300EE78ED /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D04007C215BF2BAF00FD49DB /* Expecta.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 9C4416F917FF3F4A00978F09; + remoteInfo = "ExpectaTests-XCTest"; + }; + BE176A341977509300EE78ED /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D04007D515BF2BB300FD49DB /* Specta.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = E9901C2A18205AB100844A05; + remoteInfo = "Specta-OSX"; + }; + BE176A361977509300EE78ED /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D04007D515BF2BB300FD49DB /* Specta.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = E9901C0D18205A3500844A05; + remoteInfo = "SpectaTests-iOS"; + }; + BE176A381977509300EE78ED /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D04007D515BF2BB300FD49DB /* Specta.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = E9901C3B18205AB100844A05; + remoteInfo = "Specta-OSXTests"; + }; CB5B266513BE6DA300579B1E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = CB5B264213BE6DA200579B1E /* Project object */; @@ -366,13 +394,6 @@ remoteGlobalIDString = E93067DA13B2E6D100EA26FF; remoteInfo = "Expecta-iOSTests"; }; - D04007DF15BF2BB300FD49DB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D04007D515BF2BB300FD49DB /* Specta.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = E9D96A2614B6B8AB007D9521; - remoteInfo = Specta; - }; D04007E115BF2BB300FD49DB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D04007D515BF2BB300FD49DB /* Specta.xcodeproj */; @@ -380,20 +401,6 @@ remoteGlobalIDString = E9B777A414BA294B00D8DC76; remoteInfo = "Specta-iOS"; }; - D04007E315BF2BB300FD49DB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D04007D515BF2BB300FD49DB /* Specta.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = E9D96A3A14B6B8AB007D9521; - remoteInfo = SpectaTests; - }; - D04007E515BF2BB300FD49DB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D04007D515BF2BB300FD49DB /* Specta.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = E9B777B314BA294C00D8DC76; - remoteInfo = "Specta-iOSTests"; - }; D04007E715BF2BBC00FD49DB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D04007C215BF2BAF00FD49DB /* Expecta.xcodeproj */; @@ -401,13 +408,6 @@ remoteGlobalIDString = E9ACDF0B13B2DD520010F4D7; remoteInfo = Expecta; }; - D04007E915BF2BBC00FD49DB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D04007D515BF2BB300FD49DB /* Specta.xcodeproj */; - proxyType = 1; - remoteGlobalIDString = E9D96A2514B6B8AB007D9521; - remoteInfo = Specta; - }; /* End PBXContainerItemProxy section */ /* Begin PBXCopyFilesBuildPhase section */ @@ -476,6 +476,7 @@ 88D25F5413F5D96500CFAAA9 /* TUITableView+Cell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "TUITableView+Cell.m"; sourceTree = ""; }; 88EFFB4F13F417E200CF91A9 /* TUITextViewEditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TUITextViewEditor.h; sourceTree = ""; }; 88EFFB5013F417E200CF91A9 /* TUITextViewEditor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TUITextViewEditor.m; sourceTree = ""; }; + BE176A3B197750AC00EE78ED /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; CB5B264C13BE6DA200579B1E /* TwUI.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = TwUI.framework; sourceTree = BUILT_PRODUCTS_DIR; }; CB5B264F13BE6DA200579B1E /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; }; CB5B265213BE6DA200579B1E /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; }; @@ -484,8 +485,7 @@ CB5B265713BE6DA200579B1E /* TwUI-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "TwUI-Info.plist"; sourceTree = ""; }; CB5B265913BE6DA200579B1E /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; CB5B265B13BE6DA200579B1E /* TwUI-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "TwUI-Prefix.pch"; sourceTree = ""; }; - CB5B266113BE6DA300579B1E /* Tests.octest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Tests.octest; sourceTree = BUILT_PRODUCTS_DIR; }; - CB5B266213BE6DA300579B1E /* SenTestingKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SenTestingKit.framework; path = Library/Frameworks/SenTestingKit.framework; sourceTree = DEVELOPER_DIR; }; + CB5B266113BE6DA300579B1E /* Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; CB5B266A13BE6DA300579B1E /* TwUITests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "TwUITests-Info.plist"; sourceTree = ""; }; CB5B266C13BE6DA300579B1E /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; CB5B267013BE6DA300579B1E /* TwUITests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TwUITests.m; sourceTree = ""; }; @@ -622,9 +622,9 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + BE176A3C197750AC00EE78ED /* XCTest.framework in Frameworks */, + BE176A3A197750A800EE78ED /* libSpecta-OSX.a in Frameworks */, D04007EB15BF2BC000FD49DB /* libExpecta.a in Frameworks */, - D04007EC15BF2BC000FD49DB /* libSpecta.a in Frameworks */, - CB5B266313BE6DA300579B1E /* SenTestingKit.framework in Frameworks */, CB5B266413BE6DA300579B1E /* Cocoa.framework in Frameworks */, CB5B266713BE6DA300579B1E /* TwUI.framework in Frameworks */, ); @@ -659,7 +659,7 @@ children = ( CB5B264C13BE6DA200579B1E /* TwUI.framework */, CB5E321813BE7098004B7899 /* libtwui.dylib */, - CB5B266113BE6DA300579B1E /* Tests.octest */, + CB5B266113BE6DA300579B1E /* Tests.xctest */, 5EE983B713BE7809005F430D /* libtwui.a */, ); name = Products; @@ -668,10 +668,10 @@ CB5B264E13BE6DA200579B1E /* Frameworks */ = { isa = PBXGroup; children = ( + BE176A3B197750AC00EE78ED /* XCTest.framework */, 5EE9839C13BE7650005F430D /* ApplicationServices.framework */, CB5B264F13BE6DA200579B1E /* Cocoa.framework */, CB5E31B613BE6F49004B7899 /* QuartzCore.framework */, - CB5B266213BE6DA300579B1E /* SenTestingKit.framework */, CB5B265113BE6DA200579B1E /* Other Frameworks */, ); name = Frameworks; @@ -894,6 +894,7 @@ D04007CF15BF2BB000FD49DB /* libExpecta-iOS.a */, D04007D115BF2BB000FD49DB /* ExpectaTests.octest */, D04007D315BF2BB000FD49DB /* Expecta-iOSTests.octest */, + BE176A2F1977509300EE78ED /* ExpectaTests-XCTest.xctest */, ); name = Products; sourceTree = ""; @@ -901,10 +902,10 @@ D04007D615BF2BB300FD49DB /* Products */ = { isa = PBXGroup; children = ( - D04007E015BF2BB300FD49DB /* libSpecta.a */, D04007E215BF2BB300FD49DB /* libSpecta-iOS.a */, - D04007E415BF2BB300FD49DB /* SpectaTests.octest */, - D04007E615BF2BB300FD49DB /* Specta-iOSTests.octest */, + BE176A351977509300EE78ED /* libSpecta-OSX.a */, + BE176A371977509300EE78ED /* SpectaTests-iOS.xctest */, + BE176A391977509300EE78ED /* Specta-OSXTests.xctest */, ); name = Products; sourceTree = ""; @@ -1065,19 +1066,17 @@ CB5B265C13BE6DA300579B1E /* Sources */, CB5B265D13BE6DA300579B1E /* Frameworks */, CB5B265E13BE6DA300579B1E /* Resources */, - CB5B265F13BE6DA300579B1E /* ShellScript */, ); buildRules = ( ); dependencies = ( D04007E815BF2BBC00FD49DB /* PBXTargetDependency */, - D04007EA15BF2BBC00FD49DB /* PBXTargetDependency */, CB5B266613BE6DA300579B1E /* PBXTargetDependency */, ); name = Tests; productName = TwUITests; - productReference = CB5B266113BE6DA300579B1E /* Tests.octest */; - productType = "com.apple.product-type.bundle"; + productReference = CB5B266113BE6DA300579B1E /* Tests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; }; CB5E321713BE7098004B7899 /* Dynamic Library */ = { isa = PBXNativeTarget; @@ -1102,6 +1101,7 @@ CB5B264213BE6DA200579B1E /* Project object */ = { isa = PBXProject; attributes = { + LastTestingUpgradeCheck = 0510; LastUpgradeCheck = 0500; }; buildConfigurationList = CB5B264513BE6DA200579B1E /* Build configuration list for PBXProject "TwUI" */; @@ -1135,6 +1135,34 @@ /* End PBXProject section */ /* Begin PBXReferenceProxy section */ + BE176A2F1977509300EE78ED /* ExpectaTests-XCTest.xctest */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = "ExpectaTests-XCTest.xctest"; + remoteRef = BE176A2E1977509300EE78ED /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + BE176A351977509300EE78ED /* libSpecta-OSX.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = "libSpecta-OSX.a"; + remoteRef = BE176A341977509300EE78ED /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + BE176A371977509300EE78ED /* SpectaTests-iOS.xctest */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = "SpectaTests-iOS.xctest"; + remoteRef = BE176A361977509300EE78ED /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + BE176A391977509300EE78ED /* Specta-OSXTests.xctest */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = "Specta-OSXTests.xctest"; + remoteRef = BE176A381977509300EE78ED /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; D04007CD15BF2BB000FD49DB /* libExpecta.a */ = { isa = PBXReferenceProxy; fileType = archive.ar; @@ -1163,13 +1191,6 @@ remoteRef = D04007D215BF2BB000FD49DB /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - D04007E015BF2BB300FD49DB /* libSpecta.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libSpecta.a; - remoteRef = D04007DF15BF2BB300FD49DB /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; D04007E215BF2BB300FD49DB /* libSpecta-iOS.a */ = { isa = PBXReferenceProxy; fileType = archive.ar; @@ -1177,20 +1198,6 @@ remoteRef = D04007E115BF2BB300FD49DB /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - D04007E415BF2BB300FD49DB /* SpectaTests.octest */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = SpectaTests.octest; - remoteRef = D04007E315BF2BB300FD49DB /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - D04007E615BF2BB300FD49DB /* Specta-iOSTests.octest */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = "Specta-iOSTests.octest"; - remoteRef = D04007E515BF2BB300FD49DB /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; /* End PBXReferenceProxy section */ /* Begin PBXResourcesBuildPhase section */ @@ -1212,22 +1219,6 @@ }; /* End PBXResourcesBuildPhase section */ -/* Begin PBXShellScriptBuildPhase section */ - CB5B265F13BE6DA300579B1E /* ShellScript */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "# Run the unit tests in this test bundle.\n\"${SYSTEM_DEVELOPER_DIR}/Tools/RunUnitTests\"\n"; - }; -/* End PBXShellScriptBuildPhase section */ - /* Begin PBXSourcesBuildPhase section */ 5EE983B313BE7809005F430D /* Sources */ = { isa = PBXSourcesBuildPhase; @@ -1466,11 +1457,6 @@ name = Expecta; targetProxy = D04007E715BF2BBC00FD49DB /* PBXContainerItemProxy */; }; - D04007EA15BF2BBC00FD49DB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Specta; - targetProxy = D04007E915BF2BBC00FD49DB /* PBXContainerItemProxy */; - }; /* End PBXTargetDependency section */ /* Begin PBXVariantGroup section */ @@ -1626,7 +1612,10 @@ buildSettings = { CLANG_ENABLE_OBJC_ARC = YES; COMBINE_HIDPI_IMAGES = YES; - FRAMEWORK_SEARCH_PATHS = "$(DEVELOPER_LIBRARY_DIR)/Frameworks"; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(DEVELOPER_FRAMEWORKS_DIR)", + ); GCC_PREFIX_HEADER = "TwUITests/TwUITests-Prefix.pch"; HEADER_SEARCH_PATHS = ( "TwUITests/expecta/src/**", @@ -1635,7 +1624,6 @@ INFOPLIST_FILE = "TwUITests/TwUITests-Info.plist"; OTHER_LDFLAGS = "-all_load"; PRODUCT_NAME = "$(TARGET_NAME)"; - WRAPPER_EXTENSION = octest; }; name = Debug; }; @@ -1644,7 +1632,10 @@ buildSettings = { CLANG_ENABLE_OBJC_ARC = YES; COMBINE_HIDPI_IMAGES = YES; - FRAMEWORK_SEARCH_PATHS = "$(DEVELOPER_LIBRARY_DIR)/Frameworks"; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(DEVELOPER_FRAMEWORKS_DIR)", + ); GCC_PREFIX_HEADER = "TwUITests/TwUITests-Prefix.pch"; HEADER_SEARCH_PATHS = ( "TwUITests/expecta/src/**", @@ -1653,7 +1644,6 @@ INFOPLIST_FILE = "TwUITests/TwUITests-Info.plist"; OTHER_LDFLAGS = "-all_load"; PRODUCT_NAME = "$(TARGET_NAME)"; - WRAPPER_EXTENSION = octest; }; name = Release; }; @@ -1792,7 +1782,10 @@ buildSettings = { CLANG_ENABLE_OBJC_ARC = YES; COMBINE_HIDPI_IMAGES = YES; - FRAMEWORK_SEARCH_PATHS = "$(DEVELOPER_LIBRARY_DIR)/Frameworks"; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(DEVELOPER_FRAMEWORKS_DIR)", + ); GCC_PREFIX_HEADER = "TwUITests/TwUITests-Prefix.pch"; HEADER_SEARCH_PATHS = ( "TwUITests/expecta/src/**", @@ -1801,7 +1794,6 @@ INFOPLIST_FILE = "TwUITests/TwUITests-Info.plist"; OTHER_LDFLAGS = "-all_load"; PRODUCT_NAME = "$(TARGET_NAME)"; - WRAPPER_EXTENSION = octest; }; name = Profile; }; diff --git a/TwUI.xcodeproj/xcshareddata/xcschemes/TwUI.xcscheme b/TwUI.xcodeproj/xcshareddata/xcschemes/TwUI.xcscheme index 37453af7..9e222717 100755 --- a/TwUI.xcodeproj/xcshareddata/xcschemes/TwUI.xcscheme +++ b/TwUI.xcodeproj/xcshareddata/xcschemes/TwUI.xcscheme @@ -29,7 +29,7 @@ @@ -47,7 +47,7 @@ diff --git a/TwUITests/expecta b/TwUITests/expecta index 6d862636..60388f9d 160000 --- a/TwUITests/expecta +++ b/TwUITests/expecta @@ -1 +1 @@ -Subproject commit 6d86263634097369d8f8b5abe27e477606ef4d50 +Subproject commit 60388f9dec0292bf8e45c120f43515c52b6ca507 diff --git a/TwUITests/specta b/TwUITests/specta index 2efe3047..6eef3072 160000 --- a/TwUITests/specta +++ b/TwUITests/specta @@ -1 +1 @@ -Subproject commit 2efe3047db0caee361d8e200f928b11046a67306 +Subproject commit 6eef3072d96a583438f12e379cdd62add9cd7ce6