Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit f643535

Browse files
SotoiGhostSotoiGhost
authored andcommitted
Replaced PackageIconUrl with PackageIcon in .csproj
1 parent fff1a78 commit f643535

File tree

32 files changed

+64
-32
lines changed

32 files changed

+64
-32
lines changed

source/Firebase/ABTesting/ABTesting.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<Authors>Microsoft</Authors>
2020
<Owners>Microsoft</Owners>
2121
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
22-
<PackageIconUrl>https://raw.githubusercontent.com/xamarin/GoogleApisForiOSComponents/master/icons/firebaseiosabtesting_128x128.png</PackageIconUrl>
22+
<PackageIcon>firebaseiosabtesting_128x128.png</PackageIcon>
2323
<PackageProjectUrl>https://go.microsoft.com/fwlink/?linkid=2004275</PackageProjectUrl>
2424
<PackageLicenseFile>License.md</PackageLicenseFile>
2525
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
@@ -37,6 +37,7 @@
3737
<ItemGroup>
3838
<None Include="ABTesting.targets" Pack="True" PackagePath="build/Xamarin.Firebase.iOS.ABTesting.targets" />
3939
<None Include="License.md" Pack="True" PackagePath="License.md" />
40+
<None Include="../../../icons/firebaseiosabtesting_128x128.png" Pack="True" PackagePath="firebaseiosabtesting_128x128.png" />
4041
</ItemGroup>
4142

4243
<ItemGroup>

source/Firebase/AdMob/AdMob.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<Authors>Microsoft</Authors>
2121
<Owners>Microsoft</Owners>
2222
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
23-
<PackageIconUrl>https://raw.githubusercontent.com/xamarin/GoogleApisForiOSComponents/master/icons/firebaseiosadmob_128x128.png</PackageIconUrl>
23+
<PackageIcon>firebaseiosadmob_128x128.png</PackageIcon>
2424
<PackageProjectUrl>https://go.microsoft.com/fwlink/?linkid=865546</PackageProjectUrl>
2525
<PackageLicenseFile>License.md</PackageLicenseFile>
2626
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
@@ -37,6 +37,7 @@
3737

3838
<ItemGroup>
3939
<None Include="License.md" Pack="True" PackagePath="License.md" />
40+
<None Include="../../../icons/firebaseiosadmob_128x128.png" Pack="True" PackagePath="firebaseiosadmob_128x128.png" />
4041
</ItemGroup>
4142

4243
<ItemGroup>

source/Firebase/Analytics/Analytics.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<Authors>Microsoft</Authors>
2020
<Owners>Microsoft</Owners>
2121
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
22-
<PackageIconUrl>https://raw.githubusercontent.com/xamarin/GoogleApisForiOSComponents/master/icons/firebaseiosanalytics_128x128.png</PackageIconUrl>
22+
<PackageIcon>firebaseiosanalytics_128x128.png</PackageIcon>
2323
<PackageProjectUrl>https://go.microsoft.com/fwlink/?linkid=865559</PackageProjectUrl>
2424
<PackageLicenseFile>License.md</PackageLicenseFile>
2525
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
@@ -37,6 +37,7 @@
3737
<ItemGroup>
3838
<None Include="Analytics.targets" Pack="True" PackagePath="build/Xamarin.Firebase.iOS.Analytics.targets" />
3939
<None Include="License.md" Pack="True" PackagePath="License.md" />
40+
<None Include="../../../icons/firebaseiosanalytics_128x128.png" Pack="True" PackagePath="firebaseiosanalytics_128x128.png" />
4041
</ItemGroup>
4142

4243
<ItemGroup>

source/Firebase/Auth/Auth.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<Authors>Microsoft</Authors>
2020
<Owners>Microsoft</Owners>
2121
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
22-
<PackageIconUrl>https://raw.githubusercontent.com/xamarin/GoogleApisForiOSComponents/master/icons/firebaseiosauth_128x128.png</PackageIconUrl>
22+
<PackageIcon>firebaseiosauth_128x128.png</PackageIcon>
2323
<PackageProjectUrl>https://go.microsoft.com/fwlink/?linkid=865530</PackageProjectUrl>
2424
<PackageLicenseFile>License.md</PackageLicenseFile>
2525
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
@@ -40,6 +40,7 @@
4040
</None>
4141
<None Include="External-Dependency-Info.txt" Pack="True" PackagePath="THIRD-PARTY-NOTICES.txt" />
4242
<None Include="License.md" Pack="True" PackagePath="License.md" />
43+
<None Include="../../../icons/firebaseiosauth_128x128.png" Pack="True" PackagePath="firebaseiosauth_128x128.png" />
4344
</ItemGroup>
4445

4546
<ItemGroup>

source/Firebase/CloudFirestore/CloudFirestore.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<Authors>Microsoft</Authors>
2020
<Owners>Microsoft</Owners>
2121
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
22-
<PackageIconUrl>https://raw.githubusercontent.com/xamarin/GoogleApisForiOSComponents/master/icons/firebaseioscloudfirestore_128x128.png</PackageIconUrl>
22+
<PackageIcon>firebaseioscloudfirestore_128x128.png</PackageIcon>
2323
<PackageProjectUrl>https://go.microsoft.com/fwlink/?linkid=2030883</PackageProjectUrl>
2424
<PackageLicenseFile>License.md</PackageLicenseFile>
2525
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
@@ -49,6 +49,7 @@
4949
</None>
5050
<None Include="External-Dependency-Info.txt" Pack="True" PackagePath="THIRD-PARTY-NOTICES.txt" />
5151
<None Include="License.md" Pack="True" PackagePath="License.md" />
52+
<None Include="../../../icons/firebaseioscloudfirestore_128x128.png" Pack="True" PackagePath="firebaseioscloudfirestore_128x128.png" />
5253
</ItemGroup>
5354

5455
<ItemGroup>

source/Firebase/CloudMessaging/CloudMessaging.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<Authors>Microsoft</Authors>
2020
<Owners>Microsoft</Owners>
2121
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
22-
<PackageIconUrl>https://raw.githubusercontent.com/xamarin/GoogleApisForiOSComponents/master/icons/firebaseioscloudmessaging_128x128.png</PackageIconUrl>
22+
<PackageIcon>firebaseioscloudmessaging_128x128.png</PackageIcon>
2323
<PackageProjectUrl>https://go.microsoft.com/fwlink/?linkid=865576</PackageProjectUrl>
2424
<PackageLicenseFile>License.md</PackageLicenseFile>
2525
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
@@ -40,6 +40,7 @@
4040
</None>
4141
<None Include="External-Dependency-Info.txt" Pack="True" PackagePath="THIRD-PARTY-NOTICES.txt" />
4242
<None Include="License.md" Pack="True" PackagePath="License.md" />
43+
<None Include="../../../icons/firebaseioscloudmessaging_128x128.png" Pack="True" PackagePath="firebaseioscloudmessaging_128x128.png" />
4344
</ItemGroup>
4445

4546
<ItemGroup>

source/Firebase/Core/Core.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<Authors>Microsoft</Authors>
2020
<Owners>Microsoft</Owners>
2121
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
22-
<PackageIconUrl>https://raw.githubusercontent.com/xamarin/GoogleApisForiOSComponents/master/icons/firebaseioscore_128x128.png</PackageIconUrl>
22+
<PackageIcon>firebaseioscore_128x128.png</PackageIcon>
2323
<PackageProjectUrl>https://go.microsoft.com/fwlink/?linkid=2007321</PackageProjectUrl>
2424
<PackageLicenseFile>License.md</PackageLicenseFile>
2525
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
@@ -65,6 +65,7 @@
6565
</None>
6666
<None Include="External-Dependency-Info.txt" Pack="True" PackagePath="THIRD-PARTY-NOTICES.txt" />
6767
<None Include="License.md" Pack="True" PackagePath="License.md" />
68+
<None Include="../../../icons/firebaseioscore_128x128.png" Pack="True" PackagePath="firebaseioscore_128x128.png" />
6869
</ItemGroup>
6970

7071
<ItemGroup>

source/Firebase/CrashReporting/CrashReporting.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<Authors>Microsoft</Authors>
2020
<Owners>Microsoft</Owners>
2121
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
22-
<PackageIconUrl>https://raw.githubusercontent.com/xamarin/GoogleApisForiOSComponents/master/icons/firebaseioscrashreporting_128x128.png</PackageIconUrl>
22+
<PackageIcon>firebaseioscrashreporting_128x128.png</PackageIcon>
2323
<PackageProjectUrl>https://go.microsoft.com/fwlink/?linkid=865578</PackageProjectUrl>
2424
<PackageLicenseFile>License.md</PackageLicenseFile>
2525
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
@@ -38,6 +38,7 @@
3838
<None Include="CrashReporting.targets" Pack="True" PackagePath="build/Xamarin.Firebase.iOS.CrashReporting.targets" />
3939
<None Include="xamarin_upload_symbols.sh" Pack="True" PackagePath="content/xamarin_upload_symbols.sh" />
4040
<None Include="License.md" Pack="True" PackagePath="License.md" />
41+
<None Include="../../../icons/firebaseioscrashreporting_128x128.png" Pack="True" PackagePath="firebaseioscrashreporting_128x128.png" />
4142
</ItemGroup>
4243

4344
<ItemGroup>

source/Firebase/Crashlytics/Crashlytics.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<Authors>Microsoft</Authors>
2020
<Owners>Microsoft</Owners>
2121
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
22-
<PackageIconUrl>https://raw.githubusercontent.com/xamarin/GoogleApisForiOSComponents/master/icons/firebaseioscrashlytics_128x128.png</PackageIconUrl>
22+
<PackageIcon>firebaseioscrashlytics_128x128.png</PackageIcon>
2323
<PackageProjectUrl>https://go.microsoft.com/fwlink/?linkid=873305</PackageProjectUrl>
2424
<PackageLicenseFile>License.md</PackageLicenseFile>
2525
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
@@ -39,6 +39,7 @@
3939
<None Include="Crashlytics.props" Pack="True" PackagePath="build/Xamarin.Firebase.iOS.Crashlytics.props" />
4040
<None Include="readme.txt" Pack="True" PackagePath="readme.txt" />
4141
<None Include="License.md" Pack="True" PackagePath="License.md" />
42+
<None Include="../../../icons/firebaseioscrashlytics_128x128.png" Pack="True" PackagePath="firebaseioscrashlytics_128x128.png" />
4243
</ItemGroup>
4344

4445
<ItemGroup>

source/Firebase/Database/Database.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<Authors>Microsoft</Authors>
2020
<Owners>Microsoft</Owners>
2121
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
22-
<PackageIconUrl>https://raw.githubusercontent.com/xamarin/GoogleApisForiOSComponents/master/icons/firebaseiosdatabase_128x128.png</PackageIconUrl>
22+
<PackageIcon>firebaseiosdatabase_128x128.png</PackageIcon>
2323
<PackageProjectUrl>https://go.microsoft.com/fwlink/?linkid=865568</PackageProjectUrl>
2424
<PackageLicenseFile>License.md</PackageLicenseFile>
2525
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
@@ -40,6 +40,7 @@
4040
</None>
4141
<None Include="External-Dependency-Info.txt" Pack="True" PackagePath="THIRD-PARTY-NOTICES.txt" />
4242
<None Include="License.md" Pack="True" PackagePath="License.md" />
43+
<None Include="../../../icons/firebaseiosdatabase_128x128.png" Pack="True" PackagePath="firebaseiosdatabase_128x128.png" />
4344
</ItemGroup>
4445

4546
<ItemGroup>

0 commit comments

Comments
 (0)