Skip to content

Commit

Permalink
From: Max Horn <max@quendi.de>
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
slouken committed Aug 9, 2001
1 parent fd3c724 commit 7597a52
Showing 1 changed file with 0 additions and 0 deletions.
Binary file modified PBProjects.tar.gz
Binary file not shown.

0 comments on commit 7597a52

Please sign in to comment.