mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:37:35 +00:00
MacPDF: Move some files around
1. main.m is now main.mm 2. MainMenu.xib is now no longer in a Base.lproj subfolder 3. Remove SerenityPDF.entitlements since it won't be used in our CMake build
This commit is contained in:
parent
5af30b8f63
commit
0216f34179
3 changed files with 0 additions and 10 deletions
16
Meta/Lagom/Contrib/MacPDF/main.mm
Normal file
16
Meta/Lagom/Contrib/MacPDF/main.mm
Normal file
|
@ -0,0 +1,16 @@
|
|||
//
|
||||
// main.m
|
||||
// SerenityPDF
|
||||
//
|
||||
// Created by Nico Weber on 7/22/23.
|
||||
//
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
int main(int argc, char const* argv[])
|
||||
{
|
||||
@autoreleasepool {
|
||||
// Setup code that might create autoreleased objects goes here.
|
||||
}
|
||||
return NSApplicationMain(argc, argv);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue