Skip to content

Commit 091bf61

Browse files
committed
Missing deployment targets
1 parent dd4c342 commit 091bf61

9 files changed

+17
-9
lines changed

Source/Silver.elements

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,25 +52,29 @@
5252
<Mode>Island</Mode>
5353
<SubMode>Darwin</SubMode>
5454
<SDK>macOS</SDK>
55+
<DeploymentTargetVersion>10.12</DeploymentTargetVersion>
5556
<DefaultUses>Foundation;RemObjects.Elements.System;rtl</DefaultUses>
5657
</PropertyGroup>
5758
<PropertyGroup Condition=" '$(Target)' == 'Island.Darwin.iOS' ">
5859
<Mode>Island</Mode>
5960
<SubMode>Darwin</SubMode>
6061
<SDK>iOS</SDK>
62+
<DeploymentTargetVersion>9.0</DeploymentTargetVersion>
6163
<SupportMacCatalyst>True</SupportMacCatalyst>
6264
<DefaultUses>Foundation;RemObjects.Elements.System;rtl</DefaultUses>
6365
</PropertyGroup>
6466
<PropertyGroup Condition=" '$(Target)' == 'Island.Darwin.tvOS' ">
6567
<Mode>Island</Mode>
6668
<SubMode>Darwin</SubMode>
6769
<SDK>tvOS</SDK>
70+
<DeploymentTargetVersion>9.0</DeploymentTargetVersion>
6871
<DefaultUses>Foundation;RemObjects.Elements.System;rtl</DefaultUses>
6972
</PropertyGroup>
7073
<PropertyGroup Condition=" '$(Target)' == 'Island.Darwin.watchOS' ">
7174
<Mode>Island</Mode>
7275
<SubMode>Darwin</SubMode>
7376
<SDK>watchOS</SDK>
77+
<DeploymentTargetVersion>3.0</DeploymentTargetVersion>
7478
<DefaultUses>Foundation;RemObjects.Elements.System;rtl</DefaultUses>
7579
</PropertyGroup>
7680
<PropertyGroup Condition=" '$(Target)' == 'Island.Android' ">
@@ -90,6 +94,7 @@
9094
<PropertyGroup Condition=" '$(Target)' == 'Toffee.macOS' ">
9195
<Mode>Toffee</Mode>
9296
<SDK>macOS</SDK>
97+
<DeploymentTargetVersion>10.9</DeploymentTargetVersion>
9398
<DefaultUses>Foundation;RemObjects.Elements.Linq</DefaultUses>
9499
</PropertyGroup>
95100
<PropertyGroup Condition=" '$(Target)' == 'Toffee.tvOS' ">

Source/Swift.Island.Darwin.iOS.elements

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<SDK>iOS</SDK>
1616
<SupportUIKitForMac>True</SupportUIKitForMac>
1717
<BinaryName>Silver</BinaryName>
18+
<DeploymentTargetVersion>9.0</DeploymentTargetVersion>
1819
</PropertyGroup>
1920
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
2021
<Optimize>false</Optimize>

Source/Swift.Island.Darwin.macOS.elements

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<DefaultUses>Foundation;RemObjects.Elements.System;rtl</DefaultUses>
1515
<SDK>macOS</SDK>
1616
<BinaryName>Silver</BinaryName>
17+
<DeploymentTargetVersion>10.12</DeploymentTargetVersion>
1718
</PropertyGroup>
1819
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
1920
<Optimize>false</Optimize>

Source/Swift.Island.Darwin.tvOS.elements

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<DefaultUses>Foundation;RemObjects.Elements.System;rtl</DefaultUses>
1515
<SDK>tvOS</SDK>
1616
<BinaryName>Silver</BinaryName>
17+
<DeploymentTargetVersion>9.0</DeploymentTargetVersion>
1718
</PropertyGroup>
1819
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
1920
<Optimize>false</Optimize>

Source/Swift.Island.Darwin.watchOS.elements

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<DefaultUses>Foundation;RemObjects.Elements.System;rtl</DefaultUses>
1515
<SDK>watchOS</SDK>
1616
<BinaryName>Silver</BinaryName>
17+
<DeploymentTargetVersion>3.0</DeploymentTargetVersion>
1718
</PropertyGroup>
1819
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
1920
<Optimize>false</Optimize>

Source/Swift.Toffee.iOS.elements

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build" ToolsVersion="4.0">
33
<PropertyGroup>
44
<RootNamespace>Swift</RootNamespace>
5-
<ProjectGuid>95F9545C-39BE-4A02-8673-8382ECB3F7AD</ProjectGuid>
5+
<ProjectGuid>{95F9545C-39BE-4A02-8673-8382ECB3F7AD}</ProjectGuid>
66
<OutputType>StaticLibrary</OutputType>
77
<AssemblyName>Swift</AssemblyName>
88
<AllowGlobals>False</AllowGlobals>
@@ -14,7 +14,7 @@
1414
<SDK>iOS</SDK>
1515
<CreateHeaderFile>True</CreateHeaderFile>
1616
<DefaultUses>Foundation,RemObjects.Elements.Linq</DefaultUses>
17-
<DeploymentTargetVersion>7.1</DeploymentTargetVersion>
17+
<DeploymentTargetVersion>9.0</DeploymentTargetVersion>
1818
<MangleTypeNames>True</MangleTypeNames>
1919
<SuppressWarnings>NW6</SuppressWarnings>
2020
<SupportUIKitForMac>True</SupportUIKitForMac>

Source/Swift.Toffee.macOS.elements

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build" ToolsVersion="4.0">
33
<PropertyGroup>
44
<RootNamespace>Swift</RootNamespace>
5-
<ProjectGuid>8F87CCEF-C142-49A8-8828-32211B2CBFBE</ProjectGuid>
5+
<ProjectGuid>{8F87CCEF-C142-49A8-8828-32211B2CBFBE}</ProjectGuid>
66
<OutputType>StaticLibrary</OutputType>
77
<AssemblyName>Swift</AssemblyName>
88
<AllowGlobals>False</AllowGlobals>
@@ -14,7 +14,7 @@
1414
<SDK>macOS</SDK>
1515
<CreateHeaderFile>True</CreateHeaderFile>
1616
<DefaultUses>Foundation,RemObjects.Elements.Linq</DefaultUses>
17-
<DeploymentTargetVersion>10.9</DeploymentTargetVersion>
17+
<DeploymentTargetVersion>10.12</DeploymentTargetVersion>
1818
<MangleTypeNames>True</MangleTypeNames>
1919
<KnownConditionalDefines>DEBUG;OLD_DEPLOYMENT_TARGET;TRACE</KnownConditionalDefines>
2020
<SuppressWarnings>NW6</SuppressWarnings>
@@ -37,7 +37,6 @@
3737
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
3838
<CaptureConsoleOutput>False</CaptureConsoleOutput>
3939
<WarnOnCaseMismatch>True</WarnOnCaseMismatch>
40-
<DefineConstants></DefineConstants>
4140
</PropertyGroup>
4241
<ItemGroup>
4342
<Reference Include="CoreGraphics" />

Source/Swift.Toffee.tvOS.elements

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build" ToolsVersion="4.0">
33
<PropertyGroup>
44
<RootNamespace>Swift</RootNamespace>
5-
<ProjectGuid>EA152C1C-C6DD-48F8-9415-8B7FDA4653D9</ProjectGuid>
5+
<ProjectGuid>{EA152C1C-C6DD-48F8-9415-8B7FDA4653D9}</ProjectGuid>
66
<OutputType>StaticLibrary</OutputType>
77
<AssemblyName>Swift</AssemblyName>
88
<AllowGlobals>False</AllowGlobals>
@@ -14,7 +14,7 @@
1414
<SDK>tvOS</SDK>
1515
<CreateHeaderFile>True</CreateHeaderFile>
1616
<DefaultUses>Foundation,RemObjects.Elements.Linq</DefaultUses>
17-
<DeploymentTargetVersion>9.2</DeploymentTargetVersion>
17+
<DeploymentTargetVersion>9.0</DeploymentTargetVersion>
1818
<MangleTypeNames>True</MangleTypeNames>
1919
<SuppressWarnings>NW6</SuppressWarnings>
2020
</PropertyGroup>

Source/Swift.Toffee.watchOS.elements

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build" ToolsVersion="4.0">
33
<PropertyGroup>
44
<RootNamespace>Swift</RootNamespace>
5-
<ProjectGuid>E0C9DDDB-B83F-4164-ADE4-577FB6611F3F</ProjectGuid>
5+
<ProjectGuid>{E0C9DDDB-B83F-4164-ADE4-577FB6611F3F}</ProjectGuid>
66
<OutputType>StaticLibrary</OutputType>
77
<AssemblyName>Swift</AssemblyName>
88
<AllowGlobals>False</AllowGlobals>
@@ -14,7 +14,7 @@
1414
<SDK>watchOS</SDK>
1515
<CreateHeaderFile>True</CreateHeaderFile>
1616
<DefaultUses>Foundation,RemObjects.Elements.Linq</DefaultUses>
17-
<DeploymentTargetVersion>2.2</DeploymentTargetVersion>
17+
<DeploymentTargetVersion>3.0</DeploymentTargetVersion>
1818
<MangleTypeNames>True</MangleTypeNames>
1919
<SuppressWarnings>NW6</SuppressWarnings>
2020
</PropertyGroup>

0 commit comments

Comments
 (0)