mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:27:35 +00:00
MacPDF: Use Serenity license headers, remove Xcode boilerplate
This commit is contained in:
parent
91e0438fca
commit
e9b0ebe55a
7 changed files with 39 additions and 57 deletions
|
@ -1,9 +1,10 @@
|
|||
//
|
||||
// AppDelegate.h
|
||||
// SerenityPDF
|
||||
//
|
||||
// Created by Nico Weber on 7/22/23.
|
||||
//
|
||||
/*
|
||||
* Copyright (c) 2023, Nico Weber <thakis@chromium.org>
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
// Several AK types conflict with MacOS types.
|
||||
#define FixedPoint FixedPointMacOS
|
||||
|
@ -11,5 +12,4 @@
|
|||
#undef FixedPoint
|
||||
|
||||
@interface AppDelegate : NSObject <NSApplicationDelegate>
|
||||
|
||||
@end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue