force setting to not strip the product on installation (STRIP_INSTALLED_PRODUCT = NO)

This commit is contained in:
Mathieu Virbel 2013-04-15 15:35:01 +02:00
parent bca88cbb8d
commit cc4577186a

View file

@ -289,6 +289,7 @@
PROVISIONING_PROFILE = "";
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
SDKROOT = iphoneos;
STRIP_INSTALLED_PRODUCT = NO;
USER_HEADER_SEARCH_PATHS = "";
};
name = Debug;
@ -320,6 +321,7 @@
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
SDKROOT = iphoneos;
SKIP_INSTALL = NO;
STRIP_INSTALLED_PRODUCT = NO;
VALIDATE_PRODUCT = YES;
};
name = Release;