From 465c7280aa4f7c5a8117f8fbe58b5627707156a7 Mon Sep 17 00:00:00 2001 From: Riley Testut Date: Thu, 10 Oct 2019 00:25:44 -0700 Subject: [PATCH] Allows importing controller skins from document browser --- Delta/Game Selection/GamesViewController.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Delta/Game Selection/GamesViewController.swift b/Delta/Game Selection/GamesViewController.swift index f34cf28..d176115 100644 --- a/Delta/Game Selection/GamesViewController.swift +++ b/Delta/Game Selection/GamesViewController.swift @@ -342,6 +342,8 @@ extension GamesViewController: ImportControllerDelegate documentTypes.insert("com.rileytestut.gbc") documentTypes.insert("com.rileytestut.gb") + documentTypes.insert("com.rileytestut.delta.skin") + let itunesImportOption = iTunesImportOption(presentingViewController: self) let importController = ImportController(documentTypes: documentTypes)