Enable App Sandbox. #116
No reviewers
Labels
No labels
2230
2243
App version
Apple OS errata
Apple SDK
bug
bugsnag
build
dlt
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: chris/Cog#116
Loading…
Reference in a new issue
No description provided.
Delete branch "nevack/sandbox"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -13,4 +12,3 @@
NSString *TrackArtist = @"Artist";
NSString *TrackAlbum = @"Album";
NSString *TrackTitle = @"Name";
Got sandbox warnings for doing so.
The only error I see now on startup
@kode54 Quick googling shows that the error like this is only reproducible with free Apple Developer accounts. May I ask you to test build from this PR on your machine?
Added framework as dep to Cog target and the issue is gone.
@ -2,9 +2,17 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.security.app-sandbox</key>
Permissions requested:
I think this is sufficient for now.
Rebase + Conflict fix
@ -2,9 +2,17 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.security.app-sandbox</key>
Will also need to store bookmarks for those dragged and dropped or opened music files, unless the XML playlist is already sufficient for that.
I will make another commit to this branch that fixes libsidplayfp without moving it into the main app, by changing the install base path to match all other subproject Frameworks.
This doesn't fix Sandbox accessing files outside of the Music folder across executions. We need to resolve those using bookmarks or something.
Hell with it, I don't know how to edit pull requests off the site, so I just merged it.