forked from I2P_Developers/i2p.i2p
Mac OSX Launcher: Identifiers file to hold Bundle ID and other static domain data.
This commit is contained in:
15
launchers/macosx/I2PLauncher/Identifiers.swift
Normal file
15
launchers/macosx/I2PLauncher/Identifiers.swift
Normal file
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// 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"
|
||||
}
|
Reference in New Issue
Block a user