Skip to content

Commit

Permalink
Restore INFOPLIST_FILE for test target
Browse files Browse the repository at this point in the history
  • Loading branch information
ishkawa committed Mar 5, 2016
1 parent ac905f8 commit dc94040
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions APIKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -308,27 +308,31 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 141F123F1C1C9EA30026D415 /* APIKit.xcconfig */;
buildSettings = {
INFOPLIST_FILE = Sources/Info.plist;
};
name = Debug;
};
141F12251C1C9ABE0026D415 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 141F123F1C1C9EA30026D415 /* APIKit.xcconfig */;
buildSettings = {
INFOPLIST_FILE = Sources/Info.plist;
};
name = Release;
};
141F123A1C1C9AC70026D415 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 141F12401C1C9EA30026D415 /* Tests.xcconfig */;
buildSettings = {
INFOPLIST_FILE = Tests/APIKit/Info.plist;
};
name = Debug;
};
141F123B1C1C9AC70026D415 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 141F12401C1C9EA30026D415 /* Tests.xcconfig */;
buildSettings = {
INFOPLIST_FILE = Tests/APIKit/Info.plist;
};
name = Release;
};
Expand Down

0 comments on commit dc94040

Please sign in to comment.