// // Identifiers.swift // I2PLauncher // // Created by Mikal Villa on 24/04/2019. // Copyright © 2019 The I2P Project. All rights reserved. // import Foundation class Identifiers { static let applicationDomainId = "net.i2p.bootstrap-macosx" static let mainApplicationBundleId = "net.i2p.bootstrap-macosx.I2PLauncher" static let launcherApplicationBundleId = "net.i2p.bootstrap-macosx.StartupItemApp" }