Skip to content

Commit

Permalink
Merge pull request #2198 from nihui/patch-1
Browse files Browse the repository at this point in the history
doc moltenvk link CoreGraphics and AppKit framework
  • Loading branch information
billhollings authored Apr 3, 2024
2 parents adcd448 + 0ddf0fe commit c0dce05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Docs/MoltenVK_Runtime_UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,9 @@ Open the *Build Phases* tab and open the *Link Binary With Libraries* list.
- `Metal.framework`
- `Foundation.framework`.
- `QuartzCore.framework`
- `CoreGraphics.framework`
- `IOKit.framework` (*macOS*)
- `AppKit.framework` (*macOS*)
- `UIKit.framework` (*iOS* or *tvOS*)
- `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`)
Expand Down

0 comments on commit c0dce05

Please sign in to comment.