Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
archiveVersion = 1;
classes = {
};
objectVersion = 54;
objectVersion = 60;
objects = {

/* Begin PBXBuildFile section */
6282C6352C9CBE210040DCDB /* KIF in Frameworks */ = {isa = PBXBuildFile; productRef = 6282C6342C9CBE210040DCDB /* KIF */; };
2593D75B2FDB4E54001AB786 /* KIF in Frameworks */ = {isa = PBXBuildFile; productRef = 2593D75A2FDB4E54001AB786 /* KIF */; };
62F81B521EBBE976009B2400 /* BasicCalculatorTests.m in Sources */ = {isa = PBXBuildFile; fileRef = EB4C315F167BAE6100E31109 /* BasicCalculatorTests.m */; };
62F81B5D1EBBEB6B009B2400 /* BasicCalculatorRobot.m in Sources */ = {isa = PBXBuildFile; fileRef = 62F81B5C1EBBEB6B009B2400 /* BasicCalculatorRobot.m */; };
62F972EB1F708273003EFFDA /* TestRobot.m in Sources */ = {isa = PBXBuildFile; fileRef = 62F972EA1F708273003EFFDA /* TestRobot.m */; };
Expand Down Expand Up @@ -45,7 +45,6 @@
62F81B5C1EBBEB6B009B2400 /* BasicCalculatorRobot.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BasicCalculatorRobot.m; sourceTree = "<group>"; };
62F972E91F708273003EFFDA /* TestRobot.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TestRobot.h; sourceTree = "<group>"; };
62F972EA1F708273003EFFDA /* TestRobot.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TestRobot.m; sourceTree = "<group>"; };
62FA513E2C9CBDCD00E335D6 /* KIF */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = KIF; path = ../../..; sourceTree = "<group>"; };
EB4C30D9167B9E3A00E31109 /* Calculator.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Calculator.app; sourceTree = BUILT_PRODUCTS_DIR; };
EB4C30DD167B9E3A00E31109 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
EB4C30DF167B9E3A00E31109 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
Expand Down Expand Up @@ -74,11 +73,11 @@
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
62F81B421EBBE925009B2400 /* Frameworks */ = {
2593D7582FDB4E2E001AB786 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
6282C6352C9CBE210040DCDB /* KIF in Frameworks */,
2593D75B2FDB4E54001AB786 /* KIF in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -117,7 +116,6 @@
EB4C30DC167B9E3A00E31109 /* Frameworks */ = {
isa = PBXGroup;
children = (
62FA513E2C9CBDCD00E335D6 /* KIF */,
EB4C30DD167B9E3A00E31109 /* UIKit.framework */,
EB4C30DF167B9E3A00E31109 /* Foundation.framework */,
EB4C30E1167B9E3A00E31109 /* CoreGraphics.framework */,
Expand Down Expand Up @@ -189,7 +187,7 @@
buildConfigurationList = 62F81B4C1EBBE925009B2400 /* Build configuration list for PBXNativeTarget "Acceptance Tests" */;
buildPhases = (
62F81B411EBBE925009B2400 /* Sources */,
62F81B421EBBE925009B2400 /* Frameworks */,
2593D7582FDB4E2E001AB786 /* Frameworks */,
62F81B431EBBE925009B2400 /* Resources */,
);
buildRules = (
Expand All @@ -200,6 +198,7 @@
name = "Acceptance Tests";
packageProductDependencies = (
6282C6342C9CBE210040DCDB /* KIF */,
2593D75A2FDB4E54001AB786 /* KIF */,
);
productName = "Acceptance Tests";
productReference = 62F81B451EBBE925009B2400 /* Acceptance Tests.xctest */;
Expand Down Expand Up @@ -249,6 +248,9 @@
Base,
);
mainGroup = EB4C30CE167B9E3A00E31109;
packageReferences = (
2593D7592FDB4E54001AB786 /* XCLocalSwiftPackageReference "../../../../KIF" */,
);
productRefGroup = EB4C30DA167B9E3A00E31109 /* Products */;
projectDirPath = "";
projectRoot = "";
Expand Down Expand Up @@ -576,7 +578,18 @@
};
/* End XCConfigurationList section */

/* Begin XCLocalSwiftPackageReference section */
2593D7592FDB4E54001AB786 /* XCLocalSwiftPackageReference "../../../../KIF" */ = {
isa = XCLocalSwiftPackageReference;
relativePath = ../../../../KIF;
};
/* End XCLocalSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
2593D75A2FDB4E54001AB786 /* KIF */ = {
isa = XCSwiftPackageProductDependency;
productName = KIF;
};
6282C6342C9CBE210040DCDB /* KIF */ = {
isa = XCSwiftPackageProductDependency;
productName = KIF;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
archiveVersion = 1;
classes = {
};
objectVersion = 54;
objectVersion = 60;
objects = {

/* Begin PBXBuildFile section */
2593D8B22FDB5036001AB786 /* KIF in Frameworks */ = {isa = PBXBuildFile; productRef = 2593D8B12FDB5036001AB786 /* KIF */; };
B4310BE3260BA21400EE03AF /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4310BE2260BA21400EE03AF /* AppDelegate.swift */; };
B4310BE7260BA21400EE03AF /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4310BE6260BA21400EE03AF /* ViewController.swift */; };
B4310BEA260BA21400EE03AF /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B4310BE8260BA21400EE03AF /* Main.storyboard */; };
Expand Down Expand Up @@ -38,7 +39,6 @@
B4310BF5260BA21500EE03AF /* SPMIntegrationTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SPMIntegrationTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
B4310BF9260BA21500EE03AF /* SPMIntegrationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SPMIntegrationTests.swift; sourceTree = "<group>"; };
B4310BFB260BA21500EE03AF /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
B488554F260CE596008916AB /* KIF */ = {isa = PBXFileReference; lastKnownFileType = folder; name = KIF; path = ../../../..; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand All @@ -54,6 +54,7 @@
buildActionMask = 2147483647;
files = (
B4885551260CE5D3008916AB /* KIF in Frameworks */,
2593D8B22FDB5036001AB786 /* KIF in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -96,7 +97,6 @@
B4310BF8260BA21500EE03AF /* SPMIntegrationTests */ = {
isa = PBXGroup;
children = (
B488554F260CE596008916AB /* KIF */,
B4310BF9260BA21500EE03AF /* SPMIntegrationTests.swift */,
B4310BFB260BA21500EE03AF /* Info.plist */,
);
Expand Down Expand Up @@ -146,6 +146,7 @@
name = SPMIntegrationTests;
packageProductDependencies = (
B4885550260CE5D3008916AB /* KIF */,
2593D8B12FDB5036001AB786 /* KIF */,
);
productName = SPMIntegrationTests;
productReference = B4310BF5260BA21500EE03AF /* SPMIntegrationTests.xctest */;
Expand Down Expand Up @@ -178,6 +179,9 @@
Base,
);
mainGroup = B4310BD6260BA21400EE03AF;
packageReferences = (
2593D8B02FDB5036001AB786 /* XCLocalSwiftPackageReference "../../../../KIF" */,
);
productRefGroup = B4310BE0260BA21400EE03AF /* Products */;
projectDirPath = "";
projectRoot = "";
Expand Down Expand Up @@ -480,7 +484,18 @@
};
/* End XCConfigurationList section */

/* Begin XCLocalSwiftPackageReference section */
2593D8B02FDB5036001AB786 /* XCLocalSwiftPackageReference "../../../../KIF" */ = {
isa = XCLocalSwiftPackageReference;
relativePath = ../../../../KIF;
};
/* End XCLocalSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
2593D8B12FDB5036001AB786 /* KIF */ = {
isa = XCSwiftPackageProductDependency;
productName = KIF;
};
B4885550260CE5D3008916AB /* KIF */ = {
isa = XCSwiftPackageProductDependency;
productName = KIF;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>com.square.${PRODUCT_NAME:rfc1034identifier}</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//
//

#import <KIF/KIF.h>
@import KIF;
#import "KIFUITestActor+EXAddition.h"

@interface IntegrationTestCases : KIFTestCase
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//
//

#import <KIF/KIF.h>
@import KIF;

@interface KIFUIViewTestActor (EXAddition)

Expand Down
Loading
Loading