Switch skip-install to Yes for Articles.framework.

This commit is contained in:
Brent Simmons 2019-01-28 20:44:09 -08:00
parent f5d6e7e8fa
commit a8ec3b9d58
1 changed files with 2 additions and 0 deletions

View File

@ -349,6 +349,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.13;
PRODUCT_BUNDLE_IDENTIFIER = com.ranchero.Articles;
PRODUCT_NAME = Articles;
SKIP_INSTALL = YES;
};
name = Debug;
};
@ -360,6 +361,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.13;
PRODUCT_BUNDLE_IDENTIFIER = com.ranchero.Articles;
PRODUCT_NAME = Articles;
SKIP_INSTALL = YES;
};
name = Release;
};