mirror of
https://github.com/bitwarden/mobile
synced 2025-12-26 21:23:46 +00:00
bootstrap ios
This commit is contained in:
@@ -4,13 +4,9 @@ namespace Bit.iOS
|
||||
{
|
||||
public class Application
|
||||
{
|
||||
// This is the main entry point of the application.
|
||||
static void Main(string[] args)
|
||||
{
|
||||
ObjCRuntime.Dlfcn.dlopen(ObjCRuntime.Constants.libSystemLibrary, 0);
|
||||
|
||||
// if you want to use a different Application Delegate class from "AppDelegate"
|
||||
// you can specify it here.
|
||||
UIApplication.Main(args, null, "AppDelegate");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user