• Sam Lantinga's avatar
    From: Max Horn <max@quendi.de> · 2c0f0f93
    Sam Lantinga authored
    I also have a slight enhancment, which I already submitted to Darrell Walisser:
    
    In the SDL target template file "Application.trgttmpl" (contained in
    the PBProject.tar.gz archive), replace
         CustomProductSettings = {
         };
    
    with
         CustomProductSettings = {
             NSPrincipalClass = "NSApplication";
             NSMainNibFile = "SDLMain.nib";
         };
    
    This automates two steps mentioned in the Readme when creating a new
    "SDL Target" in Apple's ProjectBuilder.
    
    --HG--
    extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40143
    2c0f0f93