Commit 50a963dc authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

Fix build macOS + Xcode 15.2

parent e461395a
......@@ -43,3 +43,5 @@ tests/build/xamarintvos/result.xml
build/net8.0/obj
tests/build/net8.0/obj/
tests/build/net8.0/bin/
build/iOS/obj/*
build/macOS/obj/*
......@@ -13,7 +13,7 @@
<key>LSRequiresIPhoneOS</key>
<true/>
<key>MinimumOSVersion</key>
<string>10.0</string>
<string>11.0</string>
<key>UIDeviceFamily</key>
<array>
<integer>1</integer>
......
......@@ -13,7 +13,7 @@
<key>CFBundleVersion</key>
<string>1.0</string>
<key>MinimumOSVersion</key>
<string>10.0</string>
<string>11.0</string>
<key>UIDeviceFamily</key>
<array>
<integer>3</integer>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment