-
Notifications
You must be signed in to change notification settings - Fork 169
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
Setup saving simperium token to keychain on simperium did login #1169
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -10,3 +10,6 @@ gem 'fastlane-plugin-sentry', '~> 1.14' | |||
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 9.2' | |||
gem 'rake', '~> 12.3' | |||
gem 'xcpretty-travis-formatter', '~> 1.0' | |||
|
|||
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile') | |||
eval_gemfile(plugins_path) if File.exist?(plugins_path) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure what's this for?
Fix
So the next shortcut/intent that we need to add is to be able to update a note from a shortcut. This is best done using the simperium API so that versioning is handled on the server. To do that we need to be able to access the api token that we get in the main app on login from the intents extension. So this PR sets that up.
Test
OpenNoteIntentHandler.swift
and in line 28 add this code:Confirm that you see the token in the logs
Review
(Required) Add instructions for reviewers. For example:
Release
(Required) Add a concise statement to
RELEASE-NOTES.txt
if the changes should be included in release notes. Include details about updating the notes in this section. For example:If the changes should not be included in release notes, add a statement to this section. For example: