Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
NLua
Commits
50a963dc
Commit
50a963dc
authored
Jan 28, 2024
by
Vinicius Jarina
Browse files
Fix build macOS + Xcode 15.2
parent
e461395a
Changes
3
Show whitespace changes
Inline
Side-by-side
.gitignore
View file @
50a963dc
...
...
@@ -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/*
tests/build/xamarinios/Info.plist
View file @
50a963dc
...
...
@@ -13,7 +13,7 @@
<key>
LSRequiresIPhoneOS
</key>
<true/>
<key>
MinimumOSVersion
</key>
<string>
1
0
.0
</string>
<string>
1
1
.0
</string>
<key>
UIDeviceFamily
</key>
<array>
<integer>
1
</integer>
...
...
tests/build/xamarintvos/Info.plist
View file @
50a963dc
...
...
@@ -13,7 +13,7 @@
<key>
CFBundleVersion
</key>
<string>
1.0
</string>
<key>
MinimumOSVersion
</key>
<string>
1
0
.0
</string>
<string>
1
1
.0
</string>
<key>
UIDeviceFamily
</key>
<array>
<integer>
3
</integer>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment