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

Add intents extension code signing #1153

Merged
merged 1 commit into from
May 21, 2024

Conversation

spencertransier
Copy link
Contributor

Fix

Completes pdnsEh-1Fh-p2. This PR adds a bundle identifier for the Intents extension. I've added the identifier on the Apple developer portal and ran the command to generate the new provisioning profile. I also added a development provisioning profile to be downloaded through MC. l

Test

  1. Run bundle exec fastlane app_store_code_signing
  2. Verify that it completes successfully
  3. Run bundle exec fastlane app_store_code_signing readonly:false
  4. Verify that it completes successfully (nothing should actually change since I've already generated the intents extension)

Release

These changes do not require release notes.

@spencertransier spencertransier added the tooling Related to anything that supports the building & maintaining of the project. label May 18, 2024
@spencertransier spencertransier added this to the Future milestone May 18, 2024
@spencertransier spencertransier requested a review from a team May 18, 2024 02:50
@@ -14,6 +14,7 @@ INTERNAL_SCHEME = 'Simplenote'
APP_STORE_SCHEME = 'Simplenote-AppStore'
BUILD_FOLDER = 'build'
APP_STORE_BUNDLE_IDENTIFIER = 'com.automattic.SimplenoteMac'
APP_STORE_BUNDLE_IDENTIFIER_INTENTS = "#{APP_STORE_BUNDLE_IDENTIFIER}.Intents".freeze
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because there are only two bundle identifiers for SNMac, I decided to just keep it nice and simple instead of our more complicated set ups for the other apps with more identifiers.

@spencertransier spencertransier merged commit d6e41a6 into trunk May 21, 2024
8 of 11 checks passed
@spencertransier spencertransier deleted the add/intents-code-signing-support branch May 21, 2024 00:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tooling Related to anything that supports the building & maintaining of the project.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants