Skip to content

Commit 49db2db

Browse files
authored
Merge pull request #8 from killev/master
Fixed package swift
2 parents 8834ea2 + 39608e3 commit 49db2db

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

UV.xcodeproj/project.pbxproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
65CBF4771CC8DCA2004C27B4 /* StreamTests.swift */,
155155
);
156156
name = UVTests;
157-
path = Tests/UV;
157+
path = Tests/UVTests;
158158
sourceTree = "<group>";
159159
};
160160
/* End PBXGroup section */
@@ -475,7 +475,7 @@
475475
"$(inherited)",
476476
"$(PROJECT_DIR)/Carthage/Build/Mac",
477477
);
478-
INFOPLIST_FILE = Tests/UV/Info.plist;
478+
INFOPLIST_FILE = Tests/UVTests/Info.plist;
479479
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
480480
PRODUCT_BUNDLE_IDENTIFIER = xyz.crossroadlabs.UVTests;
481481
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -491,7 +491,7 @@
491491
"$(inherited)",
492492
"$(PROJECT_DIR)/Carthage/Build/Mac",
493493
);
494-
INFOPLIST_FILE = Tests/UV/Info.plist;
494+
INFOPLIST_FILE = Tests/UVTests/Info.plist;
495495
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
496496
PRODUCT_BUNDLE_IDENTIFIER = xyz.crossroadlabs.UVTests;
497497
PRODUCT_NAME = "$(TARGET_NAME)";

0 commit comments

Comments
 (0)