Skip to content

Commit dd4c342

Browse files
committed
Changed output name for Island to Silver
1 parent 1937b88 commit dd4c342

4 files changed

Lines changed: 8 additions & 9 deletions

Source/Swift.Island.Darwin.iOS.elements

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
<PropertyGroup>
44
<ProductVersion>3.5</ProductVersion>
55
<RootNamespace>Swift</RootNamespace>
6-
<ProjectGuid>{6f87c50f-069a-4e56-9b2e-044cbb68cc83}</ProjectGuid>
6+
<ProjectGuid>{6F87C50F-069A-4E56-9B2E-044CBB68CC83}</ProjectGuid>
77
<OutputType>StaticLibrary</OutputType>
8-
<AssemblyName>Swift</AssemblyName>
98
<AllowGlobals>False</AllowGlobals>
109
<AllowLegacyWith>False</AllowLegacyWith>
1110
<AllowLegacyOutParams>False</AllowLegacyOutParams>
@@ -15,6 +14,7 @@
1514
<DefaultUses>Foundation;RemObjects.Elements.System;rtl</DefaultUses>
1615
<SDK>iOS</SDK>
1716
<SupportUIKitForMac>True</SupportUIKitForMac>
17+
<BinaryName>Silver</BinaryName>
1818
</PropertyGroup>
1919
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
2020
<Optimize>false</Optimize>

Source/Swift.Island.Darwin.macOS.elements

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
<PropertyGroup>
44
<ProductVersion>3.5</ProductVersion>
55
<RootNamespace>Swift</RootNamespace>
6-
<ProjectGuid>{792e19d0-3f6b-4ef5-a113-87c76eb0ce5e}</ProjectGuid>
6+
<ProjectGuid>{792E19D0-3F6B-4EF5-A113-87C76EB0CE5E}</ProjectGuid>
77
<OutputType>StaticLibrary</OutputType>
8-
<AssemblyName>Swift</AssemblyName>
98
<AllowGlobals>False</AllowGlobals>
109
<AllowLegacyWith>False</AllowLegacyWith>
1110
<AllowLegacyOutParams>False</AllowLegacyOutParams>
@@ -14,6 +13,7 @@
1413
<Configuration Condition="'$(Configuration)' == ''">Release</Configuration>
1514
<DefaultUses>Foundation;RemObjects.Elements.System;rtl</DefaultUses>
1615
<SDK>macOS</SDK>
16+
<BinaryName>Silver</BinaryName>
1717
</PropertyGroup>
1818
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
1919
<Optimize>false</Optimize>
@@ -48,7 +48,6 @@
4848
<EnableUnmanagedDebugging>False</EnableUnmanagedDebugging>
4949
<WarnOnCaseMismatch>True</WarnOnCaseMismatch>
5050
<DefineConstants>SIGN</DefineConstants>
51-
<Architecture>x86_64</Architecture>
5251
</PropertyGroup>
5352
<ItemGroup>
5453
<Reference Include="gc" />

Source/Swift.Island.Darwin.tvOS.elements

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
<PropertyGroup>
44
<ProductVersion>3.5</ProductVersion>
55
<RootNamespace>Swift</RootNamespace>
6-
<ProjectGuid>{a037c663-4495-4630-a9ef-39079ba1ec07}</ProjectGuid>
6+
<ProjectGuid>{A037C663-4495-4630-A9EF-39079BA1EC07}</ProjectGuid>
77
<OutputType>StaticLibrary</OutputType>
8-
<AssemblyName>Swift</AssemblyName>
98
<AllowGlobals>False</AllowGlobals>
109
<AllowLegacyWith>False</AllowLegacyWith>
1110
<AllowLegacyOutParams>False</AllowLegacyOutParams>
@@ -14,6 +13,7 @@
1413
<Configuration Condition="'$(Configuration)' == ''">Release</Configuration>
1514
<DefaultUses>Foundation;RemObjects.Elements.System;rtl</DefaultUses>
1615
<SDK>tvOS</SDK>
16+
<BinaryName>Silver</BinaryName>
1717
</PropertyGroup>
1818
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
1919
<Optimize>false</Optimize>

Source/Swift.Island.Darwin.watchOS.elements

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
<PropertyGroup>
44
<ProductVersion>3.5</ProductVersion>
55
<RootNamespace>Swift</RootNamespace>
6-
<ProjectGuid>{b9065575-47d6-4740-8d96-d8f5a1a30b0b}</ProjectGuid>
6+
<ProjectGuid>{B9065575-47D6-4740-8D96-D8F5A1A30B0B}</ProjectGuid>
77
<OutputType>StaticLibrary</OutputType>
8-
<AssemblyName>Swift</AssemblyName>
98
<AllowGlobals>False</AllowGlobals>
109
<AllowLegacyWith>False</AllowLegacyWith>
1110
<AllowLegacyOutParams>False</AllowLegacyOutParams>
@@ -14,6 +13,7 @@
1413
<Configuration Condition="'$(Configuration)' == ''">Release</Configuration>
1514
<DefaultUses>Foundation;RemObjects.Elements.System;rtl</DefaultUses>
1615
<SDK>watchOS</SDK>
16+
<BinaryName>Silver</BinaryName>
1717
</PropertyGroup>
1818
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
1919
<Optimize>false</Optimize>

0 commit comments

Comments
 (0)