Skip to content

Commit

Permalink
Fix skip install for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
R4N committed May 16, 2017
1 parent f7b6baf commit f66fb98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AppAuth.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1795,6 +1795,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.7;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
SKIP_INSTALL = YES;
};
name = Debug;
};
Expand All @@ -1808,6 +1809,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.7;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
SKIP_INSTALL = YES;
};
name = Release;
};
Expand Down

0 comments on commit f66fb98

Please sign in to comment.