chore(macos): vendor system-sdk dependency

This commit is contained in:
2024-09-09 03:44:35 -05:00
parent 7f8d05101e
commit a50d52bae5
2634 changed files with 871615 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
--- !tapi-tbd
tbd-version: 4
targets: [ x86_64-macos, arm64-macos, arm64e-macos ]
uuids:
- target: x86_64-macos
value: DDC94193-6A78-3F24-AE77-1667F2FD66B7
- target: arm64-macos
value: 00000000-0000-0000-0000-000000000000
- target: arm64e-macos
value: A715DD7B-6CD2-34D5-962A-E9EFF7E63840
install-name: '/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa'
current-version: 23
exports:
- targets: [ arm64e-macos, x86_64-macos, arm64-macos ]
symbols: [ _CocoaVersionNumber, _CocoaVersionString ]
...

View File

@@ -0,0 +1,14 @@
/*
Cocoa.h
Cocoa Framework
Copyright (c) 2000-2015, Apple Inc.
All rights reserved.
This file should be included by all Cocoa application source files for easy building. Using this file is preferred over importing individual files because it will use a precompiled version.
Tools with no UI and no AppKit dependencies may prefer to include just <Foundation/Foundation.h>.
*/
#import <Foundation/Foundation.h>
#import <AppKit/AppKit.h>
#import <CoreData/CoreData.h>

View File

@@ -0,0 +1,5 @@
framework module Cocoa [extern_c] {
umbrella header "Cocoa.h"
export *
module * { export * }
}