diff --git a/AppDelegate.cs b/AppDelegate.cs index 37bd8d2..70c2e2c 100644 --- a/AppDelegate.cs +++ b/AppDelegate.cs @@ -19,8 +19,8 @@ // using System.Reflection; -using MonoTouch.Foundation; -using MonoTouch.UIKit; +using Foundation; +using UIKit; using MonoTouch.NUnit.UI; namespace MonoTouch.NUnit { diff --git a/Info.plist b/Info.plist index dc5939f..ddfd119 100644 --- a/Info.plist +++ b/Info.plist @@ -7,7 +7,7 @@ CFBundleIdentifier com.xamarin.touch-unit MinimumOSVersion - 4.0 + 8.0 UIDeviceFamily 1 diff --git a/Main.cs b/Main.cs index 8bba8fe..125d773 100644 --- a/Main.cs +++ b/Main.cs @@ -17,8 +17,8 @@ using System; using System.Collections.Generic; using System.Linq; -using MonoTouch.Foundation; -using MonoTouch.UIKit; +using Foundation; +using UIKit; namespace touchunit { diff --git a/Touch.Unit.csproj b/Touch.Unit.csproj index 64c5af8..f05146d 100644 --- a/Touch.Unit.csproj +++ b/Touch.Unit.csproj @@ -20,7 +20,7 @@ prompt 4 true - ARM64 + x86_64 None @@ -30,6 +30,7 @@ prompt 4 None + x86_64 true @@ -41,6 +42,7 @@ 4 true iPhone Developer + ARM64 none @@ -49,6 +51,7 @@ prompt 4 iPhone Developer + ARM64 diff --git a/Touch.Unit.sln b/Touch.Unit.sln index 37a792c..300476f 100644 --- a/Touch.Unit.sln +++ b/Touch.Unit.sln @@ -31,11 +31,11 @@ Global {20E71273-1306-477D-964D-A7FAFE20196D}.Debug|iPhone.ActiveCfg = Debug|Any CPU {20E71273-1306-477D-964D-A7FAFE20196D}.Debug|iPhone.Build.0 = Debug|Any CPU {20E71273-1306-477D-964D-A7FAFE20196D}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {20E71273-1306-477D-964D-A7FAFE20196D}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU {20E71273-1306-477D-964D-A7FAFE20196D}.Release|iPhone.ActiveCfg = Release|Any CPU {20E71273-1306-477D-964D-A7FAFE20196D}.Release|iPhone.Build.0 = Release|Any CPU {20E71273-1306-477D-964D-A7FAFE20196D}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU {20E71273-1306-477D-964D-A7FAFE20196D}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {20E71273-1306-477D-964D-A7FAFE20196D}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU {5DDFD948-5455-40EB-BD67-211EA61F6472}.AdHoc|iPhone.ActiveCfg = Debug|iPhone {5DDFD948-5455-40EB-BD67-211EA61F6472}.AdHoc|iPhone.Build.0 = Debug|iPhone {5DDFD948-5455-40EB-BD67-211EA61F6472}.AdHoc|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator diff --git a/monotouch.tests/monotouch.tests.csproj b/monotouch.tests/monotouch.tests.csproj index 38fe8cf..eb02644 100644 --- a/monotouch.tests/monotouch.tests.csproj +++ b/monotouch.tests/monotouch.tests.csproj @@ -41,516 +41,6 @@ - - tests\Api\ResultStateTests.cs - - - tests\Assertions\ArrayEqualsFailureMessageFixture.cs - - - tests\Assertions\ArrayEqualsFixture.cs - - - tests\Assertions\ArrayNotEqualFixture.cs - - - tests\Assertions\AssertFailTests.cs - - - tests\Assertions\AssertIgnoreTests.cs - - - tests\Assertions\AssertInconclusiveTests.cs - - - tests\Assertions\AssertPassTests.cs - - - tests\Assertions\AssertThatTests.cs - - - tests\Assertions\AssertThrowsTests.cs - - - tests\Assertions\AssumeThatTests.cs - - - tests\Assertions\AsyncThrowsTests.cs - - - tests\Assertions\CollectionTests.cs - - - tests\Assertions\ConditionAssertTests.cs - - - tests\Assertions\EqualsFixture.cs - - - tests\Assertions\MessageChecker.cs - - - tests\Assertions\NotEqualFixture.cs - - - tests\Assertions\NotSameFixture.cs - - - tests\Assertions\NullableTypesTests.cs - - - tests\Assertions\SameFixture.cs - - - tests\Attributes\ApplyToTestTests.cs - - - tests\Attributes\AttributeInheritanceTests.cs - - - tests\Attributes\CategoryAttributeTests.cs - - - tests\Attributes\CombinatorialTests.cs - - - tests\Attributes\DatapointTests.cs - - - tests\Attributes\DescriptionTests.cs - - - tests\Attributes\ExpectedExceptionTests.cs - - - tests\Attributes\FixtureSetUpTearDownTests.cs - - - tests\Attributes\MaxTimeTests.cs - - - tests\Attributes\PairwiseTests.cs - - - tests\Attributes\ParameterizedTestFixtureTests.cs - - - tests\Attributes\PropertyAttributeTests.cs - - - tests\Attributes\RepeatedTestTests.cs - - - tests\Attributes\SetCultureAttributeTests.cs - - - tests\Attributes\TestCaseAttributeTests.cs - - - tests\Attributes\TestCaseSourceTests.cs - - - tests\Attributes\TestDummy.cs - - - tests\Attributes\TestFixtureAttributeTests.cs - - - tests\Attributes\TheoryTests.cs - - - tests\Attributes\TimeoutTests.cs - - - tests\Attributes\ValueSourceTests.cs - - - tests\Attributes\ValuesAttributeTests.cs - - - tests\Constraints\AllItemsConstraintTests.cs - - - tests\Constraints\AndConstraintTests.cs - - - tests\Constraints\AssignableFromConstraintTests.cs - - - tests\Constraints\AssignableToConstraintTests.cs - - - tests\Constraints\AsyncDelayedConstraintTests.cs - - - tests\Constraints\AttributeExistsConstraintTests.cs - - - tests\Constraints\BasicConstraintTests.cs - - - tests\Constraints\BinarySerializableTest.cs - - - tests\Constraints\CollectionContainsConstraintTests.cs - - - tests\Constraints\CollectionEquivalentConstraintTests.cs - - - tests\Constraints\CollectionOrderedConstraintTests.cs - - - tests\Constraints\CollectionSubsetConstraintTests.cs - - - tests\Constraints\ComparisonConstraintTest.cs - - - tests\Constraints\ConstraintTestBase.cs - - - tests\Constraints\DelayedConstraintTest.cs - - - tests\Constraints\EmptyConstraintTest.cs - - - tests\Constraints\EndsWithConstraintTests.cs - - - tests\Constraints\EqualConstraintTests.cs - - - tests\Constraints\ExactCountConstraintTests.cs - - - tests\Constraints\ExactTypeConstraintTests.cs - - - tests\Constraints\FloatingPointNumericsTest.cs - - - tests\Constraints\GreaterThanConstraintTests.cs - - - tests\Constraints\GreaterThanOrEqualConstraintTests.cs - - - tests\Constraints\InstanceOfTypeConstraintTests.cs - - - tests\Constraints\LessThanConstraintTests.cs - - - tests\Constraints\LessThanOrEqualConstraintTests.cs - - - tests\Constraints\MessageWriterTests.cs - - - tests\Constraints\MsgUtilTests.cs - - - tests\Constraints\NUnitComparerTests.cs - - - tests\Constraints\NUnitEqualityComparerTests.cs - - - tests\Constraints\NotConstraintTests.cs - - - tests\Constraints\NumericsTest.cs - - - tests\Constraints\OrConstraintTests.cs - - - tests\Constraints\PathConstraintTests.cs - - - tests\Constraints\PredicateConstraintTests.cs - - - tests\Constraints\PropertyTests.cs - - - tests\Constraints\RangeConstraintTests.cs - - - tests\Constraints\RangeTests.cs - - - tests\Constraints\ReusableConstraintTests.cs - - - tests\Constraints\SameAsTest.cs - - - tests\Constraints\StartsWithConstraintTests.cs - - - tests\Constraints\SubstringConstraintTests.cs - - - tests\Constraints\TestDelegates.cs - - - tests\Constraints\ThrowsConstraintTests.cs - - - tests\Constraints\ToStringTests.cs - - - tests\Constraints\UniqueItemsConstraintTests.cs - - - tests\Constraints\XmlSerializableTest.cs - - - tests\Framework\StackFilterTest.cs - - - tests\Framework\SyntaxTests.cs - - - tests\Framework\TestContextTests.cs - - - tests\Framework\TestResultTests.cs - - - tests\Internal\AssemblyHelperTests.cs - - - tests\Internal\AsyncTestMethodTests.cs - - - tests\Internal\CultureSettingAndDetectionTests.cs - - - tests\Internal\DeduceTypeArgsFromArgs.cs - - - tests\Internal\GenericTestFixtureTests.cs - - - tests\Internal\GenericTestMethodTests.cs - - - tests\Internal\NUnitTestCaseBuilderTests.cs - - - tests\Internal\PlatformDetectionTests.cs - - - tests\Internal\PropertyBagTests.cs - - - tests\Internal\RandomGeneratorTests.cs - - - tests\Internal\RandomizerTests.cs - - - tests\Internal\RuntimeFrameworkTests.cs - - - tests\Internal\SetUpTest.cs - - - tests\Internal\SimpleGenericMethods.cs - - - tests\Internal\TestExecutionContextTests.cs - - - tests\Internal\TestFixtureTests.cs - - - tests\Internal\TestMethodSignatureTests.cs - - - tests\Internal\TestResultTests.cs - - - tests\Internal\TestXmlTests.cs - - - tests\Internal\TextMessageWriterTests.cs - - - tests\Internal\TypeParameterUsedWithTestMethod.cs - - - tests\Syntax\AfterTests.cs - - - tests\Syntax\ArbitraryConstraintMatching.cs - - - tests\Syntax\CollectionTests.cs - - - tests\Syntax\ComparisonTests.cs - - - tests\Syntax\EqualityTests.cs - - - tests\Syntax\OperatorOverrides.cs - - - tests\Syntax\OperatorTests.cs - - - tests\Syntax\PathConstraintTests.cs - - - tests\Syntax\PropertyTests.cs - - - tests\Syntax\SerializableConstraints.cs - - - tests\Syntax\SimpleConstraints.cs - - - tests\Syntax\StringConstraints.cs - - - tests\Syntax\SyntaxTest.cs - - - tests\Syntax\ThrowsTests.cs - - - tests\Syntax\TypeConstraints.cs - - - tests\TestUtilities\ResultSummary.cs - - - tests\TestUtilities\TestAssert.cs - - - tests\TestUtilities\TestBuilder.cs - - - tests\TestUtilities\TestComparer.cs - - - tests\TestUtilities\TestDelegates.cs - - - tests\TestUtilities\TestFinder.cs - - - tests\TestUtilities\UniqueValues.cs - - - tests\TestUtilities\Collections\SimpleObjectCollection.cs - - - tests\TestUtilities\Collections\SimpleObjectList.cs - - - tests\TestUtilities\Comparers\AlwaysEqualComparer.cs - - - tests\TestUtilities\Comparers\SimpleEqualityComparer.cs - - - tests\TestUtilities\Comparers\SimpleObjectComparer.cs - - - testdata\AssemblyInfo.cs - - - testdata\AssertCountFixture.cs - - - testdata\AssertFailFixture.cs - - - testdata\AssertIgnoreData.cs - - - testdata\AsyncDummyFixture.cs - - - testdata\AsyncRealFixture.cs - - - testdata\AttributeInheritanceData.cs - - - testdata\CategoryAttributeData.cs - - - testdata\CultureAttributeData.cs - - - testdata\DatapointFixture.cs - - - testdata\DescriptionFixture.cs - - - testdata\ExpectedExceptionData.cs - - - testdata\FixtureSetUpTearDownData.cs - - - testdata\MaxTimeFixture.cs - - - testdata\ParameterizedTestFixture.cs - - - testdata\PropertyAttributeTests.cs - - - testdata\RepeatedTestFixture.cs - - - testdata\SetUpData.cs - - - testdata\TestCaseAttributeFixture.cs - - - testdata\TestCaseSourceAttributeFixture.cs - - - testdata\TestContextData.cs - - - testdata\TestFixtureData.cs - - - testdata\TestMethodSignatureFixture.cs - - - testdata\TheoryFixture.cs - - - testdata\TimeoutFixture.cs - - - - - - - - - tests\Properties\AppManifest.xml - - - tests\Properties\OutOfBrowserSettings.xml - \ No newline at end of file