Skip to content

Commit 9627e9d

Browse files
committed
Let's try an alternative Firebase lib
1 parent 027a57a commit 9627e9d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

BMM.UI.iOS/BMM.UI.iOS.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -602,9 +602,9 @@
602602
<PackageReference Include="Sentry" Version="5.0.1" />
603603
<PackageReference Include="Serilog" Version="4.0.1" />
604604
<PackageReference Include="Serilog.Extensions.Logging" Version="8.0.0" />
605-
<PackageReference Include="Xamarin.Firebase.iOS.CloudMessaging" Version="8.10.0.3" />
606-
<PackageReference Include="Xamarin.Firebase.iOS.Core" Version="8.10.0.3" />
607-
<PackageReference Include="Xamarin.Firebase.iOS.RemoteConfig" Version="8.10.0.3" />
605+
<PackageReference Include="AdamE.Firebase.iOS.CloudMessaging" Version="11.10.0" />
606+
<PackageReference Include="AdamE.Firebase.iOS.Core" Version="11.10.0" />
607+
<PackageReference Include="AdamE.Firebase.iOS.RemoteConfig" Version="11.10.0" />
608608
</ItemGroup>
609609
<ItemGroup>
610610
<Content Include="..\BMM.Core\Translation\af\main.json">

azure-pipelines-ios.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ steps:
172172
zipAfterPublish: false
173173
modifyOutputPath: false
174174
projects: 'BMM.UI.iOS/BMM.UI.iOS.csproj'
175-
arguments: '-c Release /p:Platform="iPhone" /p:ArchiveOnBuild=true /p:MtouchUseLlvm=false'
175+
arguments: '-c Release /p:Platform="iPhone" /p:ArchiveOnBuild=true'
176176

177177
- task: ArchiveFiles@1
178178
displayName: 'Create dSYM archive with symbols '

0 commit comments

Comments
 (0)