Unverified Commit b6d3b8a2 authored by Vinicius Jarina's avatar Vinicius Jarina Committed by GitHub
Browse files

Added iOS tests. (#270)

* Added iOS tests.

* Added `tvOS` tests.

* Added `NUNIT_ENABLE_XML_OUTPUT` flag

* Added Touch.Server to run iOS/tvOS tests on VSTS.

* Update Touch.Sever nuget.

* Fixed iOS test results XML.

* Bump Touch.Server.

* Fixed windows build.

* .
parent 51585c29
...@@ -29,3 +29,6 @@ tests/build/net45/bin/ ...@@ -29,3 +29,6 @@ tests/build/net45/bin/
tests/build/net45/obj/ tests/build/net45/obj/
tests/build/netcore/bin/ tests/build/netcore/bin/
tests/build/netcore/obj/ tests/build/netcore/obj/
*.user
tests/build/xamarinios/obj/
tests/build/xamarintvos/obj/
...@@ -11,8 +11,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{BDBA9844 ...@@ -11,8 +11,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{BDBA9844
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NLua", "build\net45\NLua.csproj", "{C45805A8-6436-4738-BD9F-4632EEA63BBC}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NLua", "build\net45\NLua.csproj", "{C45805A8-6436-4738-BD9F-4632EEA63BBC}"
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NLuaTest", "tests\build\net45\NLuaTest.csproj", "{20AE709C-FB97-48E3-89B0-A34A5C3DA1DB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NLua.NetCore", "build\netcore\NLua.NetCore.csproj", "{A1944148-0AD8-4DEF-A245-60C7A8AE8AA7}" Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NLua.NetCore", "build\netcore\NLua.NetCore.csproj", "{A1944148-0AD8-4DEF-A245-60C7A8AE8AA7}"
EndProject EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NLua.netstandard2.0", "build\netstandard2.0\NLua.netstandard2.0.csproj", "{6784E262-4845-4B08-8AD1-6319E76AF579}" Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NLua.netstandard2.0", "build\netstandard2.0\NLua.netstandard2.0.csproj", "{6784E262-4845-4B08-8AD1-6319E76AF579}"
...@@ -27,11 +25,27 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NLua.WatchOS", "build\Watch ...@@ -27,11 +25,27 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NLua.WatchOS", "build\Watch
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NLua.XamarinMac", "build\XamarinMac\NLua.XamarinMac.csproj", "{CFE2185E-C344-4503-9B94-9046744CEF37}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NLua.XamarinMac", "build\XamarinMac\NLua.XamarinMac.csproj", "{CFE2185E-C344-4503-9B94-9046744CEF37}"
EndProject EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "NLuaTest.Shared", "tests\src\NLuaTest.Shared.shproj", "{7279D001-6F21-4FF3-A0EE-3A1D12004BA3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NLuaTest.XamariniOS", "tests\build\xamarinios\NLuaTest.XamariniOS.csproj", "{20225B34-18F0-477B-AE89-1C95B788C55D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NLuaTest", "tests\build\net45\NLuaTest.csproj", "{20AE709C-FB97-48E3-89B0-A34A5C3DA1DB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NLuaTest.XamarinTVOS", "tests\build\xamarintvos\NLuaTest.XamarinTVOS.csproj", "{73AA14F8-8A24-4011-8030-3FB3248044C3}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "NLuaTest.Shared.Scripts", "tests\src\NLuaTest.Shared.Scripts.shproj", "{9E2A0BC0-5C10-4A85-9CA1-2BEB751128B7}"
EndProject
Global Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution GlobalSection(SharedMSBuildProjectFiles) = preSolution
tests\src\NLuaTest.Shared.projitems*{20225b34-18f0-477b-ae89-1c95b788c55d}*SharedItemsImports = 4
tests\src\NLuaTest.Shared.projitems*{20ae709c-fb97-48e3-89b0-a34a5c3da1db}*SharedItemsImports = 4
tests\src\NLuaTest.Shared.Scripts.projitems*{20ae709c-fb97-48e3-89b0-a34a5c3da1db}*SharedItemsImports = 4
src\NLua.Core.projitems*{4b766e88-5872-4437-882d-c887a3c0cdf7}*SharedItemsImports = 4 src\NLua.Core.projitems*{4b766e88-5872-4437-882d-c887a3c0cdf7}*SharedItemsImports = 4
tests\src\NLuaTest.Shared.projitems*{7279d001-6f21-4ff3-a0ee-3a1d12004ba3}*SharedItemsImports = 13
tests\src\NLuaTest.Shared.projitems*{73aa14f8-8a24-4011-8030-3fb3248044c3}*SharedItemsImports = 4
src\NLua.Core.projitems*{8fafdf62-e07e-487a-863c-74f308ae7ba6}*SharedItemsImports = 4 src\NLua.Core.projitems*{8fafdf62-e07e-487a-863c-74f308ae7ba6}*SharedItemsImports = 4
src\NLua.Core.projitems*{9238f6aa-2d63-4804-99d1-c279871f5669}*SharedItemsImports = 4 src\NLua.Core.projitems*{9238f6aa-2d63-4804-99d1-c279871f5669}*SharedItemsImports = 4
tests\src\NLuaTest.Shared.Scripts.projitems*{9e2a0bc0-5c10-4a85-9ca1-2beb751128b7}*SharedItemsImports = 13
src\NLua.Core.projitems*{bd205ad6-760e-48f3-bab2-21447396bd17}*SharedItemsImports = 13 src\NLua.Core.projitems*{bd205ad6-760e-48f3-bab2-21447396bd17}*SharedItemsImports = 13
src\NLua.Core.projitems*{bf6a650f-aa7a-4a08-8ada-08d9e73e1238}*SharedItemsImports = 4 src\NLua.Core.projitems*{bf6a650f-aa7a-4a08-8ada-08d9e73e1238}*SharedItemsImports = 4
src\NLua.Core.projitems*{c45805a8-6436-4738-bd9f-4632eea63bbc}*SharedItemsImports = 4 src\NLua.Core.projitems*{c45805a8-6436-4738-bd9f-4632eea63bbc}*SharedItemsImports = 4
...@@ -60,18 +74,6 @@ Global ...@@ -60,18 +74,6 @@ Global
{C45805A8-6436-4738-BD9F-4632EEA63BBC}.ReleaseCore|Any CPU.ActiveCfg = Release|Any CPU {C45805A8-6436-4738-BD9F-4632EEA63BBC}.ReleaseCore|Any CPU.ActiveCfg = Release|Any CPU
{C45805A8-6436-4738-BD9F-4632EEA63BBC}.ReleaseMac|Any CPU.ActiveCfg = Release|Any CPU {C45805A8-6436-4738-BD9F-4632EEA63BBC}.ReleaseMac|Any CPU.ActiveCfg = Release|Any CPU
{C45805A8-6436-4738-BD9F-4632EEA63BBC}.ReleaseMac|Any CPU.Build.0 = Release|Any CPU {C45805A8-6436-4738-BD9F-4632EEA63BBC}.ReleaseMac|Any CPU.Build.0 = Release|Any CPU
{20AE709C-FB97-48E3-89B0-A34A5C3DA1DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{20AE709C-FB97-48E3-89B0-A34A5C3DA1DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{20AE709C-FB97-48E3-89B0-A34A5C3DA1DB}.DebugAndroid|Any CPU.ActiveCfg = Debug|Any CPU
{20AE709C-FB97-48E3-89B0-A34A5C3DA1DB}.DebugCore|Any CPU.ActiveCfg = Debug|Any CPU
{20AE709C-FB97-48E3-89B0-A34A5C3DA1DB}.DebugMac|Any CPU.ActiveCfg = Debug|Any CPU
{20AE709C-FB97-48E3-89B0-A34A5C3DA1DB}.DebugMac|Any CPU.Build.0 = Debug|Any CPU
{20AE709C-FB97-48E3-89B0-A34A5C3DA1DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{20AE709C-FB97-48E3-89B0-A34A5C3DA1DB}.Release|Any CPU.Build.0 = Release|Any CPU
{20AE709C-FB97-48E3-89B0-A34A5C3DA1DB}.ReleaseAndroid|Any CPU.ActiveCfg = Release|Any CPU
{20AE709C-FB97-48E3-89B0-A34A5C3DA1DB}.ReleaseCore|Any CPU.ActiveCfg = Release|Any CPU
{20AE709C-FB97-48E3-89B0-A34A5C3DA1DB}.ReleaseMac|Any CPU.ActiveCfg = Release|Any CPU
{20AE709C-FB97-48E3-89B0-A34A5C3DA1DB}.ReleaseMac|Any CPU.Build.0 = Release|Any CPU
{A1944148-0AD8-4DEF-A245-60C7A8AE8AA7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {A1944148-0AD8-4DEF-A245-60C7A8AE8AA7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1944148-0AD8-4DEF-A245-60C7A8AE8AA7}.DebugAndroid|Any CPU.ActiveCfg = Debug|Any CPU {A1944148-0AD8-4DEF-A245-60C7A8AE8AA7}.DebugAndroid|Any CPU.ActiveCfg = Debug|Any CPU
{A1944148-0AD8-4DEF-A245-60C7A8AE8AA7}.DebugCore|Any CPU.ActiveCfg = Debug|Any CPU {A1944148-0AD8-4DEF-A245-60C7A8AE8AA7}.DebugCore|Any CPU.ActiveCfg = Debug|Any CPU
...@@ -142,6 +144,38 @@ Global ...@@ -142,6 +144,38 @@ Global
{CFE2185E-C344-4503-9B94-9046744CEF37}.ReleaseCore|Any CPU.ActiveCfg = Release|Any CPU {CFE2185E-C344-4503-9B94-9046744CEF37}.ReleaseCore|Any CPU.ActiveCfg = Release|Any CPU
{CFE2185E-C344-4503-9B94-9046744CEF37}.ReleaseMac|Any CPU.ActiveCfg = Release|Any CPU {CFE2185E-C344-4503-9B94-9046744CEF37}.ReleaseMac|Any CPU.ActiveCfg = Release|Any CPU
{CFE2185E-C344-4503-9B94-9046744CEF37}.ReleaseMac|Any CPU.Build.0 = Release|Any CPU {CFE2185E-C344-4503-9B94-9046744CEF37}.ReleaseMac|Any CPU.Build.0 = Release|Any CPU
{20225B34-18F0-477B-AE89-1C95B788C55D}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{20225B34-18F0-477B-AE89-1C95B788C55D}.DebugAndroid|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{20225B34-18F0-477B-AE89-1C95B788C55D}.DebugCore|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{20225B34-18F0-477B-AE89-1C95B788C55D}.DebugMac|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{20225B34-18F0-477B-AE89-1C95B788C55D}.DebugMac|Any CPU.Build.0 = Debug|iPhoneSimulator
{20225B34-18F0-477B-AE89-1C95B788C55D}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator
{20225B34-18F0-477B-AE89-1C95B788C55D}.ReleaseAndroid|Any CPU.ActiveCfg = Release|iPhoneSimulator
{20225B34-18F0-477B-AE89-1C95B788C55D}.ReleaseCore|Any CPU.ActiveCfg = Release|iPhoneSimulator
{20225B34-18F0-477B-AE89-1C95B788C55D}.ReleaseMac|Any CPU.ActiveCfg = Release|iPhoneSimulator
{20225B34-18F0-477B-AE89-1C95B788C55D}.ReleaseMac|Any CPU.Build.0 = Release|iPhoneSimulator
{20AE709C-FB97-48E3-89B0-A34A5C3DA1DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{20AE709C-FB97-48E3-89B0-A34A5C3DA1DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{20AE709C-FB97-48E3-89B0-A34A5C3DA1DB}.DebugAndroid|Any CPU.ActiveCfg = Debug|Any CPU
{20AE709C-FB97-48E3-89B0-A34A5C3DA1DB}.DebugCore|Any CPU.ActiveCfg = Debug|Any CPU
{20AE709C-FB97-48E3-89B0-A34A5C3DA1DB}.DebugMac|Any CPU.ActiveCfg = Debug|Any CPU
{20AE709C-FB97-48E3-89B0-A34A5C3DA1DB}.DebugMac|Any CPU.Build.0 = Debug|Any CPU
{20AE709C-FB97-48E3-89B0-A34A5C3DA1DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{20AE709C-FB97-48E3-89B0-A34A5C3DA1DB}.Release|Any CPU.Build.0 = Release|Any CPU
{20AE709C-FB97-48E3-89B0-A34A5C3DA1DB}.ReleaseAndroid|Any CPU.ActiveCfg = Release|Any CPU
{20AE709C-FB97-48E3-89B0-A34A5C3DA1DB}.ReleaseCore|Any CPU.ActiveCfg = Release|Any CPU
{20AE709C-FB97-48E3-89B0-A34A5C3DA1DB}.ReleaseMac|Any CPU.ActiveCfg = Release|Any CPU
{20AE709C-FB97-48E3-89B0-A34A5C3DA1DB}.ReleaseMac|Any CPU.Build.0 = Release|Any CPU
{73AA14F8-8A24-4011-8030-3FB3248044C3}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{73AA14F8-8A24-4011-8030-3FB3248044C3}.DebugAndroid|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{73AA14F8-8A24-4011-8030-3FB3248044C3}.DebugCore|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{73AA14F8-8A24-4011-8030-3FB3248044C3}.DebugMac|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{73AA14F8-8A24-4011-8030-3FB3248044C3}.DebugMac|Any CPU.Build.0 = Debug|iPhoneSimulator
{73AA14F8-8A24-4011-8030-3FB3248044C3}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator
{73AA14F8-8A24-4011-8030-3FB3248044C3}.ReleaseAndroid|Any CPU.ActiveCfg = Release|iPhoneSimulator
{73AA14F8-8A24-4011-8030-3FB3248044C3}.ReleaseCore|Any CPU.ActiveCfg = Release|iPhoneSimulator
{73AA14F8-8A24-4011-8030-3FB3248044C3}.ReleaseMac|Any CPU.ActiveCfg = Release|iPhoneSimulator
{73AA14F8-8A24-4011-8030-3FB3248044C3}.ReleaseMac|Any CPU.Build.0 = Release|iPhoneSimulator
EndGlobalSection EndGlobalSection
GlobalSection(SolutionProperties) = preSolution GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE HideSolutionNode = FALSE
...@@ -149,7 +183,6 @@ Global ...@@ -149,7 +183,6 @@ Global
GlobalSection(NestedProjects) = preSolution GlobalSection(NestedProjects) = preSolution
{BD205AD6-760E-48F3-BAB2-21447396BD17} = {4A43DAAC-F9FF-4EB1-BFBD-FB4655CCE1F7} {BD205AD6-760E-48F3-BAB2-21447396BD17} = {4A43DAAC-F9FF-4EB1-BFBD-FB4655CCE1F7}
{C45805A8-6436-4738-BD9F-4632EEA63BBC} = {4A43DAAC-F9FF-4EB1-BFBD-FB4655CCE1F7} {C45805A8-6436-4738-BD9F-4632EEA63BBC} = {4A43DAAC-F9FF-4EB1-BFBD-FB4655CCE1F7}
{20AE709C-FB97-48E3-89B0-A34A5C3DA1DB} = {BDBA9844-3BD3-436C-AB8A-8E78C810A710}
{A1944148-0AD8-4DEF-A245-60C7A8AE8AA7} = {4A43DAAC-F9FF-4EB1-BFBD-FB4655CCE1F7} {A1944148-0AD8-4DEF-A245-60C7A8AE8AA7} = {4A43DAAC-F9FF-4EB1-BFBD-FB4655CCE1F7}
{6784E262-4845-4B08-8AD1-6319E76AF579} = {4A43DAAC-F9FF-4EB1-BFBD-FB4655CCE1F7} {6784E262-4845-4B08-8AD1-6319E76AF579} = {4A43DAAC-F9FF-4EB1-BFBD-FB4655CCE1F7}
{4B766E88-5872-4437-882D-C887A3C0CDF7} = {4A43DAAC-F9FF-4EB1-BFBD-FB4655CCE1F7} {4B766E88-5872-4437-882D-C887A3C0CDF7} = {4A43DAAC-F9FF-4EB1-BFBD-FB4655CCE1F7}
...@@ -157,6 +190,11 @@ Global ...@@ -157,6 +190,11 @@ Global
{9238F6AA-2D63-4804-99D1-C279871F5669} = {4A43DAAC-F9FF-4EB1-BFBD-FB4655CCE1F7} {9238F6AA-2D63-4804-99D1-C279871F5669} = {4A43DAAC-F9FF-4EB1-BFBD-FB4655CCE1F7}
{BF6A650F-AA7A-4A08-8ADA-08D9E73E1238} = {4A43DAAC-F9FF-4EB1-BFBD-FB4655CCE1F7} {BF6A650F-AA7A-4A08-8ADA-08D9E73E1238} = {4A43DAAC-F9FF-4EB1-BFBD-FB4655CCE1F7}
{CFE2185E-C344-4503-9B94-9046744CEF37} = {4A43DAAC-F9FF-4EB1-BFBD-FB4655CCE1F7} {CFE2185E-C344-4503-9B94-9046744CEF37} = {4A43DAAC-F9FF-4EB1-BFBD-FB4655CCE1F7}
{7279D001-6F21-4FF3-A0EE-3A1D12004BA3} = {BDBA9844-3BD3-436C-AB8A-8E78C810A710}
{20225B34-18F0-477B-AE89-1C95B788C55D} = {BDBA9844-3BD3-436C-AB8A-8E78C810A710}
{20AE709C-FB97-48E3-89B0-A34A5C3DA1DB} = {BDBA9844-3BD3-436C-AB8A-8E78C810A710}
{73AA14F8-8A24-4011-8030-3FB3248044C3} = {BDBA9844-3BD3-436C-AB8A-8E78C810A710}
{9E2A0BC0-5C10-4A85-9CA1-2BEB751128B7} = {BDBA9844-3BD3-436C-AB8A-8E78C810A710}
EndGlobalSection EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4720E610-698B-48DD-BBD7-03AC99E9BC90} SolutionGuid = {4720E610-698B-48DD-BBD7-03AC99E9BC90}
......
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/AutoDetectedNamingRules/=Method/@EntryIndexedValue">&lt;Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /&gt;</s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/AutoDetectedNamingRules/=Parameters/@EntryIndexedValue">&lt;Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /&gt;</s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/AutoDetectedNamingRules/=TypesAndNamespaces/@EntryIndexedValue">&lt;Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /&gt;</s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/AutoDetectedNamingRules/=PrivateInstanceFields/@EntryIndexedValue">&lt;Policy Inspect="False" Prefix="" Suffix="" Style="aaBb" /&gt;</s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/AutoDetectedNamingRules/=Locals/@EntryIndexedValue">&lt;Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /&gt;</s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/AutoDetectedNamingRules/=Property/@EntryIndexedValue">&lt;Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /&gt;</s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/AutoDetectedNamingRules/=Interfaces/@EntryIndexedValue">&lt;Policy Inspect="True" Prefix="I" Suffix="" Style="AaBb" /&gt;</s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/AutoDetectedNamingRules/=PublicFields/@EntryIndexedValue">&lt;Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /&gt;</s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/AutoDetectedNamingRules/=Event/@EntryIndexedValue">&lt;Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /&gt;</s:String>
<s:Boolean x:Key="/Default/CodeStyle/Naming/CSharpAutoNaming/IsNamingAutoDetectionCompleted/@EntryValue">True</s:Boolean></wpf:ResourceDictionary>
\ No newline at end of file
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
<XamMacArch> <XamMacArch>
</XamMacArch> </XamMacArch>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AOTMode>None</AOTMode>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Optimize>true</Optimize> <Optimize>true</Optimize>
...@@ -52,6 +53,7 @@ ...@@ -52,6 +53,7 @@
<XamMacArch> <XamMacArch>
</XamMacArch> </XamMacArch>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AOTMode>None</AOTMode>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="KeraLua, Version=1.0.3.0, Culture=neutral, PublicKeyToken=6a194c04b9c89217, processorArchitecture=MSIL"> <Reference Include="KeraLua, Version=1.0.3.0, Culture=neutral, PublicKeyToken=6a194c04b9c89217, processorArchitecture=MSIL">
......
MIT License
Copyright (c) 2019 Codefoco
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<TouchServerExe Condition=" '$(TouchServerExe)' == '' ">$(MSBuildProjectDirectory)/tools/Touch.Server.exe</TouchServerExe>
<MLaunch Condition=" '$(MLaunch)' == '' ">/Developer/MonoTouch/usr/bin/mlaunch</MLaunch>
<TargetFrameworkIdentifier Condition=" '$(TargetFrameworkIdentifier)' == ''">Xamarin.iOS</TargetFrameworkIdentifier>
<DeviceKind Condition=" '$(TargetFrameworkIdentifier)' == 'Xamarin.iOS'">iPhone</DeviceKind>
<DeviceKind Condition=" '$(TargetFrameworkIdentifier)' == 'Xamarin.TVOS'">Apple TV</DeviceKind>
<DevicesXmlFile>$(OutputPath)/DevicesXmlFile.xml</DevicesXmlFile>
<TestResultName Condition=" '$(TestResultName)' == '' ">TEST-Result-$(TargetFrameworkIdentifier)</TestResultName>
<TestResult Condition=" '$(TestResult)' == '' ">$(TestResultName).xml</TestResult>
</PropertyGroup>
<Target Name="FetchDeviceSpecs" Condition="'$(OS)'=='Unix' and Exists('/usr/lib/libc.dylib')" DependsOnTargets="_DetectSdkLocations;GetAppBundleDir" >
<Message Text="Reading available devices" />
<Exec Command="$(MLaunch) --listsim=$(DevicesXmlFile)" Condition="!Exists('$(DevicesXmlFile)')" />
<XmlPeek
XmlInputPath="$(DevicesXmlFile)"
Query="//MTouch/Simulator/AvailableDevices/SimDevice[contains(@Name,&quot;$(DeviceKind)&quot;)][last()]/SimRuntime/text()">
<Output TaskParameter="Result" ItemName="SimRuntime" />
</XmlPeek>
<XmlPeek
XmlInputPath="$(DevicesXmlFile)"
Query="//MTouch/Simulator/AvailableDevices/SimDevice[contains(@Name,&quot;$(DeviceKind)&quot;)][last()]/SimDeviceType/text()">
<Output TaskParameter="Result" ItemName="SimDeviceType" />
</XmlPeek>
</Target>
<Target Name="RunSimulatorTests" Condition="'$(OS)'=='Unix' and Exists('/usr/lib/libc.dylib')" DependsOnTargets="FetchDeviceSpecs" >
<Message Text="Running Simulator tests [@(SimRuntime):@(SimDeviceType)]" />
<Exec Command="mono $(TouchServerExe) --launchsim &quot;$(AppBundleDir)&quot; --logfile=result.xml -autoexit -skipheader --verbose --mtouch-argument=&quot;--sdkroot=$(_SdkDevPath) --sdk=$(MtouchSdkVersion)&quot; --device=&quot;:v2:runtime=@(SimRuntime),devicetype=@(SimDeviceType)&quot;" />
<!-- This deserver some explanation:
There are two bug on NUnitLite.
=============================
* Even if you set NUNIT_ENABLE_XML_OUTPUT and NUNIT_SKIP_LOG_HEADER NUnitLite will print to log header in the XML
* Sometimes NUnitLite write some gibberish in the last line "test-results"ffff
* The following bash commands will remove the header and the gibberish from the end of the file
-->
<Exec Command="tail -n +2 result.xml | tail -n +2 | sed -e &apos;$ d&apos; > $(TestResult)" />
<Exec Command="echo &quot;&lt;/test-results&gt;&quot; >> $(TestResult)" />
<XmlPoke
XmlInputPath="$(TestResult)"
Value="$(TestResultName)"
Query="/test-results/@name"
/>
</Target>
</Project>
\ No newline at end of file
...@@ -51,86 +51,14 @@ ...@@ -51,86 +51,14 @@
<Reference Include="System.Xml.Linq" /> <Reference Include="System.Xml.Linq" />
<Reference Include="System.Xml" /> <Reference Include="System.Xml" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<Compile Include="..\..\src\AAACodeGenTests.cs">
<Link>AAACodeGenTests.cs</Link>
</Compile>
<Compile Include="..\..\src\Core.cs">
<Link>Core.cs</Link>
</Compile>
<Compile Include="..\..\src\Entity.cs">
<Link>Entity.cs</Link>
</Compile>
<Compile Include="..\..\src\LoadFileTests.cs">
<Link>LoadFileTests.cs</Link>
</Compile>
<Compile Include="..\..\src\LuaTests.cs">
<Link>LuaTests.cs</Link>
</Compile>
<Compile Include="..\..\src\Properties\AssemblyInfo.cs">
<Link>AssemblyInfo.cs</Link>
</Compile>
<Compile Include="..\..\src\TestLua.cs">
<Link>TestLua.cs</Link>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="..\..\scripts\core\bisect.lua">
<Link>scripts\core\bisect.lua</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="..\..\scripts\core\cf.lua">
<Link>scripts\core\cf.lua</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="..\..\scripts\core\factorial.lua">
<Link>scripts\core\factorial.lua</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="..\..\scripts\core\fib.lua">
<Link>scripts\core\fib.lua</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="..\..\scripts\core\fibfor.lua">
<Link>scripts\core\fibfor.lua</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="..\..\scripts\core\life.lua">
<Link>scripts\core\life.lua</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="..\..\scripts\core\printf.lua">
<Link>scripts\core\printf.lua</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="..\..\scripts\core\sieve.lua">
<Link>scripts\core\sieve.lua</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="..\..\scripts\core\sort.lua">
<Link>scripts\core\sort.lua</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="..\..\scripts\test.lua">
<Link>scripts\test.lua</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="..\..\scripts\test_32.luac">
<Link>scripts\test_32.luac</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="..\..\scripts\test_64.luac">
<Link>scripts\test_64.luac</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\..\..\build\net45\NLua.csproj"> <ProjectReference Include="..\..\..\build\net45\NLua.csproj">
<Project>{c45805a8-6436-4738-bd9f-4632eea63bbc}</Project> <Project>{c45805a8-6436-4738-bd9f-4632eea63bbc}</Project>
<Name>NLua</Name> <Name>NLua</Name>
</ProjectReference> </ProjectReference>
</ItemGroup> </ItemGroup>
<Import Project="..\..\src\NLuaTest.Shared.projitems" Label="Shared" />
<Import Project="..\..\src\NLuaTest.Shared.Scripts.projitems" Label="Shared" />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup> <PropertyGroup>
......
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
</dict>
</plist>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleName</key>
<string>NLuaTest.XamariniOS</string>
<key>CFBundleIdentifier</key>
<string>org.nlua.test.NLuaTest</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>MinimumOSVersion</key>
<string>10.0</string>
<key>UIDeviceFamily</key>
<array>
<integer>1</integer>
<integer>2</integer>
</array>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
</dict>
</plist>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="9532" systemVersion="15D21" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" initialViewController="01J-lp-oVM">
<dependencies>
<deployment identifier="iOS" />
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9530" />
</dependencies>
<scenes>
<!--View Controller-->
<scene sceneID="EHf-IW-A2E">
<objects>
<viewController id="01J-lp-oVM" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="Llm-lL-Icb" />
<viewControllerLayoutGuide type="bottom" id="xb3-aO-Qok" />
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
<rect key="frame" x="0.0" y="0.0" width="600" height="600" />
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES" />
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite" />
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder" />
</objects>
<point key="canvasLocation" x="53" y="375" />
</scene>
</scenes>
</document>
using UIKit;
namespace NLuaTest
{
public class Application
{
// This is the main entry point of the application.
static void Main(string[] args)
{
// if you want to use a different Application Delegate class from "UnitTestAppDelegate"
// you can specify it here.
UIApplication.Main(args, null, "UnitTestAppDelegate");
}
}
}
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform>
<ProjectGuid>{20225B34-18F0-477B-AE89-1C95B788C55D}</ProjectGuid>
<ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Exe</OutputType>
<RootNamespace>NLuaTest.XamariniOS</RootNamespace>
<AssemblyName>NLuaTest</AssemblyName>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\iPhoneSimulator\Debug</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodesignKey>iPhone Developer</CodesignKey>
<MtouchDebug>true</MtouchDebug>
<MtouchNoSymbolStrip>true</MtouchNoSymbolStrip>
<MtouchFastDev>true</MtouchFastDev>
<IOSDebuggerPort>13196</IOSDebuggerPort>
<MtouchLink>SdkOnly</MtouchLink>
<MtouchArch>x86_64</MtouchArch>
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
<DeviceSpecificBuild>false</DeviceSpecificBuild>
<MtouchVerbosity></MtouchVerbosity>
<MtouchExtraArgs>--setenv=NUNIT_ENABLE_XML_OUTPUT=true --setenv=NUNIT_SKIP_LOG_HEADER=true</MtouchExtraArgs>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
<Optimize>true</Optimize>
<OutputPath>bin\iPhone\Release</OutputPath>
<DefineConstants></DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodesignKey>iPhone Developer</CodesignKey>
<MtouchUseLlvm>true</MtouchUseLlvm>
<MtouchFloat32>true</MtouchFloat32>
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
<MtouchLink>SdkOnly</MtouchLink>
<MtouchArch>ARM64</MtouchArch>
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
<MtouchVerbosity></MtouchVerbosity>
<MtouchExtraArgs>--setenv=NUNIT_ENABLE_XML_OUTPUT=true --setenv=NUNIT_SKIP_LOG_HEADER=true</MtouchExtraArgs>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
<Optimize>true</Optimize>
<OutputPath>bin\iPhoneSimulator\Release</OutputPath>
<DefineConstants></DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodesignKey>iPhone Developer</CodesignKey>
<MtouchNoSymbolStrip>true</MtouchNoSymbolStrip>
<MtouchLink>SdkOnly</MtouchLink>
<MtouchArch>x86_64</MtouchArch>
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
<MtouchVerbosity></MtouchVerbosity>
<MtouchExtraArgs>--setenv=NUNIT_ENABLE_XML_OUTPUT=true --setenv=NUNIT_SKIP_LOG_HEADER=true</MtouchExtraArgs>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\iPhone\Debug</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodesignKey>iPhone Developer</CodesignKey>
<DeviceSpecificBuild>true</DeviceSpecificBuild>
<MtouchDebug>true</MtouchDebug>
<MtouchNoSymbolStrip>true</MtouchNoSymbolStrip>
<MtouchFastDev>true</MtouchFastDev>
<MtouchFloat32>true</MtouchFloat32>
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
<IOSDebuggerPort>64943</IOSDebuggerPort>
<MtouchLink>SdkOnly</MtouchLink>
<MtouchArch>ARM64</MtouchArch>
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
<MtouchVerbosity></MtouchVerbosity>
<MtouchExtraArgs>--setenv=NUNIT_ENABLE_XML_OUTPUT=true --setenv=NUNIT_SKIP_LOG_HEADER=true</MtouchExtraArgs>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="Xamarin.iOS" />
<Reference Include="MonoTouch.NUnitLite" />
<Reference Include="System.Numerics" />
<Reference Include="KeraLua">
<HintPath>..\..\..\packages\KeraLua.1.0.3\lib\xamarinios\KeraLua.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<InterfaceDefinition Include="LaunchScreen.storyboard" />
</ItemGroup>
<ItemGroup>
<None Include="Info.plist" />
<None Include="Entitlements.plist" />
<None Include="packages.config" />
<None Include="tools\Touch.Server.exe" />
</ItemGroup>
<ItemGroup>
<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>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Resources\" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="..\..\scripts\test.lua">
<Link>Resources\scripts\test.lua</Link>
</BundleResource>
<BundleResource Include="..\..\scripts\test_32.luac">
<Link>Resources\scripts\test_32.luac</Link>
</BundleResource>
<BundleResource Include="..\..\scripts\test_64.luac">
<Link>Resources\scripts\test_64.luac</Link>
</BundleResource>
<BundleResource Include="..\..\scripts\core\bisect.lua">
<Link>Resources\scripts\core\bisect.lua</Link>
</BundleResource>
<BundleResource Include="..\..\scripts\core\cf.lua">
<Link>Resources\scripts\core\cf.lua</Link>
</BundleResource>
<BundleResource Include="..\..\scripts\core\factorial.lua">
<Link>Resources\scripts\core\factorial.lua</Link>
</BundleResource>
<BundleResource Include="..\..\scripts\core\fib.lua">
<Link>Resources\scripts\core\fib.lua</Link>
</BundleResource>
<BundleResource Include="..\..\scripts\core\fibfor.lua">
<Link>Resources\scripts\core\fibfor.lua</Link>
</BundleResource>
<BundleResource Include="..\..\scripts\core\life.lua">
<Link>Resources\scripts\core\life.lua</Link>
</BundleResource>
<BundleResource Include="..\..\scripts\core\printf.lua">
<Link>Resources\scripts\core\printf.lua</Link>
</BundleResource>
<BundleResource Include="..\..\scripts\core\sieve.lua">
<Link>Resources\scripts\core\sieve.lua</Link>
</BundleResource>
<BundleResource Include="..\..\scripts\core\sort.lua">
<Link>Resources\scripts\core\sort.lua</Link>
</BundleResource>
</ItemGroup>
<Import Project="..\..\src\NLuaTest.Shared.projitems" Label="Shared" Condition="Exists('..\..\src\NLuaTest.Shared.projitems')" />
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
<Import Project="..\..\..\packages\Codefoco.Touch.Server.1.0.9\build\RunSimulatorTests.targets" Condition="Exists('..\..\..\packages\Codefoco.Touch.Server.1.0.9\build\RunSimulatorTests.targets')" />
</Project>
\ No newline at end of file
using System;
using System.Linq;
using System.Collections.Generic;
using Foundation;
using UIKit;
using MonoTouch.NUnit.UI;
namespace NLuaTest
{
// The UIApplicationDelegate for the application. This class is responsible for launching the
// User Interface of the application, as well as listening (and optionally responding) to
// application events from iOS.
[Register("UnitTestAppDelegate")]
public partial class UnitTestAppDelegate : UIApplicationDelegate
{
// class-level declarations
UIWindow window;
TouchRunner runner;
//
// This method is invoked when the application has loaded and is ready to run. In this
// method you should instantiate the window, load the UI into it and then make the window
// visible.
//
// You have 17 seconds to return from this method, or iOS will terminate your application.
//
public override bool FinishedLaunching(UIApplication app, NSDictionary options)
{
// create a new window instance based on the screen size
window = new UIWindow(UIScreen.MainScreen.Bounds);
runner = new TouchRunner(window)
{
AutoStart = true,
TerminateAfterExecution = true
};
// register every tests included in the main application/assembly
runner.Add(System.Reflection.Assembly.GetExecutingAssembly());
window.RootViewController = new UINavigationController(runner.GetViewController());
// make the window visible
window.MakeKeyAndVisible();
return true;
}
}
}
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Codefoco.Touch.Server" version="1.0.9" targetFramework="xamarinios10" developmentDependency="true" />
<package id="KeraLua" version="1.0.3" targetFramework="xamarinios10" />
</packages>
\ No newline at end of file
{
"images": [
{
"idiom": "universal"
},
{
"scale": "1x",
"idiom": "universal"
},
{
"scale": "2x",
"idiom": "universal"
},
{
"scale": "3x",
"idiom": "universal"
},
{
"idiom": "iphone"
},
{
"scale": "1x",
"idiom": "iphone"
},
{
"scale": "2x",
"idiom": "iphone"
},
{
"subtype": "retina4",
"scale": "2x",
"idiom": "iphone"
},
{
"scale": "3x",
"idiom": "iphone"
},
{
"idiom": "ipad"
},
{
"scale": "1x",
"idiom": "ipad"
},
{
"scale": "2x",
"idiom": "ipad"
}
],
"info": {
"version": 1,
"author": "xcode"
}
}
\ No newline at end of file
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