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

Latest commit

 

History

History
17 lines (17 loc) · 466 Bytes

File metadata and controls

17 lines (17 loc) · 466 Bytes
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
FilesToRename = {
"SDLApp_Prefix.pch" = "ÇPROJECTNAMEÈ_Prefix.pch";
};
FilesToMacroExpand = (
"ÇPROJECTNAMEÈ_Prefix.pch",
"Info.plist",
"English.lproj/InfoPlist.strings",
"MyController.h",
"MyController.m",
"MyCustomView.h",
"MyCustomView.m",
"MyCustomWindow.h",
"MyCustomWindow.m",
);
Description = "This project builds an SDL-based application that draws into a custom Cocoa window and view and interfaces with native Cocoa widgets.";
}