Rename project to Attractor

This commit is contained in:
James Magahern
2022-03-28 18:27:28 -07:00
parent 44cde0018b
commit cc6b25aab0
5 changed files with 19 additions and 17 deletions

View File

@@ -20,7 +20,7 @@ protocol NSToolbarDelegate {}
class SettingsViewController: UITabBarController, NSToolbarDelegate
{
#if targetEnvironment(macCatalyst)
let toolbar = NSToolbar(identifier: NSToolbar.Identifier("net.buzzert.rossler-attix.preferences-toolbar"))
let toolbar = NSToolbar(identifier: NSToolbar.Identifier("net.buzzert.attractor.preferences-toolbar"))
#endif
init(windowScene: UIWindowScene) {