Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Fixing path to Test Info.plist
Browse files Browse the repository at this point in the history
  • Loading branch information
kgn committed Oct 16, 2015
1 parent 725a41c commit 4bdf18d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NSDateTimeAgo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@
83AC39111BD066C500A9C7F7 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
INFOPLIST_FILE = NSDateTimeAgoTests/Info.plist;
INFOPLIST_FILE = Tests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.kevinlawler.NSDateTimeAgoTests;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -363,7 +363,7 @@
83AC39121BD066C500A9C7F7 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
INFOPLIST_FILE = NSDateTimeAgoTests/Info.plist;
INFOPLIST_FILE = Tests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.kevinlawler.NSDateTimeAgoTests;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit 4bdf18d

Please sign in to comment.