Skip to content

Commit

Permalink
chore: Update tests location
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Jennewein committed Jun 28, 2020
1 parent 4b2d060 commit b59fca2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions PokemonAPI.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1306,7 +1306,7 @@
isa = XCBuildConfiguration;
buildSettings = {
DEVELOPMENT_TEAM = Q8N5TWD49X;
INFOPLIST_FILE = "Unit Tests/PokemonAPI iOSTests/Info.plist";
INFOPLIST_FILE = "Tests/PokemonAPI iOSTests/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.prismatic-games.PokemonAPITests";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -1319,7 +1319,7 @@
isa = XCBuildConfiguration;
buildSettings = {
DEVELOPMENT_TEAM = Q8N5TWD49X;
INFOPLIST_FILE = "Unit Tests/PokemonAPI iOSTests/Info.plist";
INFOPLIST_FILE = "Tests/PokemonAPI iOSTests/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.prismatic-games.PokemonAPITests";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -1434,7 +1434,7 @@
isa = XCBuildConfiguration;
buildSettings = {
DEVELOPMENT_TEAM = Q8N5TWD49X;
INFOPLIST_FILE = "Unit Tests/PokemonAPI tvOSTests/Info.plist";
INFOPLIST_FILE = "Tests/PokemonAPI tvOSTests/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.prismatic-games.PokemonAPI-tvOSTests";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -1449,7 +1449,7 @@
isa = XCBuildConfiguration;
buildSettings = {
DEVELOPMENT_TEAM = Q8N5TWD49X;
INFOPLIST_FILE = "Unit Tests/PokemonAPI tvOSTests/Info.plist";
INFOPLIST_FILE = "Tests/PokemonAPI tvOSTests/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.prismatic-games.PokemonAPI-tvOSTests";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -1520,7 +1520,7 @@
CODE_SIGN_IDENTITY = "-";
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = Q8N5TWD49X;
INFOPLIST_FILE = "Unit Tests/PokemonAPI OSXTests/Info.plist";
INFOPLIST_FILE = "Tests/PokemonAPI OSXTests/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.11;
PRODUCT_BUNDLE_IDENTIFIER = "com.prismatic-games.PokemonAPI-OSXTests";
Expand All @@ -1535,7 +1535,7 @@
buildSettings = {
CODE_SIGN_IDENTITY = "-";
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = "Unit Tests/PokemonAPI OSXTests/Info.plist";
INFOPLIST_FILE = "Tests/PokemonAPI OSXTests/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.11;
PRODUCT_BUNDLE_IDENTIFIER = "com.prismatic-games.PokemonAPI-OSXTests";
Expand Down

0 comments on commit b59fca2

Please sign in to comment.