WIP: Add iOS version #10

Draft
Deadpikle wants to merge 67 commits from feature/ios into main
Showing only changes of commit fcee3b09e6 - Show all commits
@@ -130,7 +130,6 @@ class SettingsViewModel: ChangeNotifier
public void OpenSettingsDir() public void OpenSettingsDir()
{ {
var topLevel = _topLevelGrabber?.GetTopLevel(); var topLevel = _topLevelGrabber?.GetTopLevel();
Console.WriteLine(Utilities.GetInternalDataPath());
var dirName = Utilities.GetInternalDataPath(); var dirName = Utilities.GetInternalDataPath();
if (topLevel is not null && dirName != null) if (topLevel is not null && dirName != null)
{ {