diff --git a/Mobile/Mobile.csproj b/Mobile/Mobile.csproj index 722fa011..963c021f 100644 --- a/Mobile/Mobile.csproj +++ b/Mobile/Mobile.csproj @@ -6,13 +6,13 @@ Exe - Carmen.Mobile + Carmen.Mobile Carmen.Mobile - David Lang + David Lang true true enable - enable + enable CARMEN @@ -62,6 +62,13 @@ true + + ios-arm64 + Apple Distribution: David Lang (45435R99CA) + CARMEN (Ad-Hoc) + true + + diff --git a/Mobile/build_for_ios.sh b/Mobile/build_for_ios.sh new file mode 100755 index 00000000..2ec620b4 --- /dev/null +++ b/Mobile/build_for_ios.sh @@ -0,0 +1,6 @@ +#!/bin/bash +set -e +dotnet publish -f net7.0-ios -c Release +echo BUILT FOR AD-HOC DEPLOYMENT +echo Distribute using Apple Configurator: https://apps.apple.com/app/id1037126344 +echo User guide: https://support.apple.com/en-au/guide/apple-configurator-mac/welcome/mac \ No newline at end of file