1. When refactoring:
-rename project title
-manually change the .exp file contents!!!
-manually change the "factory function" in Info.plist
-manually change the "export symbols file" in Build Settings
-manually rename the "persistent files in the left pane
-search and replace all old "name_string" occurences
---> build and validate! = up to here OK, but CocoaView broken!!!
Edit .xib and  replace all name_string occurences
---> build, auval, AULab = fully functional!!!
________________________________________________
2. When rebranding:
-change name in Info.plist
-change manufacturer code in Info.plist
--->build, auval, AULab = fully funcrional
________________________________________________
3. When carbonizing:
-create  .r file in Sources virtual group
-add 3 needed flags to "Other Rez flags", one by one
-copy AUResources.h to the local source folder
-populate projects'  .r file with: values from Info.plist
    -name string has to be of format "abc: def"
-edit backward-compatible entry point from .r file into .exp file
    -.r file search path from build settings
        can be omitted
________________________________________________
TODO:
! parameters, channel layout & automation OK
Get rid of "TEMPLATE" manufacturer string!






