-NSOpenfileName
Opens the specified file after the application finishes launching. Uses the application:openFile: method of the application’s delegate to open the file.
-NSOpenTempfileName
Opens the specified file as a temp file after the application finishes launching. Uses the application:openTempFile: method of the application’s delegate to open the file.
-NSPrintfileName
Prints the specified file after the application finishes launching. Uses the application:printFile: method of the application’s delegate to print the file.
-NSShowAllDrawing<YES>
Shows areas that are about to be drawn in yellow so that you can see which parts of your views are being updated. This is similar to the feature that is available through the Quartz Debug application but operates only on the specified application.
-NSTraceEvents<YES>
Displays a running log of events received by the application.
07
Feb




