Set the ‘Skip Install’ option of proxy_conf_helper to YES.

This commit is contained in:
Charlie Qiu
2017-01-12 16:24:55 +08:00
parent fbd5d3b8a2
commit 72c4c3e4e4

View File

@ -978,6 +978,7 @@
buildSettings = {
CODE_SIGN_IDENTITY = "";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
};
name = Debug;
};
@ -987,6 +988,7 @@
buildSettings = {
CODE_SIGN_IDENTITY = "";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
};
name = Release;
};