Skip to content

Commit

Permalink
Merge pull request #202 from zwindler/zwindler-patch-1
Browse files Browse the repository at this point in the history
Add more infos on darwin on linux compilation
  • Loading branch information
Bluebugs committed Aug 25, 2023
2 parents 6006c2e + 5632220 commit f8b06cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ The fyne-cross `darwin-sdk-extractor` command can be used to extract the SDK fro
To extract the SDKs:
1. [Download Command Line Tools for Xcode](https://developer.apple.com/download/all/?q=Command%20Line%20Tools) >= 12.4 (macOS SDK 11.x)
2. Run: `fyne-cross darwin-sdk-extract --xcode-path /path/to/Command_Line_Tools_for_Xcode_12.5.dmg`
* Once extraction has been done, you should have a SDKs directory created. This directory contains at least 2 SDKs (ex. `SDKs/MacOSX12.3.sdk/` and `SDKs/MacOSX13.3.sdk/` in Command_Line_Tools_for_Xcode_14.3.1.dmg)
3. Specify explicitly which SDK you want to use in your fyne-cross command with --macosx-sdk-path: `fyne-cross darwin --macosx-sdk-path /full/path/to/SDKs/MacOSX12.3.sdk -app-id your.app.id`

## Contribute

Expand Down

0 comments on commit f8b06cf

Please sign in to comment.