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 ...@@ -43,3 +43,5 @@ tests/build/xamarintvos/result.xml
build/net8.0/obj build/net8.0/obj
tests/build/net8.0/obj/ tests/build/net8.0/obj/
tests/build/net8.0/bin/ tests/build/net8.0/bin/
build/iOS/obj/*
build/macOS/obj/*
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<key>LSRequiresIPhoneOS</key> <key>LSRequiresIPhoneOS</key>
<true/> <true/>
<key>MinimumOSVersion</key> <key>MinimumOSVersion</key>
<string>10.0</string> <string>11.0</string>
<key>UIDeviceFamily</key> <key>UIDeviceFamily</key>
<array> <array>
<integer>1</integer> <integer>1</integer>
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1.0</string> <string>1.0</string>
<key>MinimumOSVersion</key> <key>MinimumOSVersion</key>
<string>10.0</string> <string>11.0</string>
<key>UIDeviceFamily</key> <key>UIDeviceFamily</key>
<array> <array>
<integer>3</integer> <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