Re: AudioUnit components show up as folders, not as files
Re: AudioUnit components show up as folders, not as files
- Subject: Re: AudioUnit components show up as folders, not as files
- From: Marc Poirier <email@hidden>
- Date: Fri, 4 Oct 2002 16:05:56 +0200 (CEST)
Ineresting... PB actually does still generate a PkgInfo file in 10.2, but
only into the intermediate files folder, not into the final product. I
added a shell script phase to my project like so:
cp -fp
~/Library/Audio/Plug-Ins/Components/transverb.build/Transverb.build/PkgInfo
~/Library/Audio/Plug-Ins/Components/Transverb.component/Contents/
and now the output is no longer a browsable folder, although it still has
a folder icon...
Thanks for the info.
Marc
>
You get the idea...
>
>
I think I figured this out.
>
>
Until Jaguar, Bundles were supposed to include a PkgInfo file which
>
contained a copy of the type and creator from the Info.plist. Now, the
>
PkgInfo is not generated by Project Builder when compiling a Bundle,
>
but the replacement mechanism to ensure Bundles show up as single
>
files, not folders, doesn't seem to be in place yet.
>
>
See:
>
>
<http://lists.apple.com/archives/projectbuilder-users/2002/Aug/29/jaguarandpkginfoforbundl.001.txt>
>
>
<http://lists.apple.com/archives/projectbuilder-users/2002/Aug/29/jaguarandpkginfoforbundl.002.txt>
>
>
<http://www.geocrawler.com/lists/3/SourceForge/13579/0/9456757/>
>
>
Until this is fixed, manually adding a PkgInfo does make the component
>
appear as a file-like-thing.
>
>
There's a sample PkgInfo for the Apple Sample Multitap Delay AudioUnit
>
on the swiki:
>
>
http://mat.ucsb.edu:8000/CoreAudio/10
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.