Skip to content

Commit 5a864f1

Browse files
Alex Corradoermau
authored andcommitted
Port to Xamarin.iOS unified API
1 parent eeecbd1 commit 5a864f1

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

iOS/Tempest/Tempest.iOS.csproj

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
55
<Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform>
6-
<ProductVersion>8.0.30703</ProductVersion>
7-
<SchemaVersion>2.0</SchemaVersion>
86
<ProjectGuid>{7994A7C5-FBC5-486E-A345-0B7499A34589}</ProjectGuid>
9-
<ProjectTypeGuids>{6BC8ED88-2882-458C-8E55-DFD12B67127B};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
7+
<ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
108
<OutputType>Library</OutputType>
119
<RootNamespace>Tempest</RootNamespace>
1210
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
1311
<AssemblyName>Tempest.iOS</AssemblyName>
12+
<TargetFrameworkIdentifier>Xamarin.iOS</TargetFrameworkIdentifier>
13+
<TargetFrameworkVersion>v1.0</TargetFrameworkVersion>
1414
</PropertyGroup>
1515
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
1616
<DebugSymbols>true</DebugSymbols>
@@ -24,14 +24,9 @@
2424
<MtouchLink>None</MtouchLink>
2525
<MtouchDebug>True</MtouchDebug>
2626
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
27-
<MtouchSdkVersion>Default</MtouchSdkVersion>
28-
<MtouchProfiling>False</MtouchProfiling>
29-
<MtouchExtraArgs />
30-
<MtouchArch>Default, ARMv7</MtouchArch>
31-
<MtouchUseLlvm>False</MtouchUseLlvm>
32-
<MtouchUseThumb>False</MtouchUseThumb>
33-
<MtouchUseSGen>False</MtouchUseSGen>
34-
<MtouchUseRefCounting>False</MtouchUseRefCounting>
27+
<MtouchExtraArgs>
28+
</MtouchExtraArgs>
29+
<MtouchArch>Default, ARMv7, ARM64</MtouchArch>
3530
</PropertyGroup>
3631
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
3732
<DebugType>none</DebugType>
@@ -56,6 +51,7 @@
5651
<MtouchDebug>true</MtouchDebug>
5752
<CodesignKey>iPhone Developer</CodesignKey>
5853
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
54+
<MtouchArch>ARMv7, ARM64</MtouchArch>
5955
</PropertyGroup>
6056
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
6157
<DebugType>none</DebugType>
@@ -67,6 +63,7 @@
6763
<CodesignKey>iPhone Developer</CodesignKey>
6864
<DefineConstants>NET_4;NOEMIT;SAFE</DefineConstants>
6965
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
66+
<MtouchArch>ARMv7, ARM64</MtouchArch>
7067
</PropertyGroup>
7168
<ItemGroup>
7269
<Compile Include="..\..\Desktop\Tempest\ArrayExtensions.cs">
@@ -156,7 +153,7 @@
156153
<Reference Include="System" />
157154
<Reference Include="System.Xml" />
158155
<Reference Include="System.Core" />
159-
<Reference Include="monotouch" />
156+
<Reference Include="Xamarin.iOS" />
160157
</ItemGroup>
161-
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.MonoTouch.CSharp.targets" />
162-
</Project>
158+
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
159+
</Project>

0 commit comments

Comments
 (0)