mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-04-19 05:52:12 +00:00
Update ApplicationDirectoryController.swift
This commit is contained in:
parent
702388fdf8
commit
a92b82eab7
@ -7,7 +7,7 @@ extension ApplicationDirectoryController {
|
|||||||
|
|
||||||
var isInApplicationsDirectory: Bool {
|
var isInApplicationsDirectory: Bool {
|
||||||
let bundlePath = Bundle.main.bundlePath
|
let bundlePath = Bundle.main.bundlePath
|
||||||
for directory in NSSearchPathForDirectoriesInDomains(.applicationDirectory, .allDomainsMask, true) {
|
for directory in NSSearchPathForDirectoriesInDomains(.allApplicationsDirectory, .allDomainsMask, true) {
|
||||||
if bundlePath.hasPrefix(directory) {
|
if bundlePath.hasPrefix(directory) {
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user