feat: add build ios scripts

This commit is contained in:
Hugo Pointcheval 2023-11-06 22:30:17 +01:00
parent 50dcf9b6d5
commit cfac151205
Signed by: hugo
GPG Key ID: 3AAC487E131E00BC
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
#!/usr/bin/env sh
dotnet publish -r ios-arm64 -p:DisableUnsupportedError=true -p:PublishAotUsingRuntimePack=true -p:OutputType=Library

View File

@ -0,0 +1,3 @@
#!/usr/bin/env sh
dotnet publish -r ios-x64 -p:DisableUnsupportedError=true -p:PublishAotUsingRuntimePack=true -p:OutputType=Library