feat: add build ios scripts
This commit is contained in:
parent
50dcf9b6d5
commit
cfac151205
3
MyLib.Generated/build-ios-arm64.sh
Executable file
3
MyLib.Generated/build-ios-arm64.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
dotnet publish -r ios-arm64 -p:DisableUnsupportedError=true -p:PublishAotUsingRuntimePack=true -p:OutputType=Library
|
3
MyLib.Generated/build-ios-x64.sh
Executable file
3
MyLib.Generated/build-ios-x64.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
dotnet publish -r ios-x64 -p:DisableUnsupportedError=true -p:PublishAotUsingRuntimePack=true -p:OutputType=Library
|
Loading…
x
Reference in New Issue
Block a user