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

MacOSx - Signing #54

Open
phunkyfish opened this issue Apr 30, 2019 · 4 comments
Open

MacOSx - Signing #54

phunkyfish opened this issue Apr 30, 2019 · 4 comments

Comments

@phunkyfish
Copy link
Collaborator

Keith mentioned on the kodi slack that he's like to get this done now that they have a dev account. Shouldn't be difficult to add once we have everything figured out for tvOS.

@Kambala @SylvainCecchetto @fuzzard

@kambala-decapitator
Copy link

I can create signing assets and set up cmake tomorrow I think.

@pogar already wrote a good basic guide on slack:

  1. create two app ids (for example: com.something.kodi and com.something.kodi.topshelf)
  2. create two group app ids by prefixing IDs from 1 with group. (for example: group.com.something.kodi and group.com.something.kodi.topshelf)
  3. create two provisioning profile (separate for both app id)
  4. download them
  5. in xcode project disable automatic signing for kodi target and topshelf
  6. assign proper provisioning profiles to them
  7. build and test.

@phunkyfish
Copy link
Collaborator Author

This issue is for signing the OS X app. Will create a separate issue for a guide for singing the tvOS app.

@kambala-decapitator
Copy link

oh, misread the OP... this can be done independently of tvOS PR.

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

No branches or pull requests

4 participants