Skip to content

Commit dbc9547

Browse files
committed
Fix incorrect test path
1 parent 5541807 commit dbc9547

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

SwiftState.xcodeproj/project.pbxproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,8 @@
236236
5243E3C71E9821E200D031A9 /* TransitionChainTests.swift */,
237237
5243E3C81E9821E200D031A9 /* TransitionTests.swift */,
238238
);
239-
path = SwiftStateTests;
239+
name = SwiftStateTests;
240+
path = Tests/SwiftStateTests;
240241
sourceTree = "<group>";
241242
};
242243
/* End PBXGroup section */
@@ -555,7 +556,7 @@
555556
"DEBUG=1",
556557
"$(inherited)",
557558
);
558-
INFOPLIST_FILE = SwiftStateTests/Info.plist;
559+
INFOPLIST_FILE = Tests/SwiftStateTests/Info.plist;
559560
PRODUCT_BUNDLE_IDENTIFIER = "com.inamiy.$(PRODUCT_NAME:rfc1034identifier)";
560561
PRODUCT_NAME = "$(TARGET_NAME)";
561562
SWIFT_VERSION = 4.0;
@@ -571,7 +572,7 @@
571572
"$(DEVELOPER_FRAMEWORKS_DIR)",
572573
"$(inherited)",
573574
);
574-
INFOPLIST_FILE = SwiftStateTests/Info.plist;
575+
INFOPLIST_FILE = Tests/SwiftStateTests/Info.plist;
575576
PRODUCT_BUNDLE_IDENTIFIER = "com.inamiy.$(PRODUCT_NAME:rfc1034identifier)";
576577
PRODUCT_NAME = "$(TARGET_NAME)";
577578
SWIFT_VERSION = 4.0;

0 commit comments

Comments
 (0)