Mac OSX Launcher: Identifiers file to hold Bundle ID and other static domain data.

This commit is contained in:
meeh
2019-05-02 22:52:16 +00:00
parent 540e7c37e0
commit 67ca6e6552

View 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"
}