feat: Add iOS platform support #60

Merged
Henry-Hiles merged 7 commits from eleboucher/nexus:ios-support into main 2026-08-08 16:35:57 -04:00
Showing only changes of commit fbd7551003 - Show all commits

fix getting SDK in generate

Henry Hiles 2026-08-08 16:33:22 -04:00
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs

View file

@ -17,7 +17,7 @@ void main(List<String> args) async {
entryPoints: [File(join(repoDir.path, "pkg", "ffi", "gomuksffi.h")).uri],
compilerOptions: [
"--no-warnings",
if (Platform.isMacOS) "-I${await getXCodeSDK()}/usr/include",
if (Platform.isMacOS) "-I${await getXCodeTool()}/usr/include",
],
),
functions: Functions.includeAll,