Tools View & Crash Report & OOM Report
This commit is contained in:
@@ -30,6 +30,13 @@ public enum AppConfiguration {
|
||||
"\(packageName).system"
|
||||
}
|
||||
|
||||
public static var packetTunnelBundleIDs: [String] {
|
||||
if extensionBundleID == systemExtensionBundleID {
|
||||
return [extensionBundleID]
|
||||
}
|
||||
return [extensionBundleID, systemExtensionBundleID]
|
||||
}
|
||||
|
||||
public static var fileProviderDomainID: String {
|
||||
"\(packageName).workingdir"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user