Introduce initial UI for connecting to networks
This commit is contained in:
parent
51fd638b72
commit
0fe630878d
33 changed files with 1458 additions and 321 deletions
|
|
@ -7,6 +7,7 @@ public enum Constants {
|
|||
|
||||
public static let bundleIdentifier = AppBundleIdentifier
|
||||
public static let appGroupIdentifier = AppGroupIdentifier
|
||||
public static let networkExtensionBundleIdentifier = NetworkExtensionBundleIdentifier
|
||||
|
||||
public static var groupContainerURL: URL {
|
||||
get throws { try _groupContainerURL.get() }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue