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

Share bundle between app and extension #26

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

ewindso
Copy link

@ewindso ewindso commented Apr 24, 2016

This allows the code to be installed in a directory based on the ahGroupIdentifier which enables the bundle to be shared between app + extension

ewindso added 3 commits April 24, 2016 16:47
…ault root dir, if it is set use the shared space
…ng, assigns it to ahGroupIdentifier, and returns [self currentBuild]
@arbesfeld
Copy link
Contributor

Thanks @ewindso! Definitely cool to see watch apps getting updated via AppHub :D

I'm wondering if there's a way we can accomplish this without using a global variable? I realize that it might involve a lot more plumbing to pass that groupIdentifier variable around.

@ewindso
Copy link
Author

ewindso commented Apr 29, 2016

@arbesfeld Thanks! This is currently being used for an App share extension... but yes, doing it without a global variable is ideal.

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

Successfully merging this pull request may close these issues.

2 participants