mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-17 13:23:45 +00:00
fix dependcy versions: iOS building
This commit is contained in:
+2
-4
@@ -1,15 +1,13 @@
|
||||
using UIKit;
|
||||
using System;
|
||||
|
||||
namespace qController.iOS
|
||||
{
|
||||
public class Application
|
||||
{
|
||||
// This is the main entry point of the application.
|
||||
static void Main(string[] args)
|
||||
{
|
||||
// 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));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user