diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index bf4cfa2..a710fcd 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -29,15 +29,20 @@ jobs:
run: msbuild
working-directory: App1/App1.Android
iOS:
- runs-on: macos-latest
+ runs-on: macos-13
steps:
- uses: actions/checkout@v2
+ - name: Install Xamarin.iOS
+ run: |
+ dotnet tool install --global boots
+ boots https://download.visualstudio.microsoft.com/download/pr/de7f727f-243c-4429-8773-eebd735eb1bb/da4a65f27ace7f805914ef63661e0efd/xamarin.ios-16.4.0.18.pkg
+
# Fixes error when using newer NuGet packages that require a minimum version of Xcode
- - name: Use Xcode 14.0.1
+ - name: Use Xcode 14.3.1
uses: maxim-lobanov/setup-xamarin@v1
with:
- xcode-version: 14.0.1
+ xcode-version: 14.3.1
# The following two workaround steps can be removed when the following github issue is resolved: https://github.com/actions/virtual-environments/issues/5768
- name: Restore Workaround Remove
diff --git a/App1/App1.iOS/App1.iOS.csproj b/App1/App1.iOS/App1.iOS.csproj
index c4f6564..dce12c6 100644
--- a/App1/App1.iOS/App1.iOS.csproj
+++ b/App1/App1.iOS/App1.iOS.csproj
@@ -116,6 +116,7 @@
Resources\app.json
+
diff --git a/App1/App1.iOS/PrivacyInfo.xcprivacy b/App1/App1.iOS/PrivacyInfo.xcprivacy
new file mode 100644
index 0000000..77b516a
--- /dev/null
+++ b/App1/App1.iOS/PrivacyInfo.xcprivacy
@@ -0,0 +1,33 @@
+
+
+
+
+ NSPrivacyAccessedAPITypes
+
+
+ NSPrivacyAccessedAPIType
+ NSPrivacyAccessedAPICategoryFileTimestamp
+ NSPrivacyAccessedAPITypeReasons
+
+ C617.1
+
+
+
+ NSPrivacyAccessedAPIType
+ NSPrivacyAccessedAPICategorySystemBootTime
+ NSPrivacyAccessedAPITypeReasons
+
+ 35F9.1
+
+
+
+ NSPrivacyAccessedAPIType
+ NSPrivacyAccessedAPICategoryDiskSpace
+ NSPrivacyAccessedAPITypeReasons
+
+ E174.1
+
+
+
+
+