Skip to content

Commit

Permalink
Fix Info.plist setting
Browse files Browse the repository at this point in the history
  • Loading branch information
ishkawa committed Mar 5, 2016
1 parent dc94040 commit 91d71b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions APIKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -308,31 +308,27 @@
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
2 changes: 1 addition & 1 deletion Configurations/Tests.xcconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
COMBINE_HIDPI_IMAGES = YES
INFOPLIST_FILE = APIKitTests/Info.plist
INFOPLIST_FILE = Tests/APIKit/Info.plist
PRODUCT_BUNDLE_IDENTIFIER = org.ishkawa.$(PRODUCT_NAME:rfc1034identifier)
PRODUCT_NAME = $(PROJECT_NAME)Tests

Expand Down

0 comments on commit 91d71b2

Please sign in to comment.