Re: Inhibiting PkgInfo files
Re: Inhibiting PkgInfo files
- Subject: Re: Inhibiting PkgInfo files
- From: Kevin Grant <email@hidden>
- Date: Thu, 11 Mar 2004 18:58:49 -0600
I can use GENERATE_PKGINFO_FILE in my target settings to force a
PkgInfo file to be created for non application bundles. But I want to
my application bundle to NOT have a PkgInfo file generated (if I told
you why I'd have to kill you). Setting GENERATE_PKGINFO_FILE to NO
doesn't work and removing the CFBundlePackageType from my Info.plist
merely means that my PkgInfo file contains ???????? instead of
APPL????. Is it possible to force an application target to not
auto-generate a PkgInfo file?
I'm not sure, but you can always add a post-build shell phase that
basically runs "rm" to automatically delete the generated file.
Kevin G.
http://homepage.mac.com/kmg/
mail to kevin at ieee dot org
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.