Skip to content

Commit 7cb6474

Browse files
committed
Fix test path
1 parent 6bf4f51 commit 7cb6474

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Example/CollectionViewCenteredFlowLayout.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@
520520
CODE_SIGN_IDENTITY = "iPhone Developer";
521521
CODE_SIGN_STYLE = Automatic;
522522
GCC_C_LANGUAGE_STANDARD = gnu11;
523-
INFOPLIST_FILE = CollectionViewCenteredFlowLayoutTests/Info.plist;
523+
INFOPLIST_FILE = Tests/Info.plist;
524524
IPHONEOS_DEPLOYMENT_TARGET = 12.1;
525525
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
526526
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
@@ -543,7 +543,7 @@
543543
CODE_SIGN_IDENTITY = "iPhone Developer";
544544
CODE_SIGN_STYLE = Automatic;
545545
GCC_C_LANGUAGE_STANDARD = gnu11;
546-
INFOPLIST_FILE = CollectionViewCenteredFlowLayoutTests/Info.plist;
546+
INFOPLIST_FILE = Tests/Info.plist;
547547
IPHONEOS_DEPLOYMENT_TARGET = 12.1;
548548
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
549549
MTL_FAST_MATH = YES;

0 commit comments

Comments
 (0)