Pocket / extension-save-to-pocket

Save to Pocket is a browser extension that is used to save pages to a connected Pocket account
https://getpocket.com
MIT License
274 stars 48 forks source link

feat(safari): adjust signing identity #186

Closed nzeltzer closed 4 years ago

nzeltzer commented 4 years ago

Goal

Make this work.

Todos:

Discussion

Before you do anything, let's validate that you can reproduce the problem. (Note: since I've fixed the signing identities on the server, it's possible that we won't be able to reproduce this problem anymore).

Under Window ... Organizer, locate the version of the app that you submitted.

Select Distribute App

Screen Shot 2019-09-21 at 10 49 03

Select Copy ... save to desktop.

Screen Shot 2019-09-21 at 10 49 17

Try using the extension. For me, before generating a new signing identity, the launcher would work, but the extension button would not.

Next, go to Xcode preferences ... Accounts

Screen Shot 2019-09-21 at 10 47 54

Select Download Manual Profiles

Archive the app.

Assuming your previous Export failed, verify that this one doesn't.

Assuming everything works as expected, Distribute the app as before.

All Submissions:

collectedmind commented 4 years ago

@nzeltzer Since XCode upgraded automatically it added CODE_SIGN_IDENTITY = "-"; to the project.pbxproj file.

If that is accurate and expected, can we get those changed reflected here?

nzeltzer commented 4 years ago

@collectedmind Your wish is my command.

collectedmind commented 4 years ago

You rule! Thanks.