Skip to content

Commit d34ee53

Browse files
committed
update SignList.xml with data from GPS-FB-MLKit
1 parent 3b537fc commit d34ee53

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Diff for: SignList.xml

+17
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,17 @@
2626
<FirstParty Include="checker-qual.jar" />
2727
<FirstParty Include="checker-compat-qual.jar" />
2828
<FirstParty Include="j2objc-annotations.jar" />
29+
30+
<!-- GPS-FB-MLKit SignList.xml -->
31+
<!-- Automatically sign all "Xamarin." assemblies, which all packages *should* use -->
32+
<FirstParty Include="Xamarin.*.dll" />
33+
34+
<!-- Other names shouldn't be used, but we have to support some historical mistakes -->
35+
<FirstParty Include="Jsr305Binding.dll" />
36+
<FirstParty Include="Square.*.dll" />
37+
<FirstParty Include="Google.ZXing.*.dll" />
38+
<FirstParty Include="org.tensorflow.*.dll" />
39+
2940
</ItemGroup>
3041

3142
<ItemGroup>
@@ -35,6 +46,10 @@
3546
<ThirdParty Include="Mono.Cecil.dll" />
3647
<ThirdParty Include="Mono.Cecil.*.dll" />
3748
<ThirdParty Include="androidx*.jar" />
49+
50+
<!-- GPS-FB-MLKit SignList.xml -->
51+
<ThirdParty Include="disklrucache.jar" />
52+
<ThirdParty Include="annotations.jar" />
3853
</ItemGroup>
3954

4055
<ItemGroup>
@@ -51,6 +66,8 @@
5166
<Skip Include="netstandard.dll" />
5267
<Skip Include="WindowsBase.dll" />
5368
<Skip Include="mscorlib.dll" />
69+
70+
<!-- GPS-FB-MLKit SignList.xml -->
5471
</ItemGroup>
5572

5673
</Project>

0 commit comments

Comments
 (0)