Merge branch 'feature/core_object_swift' into 'develop'

revert

See merge request BPHV_MIPS/jsoncreator_ios!16
This commit is contained in:
Bruce, Matt R 2023-10-04 21:26:51 +00:00
commit 23cc8f7436

View File

@ -22,7 +22,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UISplitViewControllerDele
func application(_ application: UIApplication, willFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey : Any]? = nil) -> Bool {
// Setup our core object with the default implementation
MVMCoreObject.sharedInstance()?.defaultInitialSetup()
CoreUIObject.sharedInstance()?.defaultInitialSetup()
return true
}