Skip to content

Commit

Permalink
fixed Info.plist location reference
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCoates committed Sep 23, 2016
1 parent ae48ac4 commit 3e348db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Aerial.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@
CLANG_WARN_SUSPICIOUS_MOVES = YES;
CODE_SIGN_IDENTITY = "-";
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = "Aerial Tests/Info.plist";
INFOPLIST_FILE = Tests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.12;
PRODUCT_BUNDLE_IDENTIFIER = "com.johncoates.Aerial-Tests";
Expand All @@ -545,7 +545,7 @@
CLANG_WARN_SUSPICIOUS_MOVES = YES;
CODE_SIGN_IDENTITY = "-";
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = "Aerial Tests/Info.plist";
INFOPLIST_FILE = Tests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.12;
PRODUCT_BUNDLE_IDENTIFIER = "com.johncoates.Aerial-Tests";
Expand Down

0 comments on commit 3e348db

Please sign in to comment.