doc moltenvk link CoreGraphics and AppKit framework

This commit is contained in:
nihui 2024-04-03 16:36:01 +08:00
parent adcd448f04
commit 0ddf0fe6fe

View File

@ -174,7 +174,9 @@ Open the *Build Phases* tab and open the *Link Binary With Libraries* list.
- `Metal.framework` - `Metal.framework`
- `Foundation.framework`. - `Foundation.framework`.
- `QuartzCore.framework` - `QuartzCore.framework`
- `CoreGraphics.framework`
- `IOKit.framework` (*macOS*) - `IOKit.framework` (*macOS*)
- `AppKit.framework` (*macOS*)
- `UIKit.framework` (*iOS* or *tvOS*) - `UIKit.framework` (*iOS* or *tvOS*)
- `IOSurface.framework` (*macOS*, or *iOS* if `IPHONEOS_DEPLOYMENT_TARGET` is at least `iOS 11.0`, - `IOSurface.framework` (*macOS*, or *iOS* if `IPHONEOS_DEPLOYMENT_TARGET` is at least `iOS 11.0`,
or *tvOS* if `TVOS_DEPLOYMENT_TARGET` is at least `tvOS 11.0`) or *tvOS* if `TVOS_DEPLOYMENT_TARGET` is at least `tvOS 11.0`)