1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-18 09:13:15 +00:00

add zxing lib

This commit is contained in:
Kyle Spearrin
2019-05-22 20:28:31 -04:00
parent b8cbd5e0aa
commit ea3dcd6250
5 changed files with 1205 additions and 1180 deletions

View File

@@ -28,6 +28,7 @@ namespace Bit.iOS
LoadApplication(new App.App(null));
ZXing.Net.Mobile.Forms.iOS.Platform.Init();
return base.FinishedLaunching(app, options);
}
}