Turn on SKIP_INSTALL so proper bundles are put together for the app store

dvh-chacham15-master
Matt Ronge 10 years ago
parent 6c738db179
commit f54b9a9aec

@ -2592,6 +2592,7 @@
);
PRODUCT_NAME = "etpan-ios";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
};
name = Debug;
};
@ -2614,6 +2615,7 @@
);
PRODUCT_NAME = "etpan-ios";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
ZERO_LINK = NO;
};
name = Release;
@ -2630,6 +2632,7 @@
INSTALL_PATH = /usr/local/lib;
PRODUCT_NAME = etpan;
SDKROOT = macosx;
SKIP_INSTALL = YES;
};
name = Debug;
};
@ -2644,6 +2647,7 @@
INSTALL_PATH = /usr/local/lib;
PRODUCT_NAME = etpan;
SDKROOT = macosx;
SKIP_INSTALL = YES;
ZERO_LINK = NO;
};
name = Release;

Loading…
Cancel
Save