Skip to content

Commit

Permalink
[Project Test] Fix INFOPLIST_FILE location
Browse files Browse the repository at this point in the history
Broken by e53860b.
  • Loading branch information
mrackwitz committed Jul 15, 2015
1 parent 5488c1e commit 06cbd44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CatchingFire.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 2932A0FD1B52ABE800A71171 /* UniversalFramework_Test.xcconfig */;
buildSettings = {
INFOPLIST_FILE = CatchingFireTests/Info.plist;
INFOPLIST_FILE = test/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = de.mariusrackwitz.CatchingFireTests;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -493,7 +493,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 2932A0FD1B52ABE800A71171 /* UniversalFramework_Test.xcconfig */;
buildSettings = {
INFOPLIST_FILE = CatchingFireTests/Info.plist;
INFOPLIST_FILE = test/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = de.mariusrackwitz.CatchingFireTests;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit 06cbd44

Please sign in to comment.