Compare commits

..

3 commits

Author SHA1 Message Date
Christopher Snowhill
f31ac330d2 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:25:23 -07:00
Christopher Snowhill
a77f12c2f7 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:25:23 -07:00
Christopher Snowhill
31640b45d8 Cue Sheet: Remove unused variable
Forgot to clean this up.

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

View file

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