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

Enhancement suggestions #14

Open
paya-cz opened this issue Apr 22, 2019 · 0 comments
Open

Enhancement suggestions #14

paya-cz opened this issue Apr 22, 2019 · 0 comments

Comments

@paya-cz
Copy link

paya-cz commented Apr 22, 2019

I am going over the sample code for sandboxing/XPC by Apple and I prefer how they dealt with keeping connection references when needing to call back into the app from the helper tool. Instead of having a single Helper class that keeps an array of connections (which always leads to a question - which array element should I use to report progress), they instead create an object per connection, and bind the connection to each object, see here:
https://developer.apple.com/library/archive/samplecode/SandboxingAndNSXPCConnection/Listings/fetch_service_main_m.html#//apple_ref/doc/uid/DTS40012665-fetch_service_main_m-DontLinkElementID_9

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