You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
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.
The text was updated successfully, but these errors were encountered: