Skip to content

Commit

Permalink
Use the correct Info.plist for the iOS test target
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrubin committed Dec 15, 2016
1 parent d389545 commit fe97151
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SwiftGit2.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = BEB31F4E1A0D75EE00F525B9 /* iOS-Application.xcconfig */;
buildSettings = {
INFOPLIST_FILE = SwiftGit2/Info.plist;
INFOPLIST_FILE = SwiftGit2Tests/Info.plist;
PRODUCT_BUNDLE_IDENTIFIER = "org.libgit2.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
};
Expand All @@ -873,7 +873,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = BEB31F4E1A0D75EE00F525B9 /* iOS-Application.xcconfig */;
buildSettings = {
INFOPLIST_FILE = SwiftGit2/Info.plist;
INFOPLIST_FILE = SwiftGit2Tests/Info.plist;
PRODUCT_BUNDLE_IDENTIFIER = "org.libgit2.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
};
Expand Down

0 comments on commit fe97151

Please sign in to comment.