1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 05:37:35 +00:00

MacPDF: Use Serenity license headers, remove Xcode boilerplate

This commit is contained in:
Nico Weber 2023-09-29 20:09:53 -04:00 committed by Andreas Kling
parent 91e0438fca
commit e9b0ebe55a
7 changed files with 39 additions and 57 deletions

View file

@ -1,16 +1,12 @@
//
// main.m
// SerenityPDF
//
// Created by Nico Weber on 7/22/23.
//
/*
* Copyright (c) 2023, Nico Weber <thakis@chromium.org>
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#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);
}