Search code examples
templatescappuccino

Connecting / Linking CIB files to a regular application template in cappuccino


I'm new to cappuccino framework and I would like to know if there is any way i can link a regular application template to cib files. Let's say i just generated an application using the application template and i would like to re-use some cib files from other application how can i link them to my code files?


Solution

  • Just copy the cibs into the app directory.

    If you want a mainmenu.cib add the following key/value to your info.plist for your app...

    <key>Main cib file base name</key>
    <string>MainMenu.cib</string>
    

    Otherwise you can just load views and windows through a view/window controller...