Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sandboxing and linking #30

Open
Timo6 opened this issue May 14, 2012 · 1 comment
Open

Sandboxing and linking #30

Timo6 opened this issue May 14, 2012 · 1 comment

Comments

@Timo6
Copy link
Member

Timo6 commented May 14, 2012

We need to be able to link to data (for fast build times) and use a sandbox at the same time. At the moment we can only do one at a time - linking means we try to use files outside the sandbox the user hasn't given us permission to use so the application crashes.

@Timo6
Copy link
Member Author

Timo6 commented May 14, 2012

This maybe fixed by asking the user to choose where the data is using the standard OS X open dialogue (I think we then get granted permission to use the folder). I'm testing this here: Timo6/vdrift-mac@30e1634 (you may need my commits in #31 and VDrift/vdrift#89 for it to work properly). At the moment you are asked twice (get_mac_data_dir() is getting called twice, but I'm not sure why), and the selection is not saved between start ups. Anyone have any ideas on how to fix these?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant