Compare commits

..

2 commits

Author SHA1 Message Date
Christopher Snowhill
6885032e45 Icon: Liquid Glass style icon for macOS Tahoe
Still need to adjust the custom dock icon for this.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2025-06-11 00:20:24 -07:00
Christopher Snowhill
6110e58365 Apply recommended settings
Except for deployment target, which is staying at 10.13 for now.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2025-06-11 00:20:24 -07:00

View file

@ -63,6 +63,7 @@
}
- (void)parseFile:(NSString *)filename {
NSStringEncoding encoding;
NSError *error = nil;
id sandboxBrokerClass = NSClassFromString(@"SandboxBroker");
const void *sbHandle = [[sandboxBrokerClass sharedSandboxBroker] beginFolderAccess:[NSURL fileURLWithPath:filename]];