- 
    
Bug
 - 
    Resolution: Done
 - 
    
P2: Important
 - 
    0.3
 - 
    None
 
- 
        bfdc2953ecc4a9800c2974d2d63e528c2bdc9b96
 
There should be a property to switch between bundle/non-bundle products.
If true, it should build bundles on OS X / iOS and be ignored everywhere else.
That's to avoid conditionals in user code for the product type.
Proposal:
Application {
    createBundle: true   // will create app bundle on OS X
}
DynamicLibrary {
    createBundle: true   // will create framework bundle on OS X
}