Skip to content

Commit

Permalink
Rename UITests -> Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
k-lpmg committed Aug 19, 2018
1 parent 593aec9 commit 16e1e17
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Tagging.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
children = (
6583BE1E20E9516C0047896D /* Sources */,
65854A7320E957A300124501 /* Example */,
65B08AFD20FD6DE800D19DE8 /* UITests */,
65B08AFD20FD6DE800D19DE8 /* Tests */,
6523AB9720FB7D2D00AA0252 /* Frameworks */,
6583BE0120E951250047896D /* Products */,
);
Expand Down Expand Up @@ -171,13 +171,13 @@
path = Support;
sourceTree = "<group>";
};
65B08AFD20FD6DE800D19DE8 /* UITests */ = {
65B08AFD20FD6DE800D19DE8 /* Tests */ = {
isa = PBXGroup;
children = (
65B08AFE20FD6DE800D19DE8 /* TaggingExampleUITests.swift */,
65B08AFF20FD6DE800D19DE8 /* Info.plist */,
);
path = UITests;
path = Tests;
sourceTree = "<group>";
};
/* End PBXGroup section */
Expand Down Expand Up @@ -392,7 +392,7 @@
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Manual;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = UITests/Info.plist;
INFOPLIST_FILE = Tests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.4;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -414,7 +414,7 @@
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Manual;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = UITests/Info.plist;
INFOPLIST_FILE = Tests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.4;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 16e1e17

Please sign in to comment.