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
469f4f4d
Commit
469f4f4d
authored
Nov 10, 2021
by
Vinicius Jarina
Browse files
Fixed mac build
parent
2a50fbd9
Changes
2
Show whitespace changes
Inline
Side-by-side
README.md
View file @
469f4f4d
...
...
@@ -23,12 +23,12 @@ NLua
| :------ | :------: |
| !
[
linux
](
https://badgen.net/badge/icon/Ubuntu%20Linux%20x64?icon=travis&label&color=orange
)
|
[

](https://travis-ci.org/NLua/NLua) |
| !
[
win
](
https://badgen.net/badge/icon/Windows?icon=windows&label&color=blue
)
|
[

](https://ci.appveyor.com/project/viniciusjarina/NLua)|
| !
[
mac
](
https://badgen.net/badge/icon/macOS,iOS,tvOS,
w
at
chOS
?icon=apple&label&color=purple&list=1
)
|
[

](https://dev.azure.com/codefoco/NuGets/_build/latest?definitionId=65&branchName=main) |
| !
[
mac
](
https://badgen.net/badge/icon/macOS,iOS,tvOS,
c
at
alyst
?icon=apple&label&color=purple&list=1
)
|
[

](https://dev.azure.com/codefoco/NuGets/_build/latest?definitionId=65&branchName=main) |
|!
[
win
](
https://badgen.net/badge/icon/Windows,.NET%20Core?icon=windows&label&list=1
)
|
[

](https://dev.azure.com/codefoco/NuGets/_build/latest?definitionId=65&branchName=main) |
|!
[
linuxnet
](
https://badgen.net/badge/icon/Ubuntu%20Linux%20x64?icon=terminal&label&list=1
)
|
[

](https://dev.azure.com/codefoco/NuGets/_build/latest?definitionId=65&branchName=main) |
Bridge between Lua world and the .NET (compatible with .NET
Core
/UWP/Mac/Linux/Android/iOS/tvOS)
Bridge between Lua world and the .NET (compatible with .NET/UWP/Mac/Linux/Android/iOS/tvOS)
Building
---------
...
...
tests/build/xamarinios/NLuaTest.XamariniOS.csproj
View file @
469f4f4d
...
...
@@ -145,14 +145,6 @@
<Compile
Include=
"Main.cs"
/>
<Compile
Include=
"UnitTestAppDelegate.cs"
/>
</ItemGroup>
<ItemGroup>
<ProjectReference
Include=
"..\..\..\build\XamariniOS\NLua.XamariniOS.csproj"
>
<Project>
{8FAFDF62-E07E-487A-863C-74F308AE7BA6}
</Project>
<Name>
NLua.XamariniOS
</Name>
<IsAppExtension>
false
</IsAppExtension>
<IsWatchApp>
false
</IsWatchApp>
</ProjectReference>
</ItemGroup>
<ItemGroup
/>
<ItemGroup>
<BundleResource
Include=
"..\..\scripts\test.lua"
>
...
...
@@ -199,6 +191,12 @@
<PrivateAssets>
all
</PrivateAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<ProjectReference
Include=
"..\..\..\build\iOS\NLua.XamariniOS.csproj"
>
<Project>
{8FAFDF62-E07E-487A-863C-74F308AE7BA6}
</Project>
<Name>
NLua.XamariniOS
</Name>
</ProjectReference>
</ItemGroup>
<Import
Project=
"..\..\src\NLuaTest.Shared.projitems"
Label=
"Shared"
Condition=
"Exists('..\..\src\NLuaTest.Shared.projitems')"
/>
<Import
Project=
"$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets"
/>
</Project>
\ No newline at end of file
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