Update packages

This commit is contained in:
2021-12-28 10:12:05 -06:00
parent ddb39c62a6
commit b80a74d1bc
11 changed files with 9427 additions and 14993 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ namespace qController.iOS
{
// if you want to use a different Application Delegate class from "AppDelegate"
// you can specify it here.
UIApplication.Main(args, null, "AppDelegate");
UIApplication.Main(args, null, typeof(AppDelegate));
}
}
}