Skip to content

Commit

Permalink
Sign satellites
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkirbygreen committed Jan 6, 2022
1 parent 75d9d43 commit 7014498
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/IO.Ably.Push.Android/IO.Ably.Push.Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>IO.Ably.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Java.Interop" />
<Reference Include="Mono.Android" />
Expand Down Expand Up @@ -317,6 +323,7 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="IO.Ably.snk" />
<None Include="packages.config" />
<None Include="Resources\AboutResources.txt" />
</ItemGroup>
Expand Down
Binary file added src/IO.Ably.Push.Android/IO.Ably.snk
Binary file not shown.
7 changes: 7 additions & 0 deletions src/IO.Ably.Push.iOS/IO.Ably.Push.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>IO.Ably.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="OpenTK-1.0" />
<Reference Include="System" />
Expand All @@ -54,6 +60,7 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="IO.Ably.snk" />
<None Include="packages.config" />
<AdditionalFiles Include="..\stylecop.json" />
</ItemGroup>
Expand Down
Binary file added src/IO.Ably.Push.iOS/IO.Ably.snk
Binary file not shown.

0 comments on commit 7014498

Please sign in to comment.