forked from I2P_Developers/i2p.i2p
16 lines
416 B
Swift
16 lines
416 B
Swift
![]() |
//
|
||
|
// 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"
|
||
|
}
|