Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (16 loc) · 545 Bytes

File metadata and controls

16 lines (16 loc) · 545 Bytes
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
Class = Application;
Description = "Target for building a SDL application.";
CustomBuildSettings = {
WRAPPER_EXTENSION = "app";
FRAMEWORK_SEARCH_PATHS = "\"/Library/Frameworks\"";
HEADER_SEARCH_PATHS = "\"/Library/Frameworks/SDL.framework/Headers\"";
OTHER_LDFLAGS = "-framework Cocoa -framework SDL";
};
CustomProductSettings = {
NSPrincipalClass = "NSApplication";
NSMainNibFile = "SDLMain.nib";
};
InstallationPath = "$(SYSTEM_APPS_DIR)";
WrapperExtension = "app";
}