[PR #2398] [MERGED] [DEVOPS-1269] Update iOS provision profiles #3541

Closed
opened 2025-11-26 23:34:09 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/2398
Author: @joseph-flinn
Created: 3/2/2023
Status: Merged
Merged: 3/2/2023
Merged by: @joseph-flinn

Base: masterHead: patch/update-ios-provision-profiles


📝 Commits (6)

  • e6acb64 Update iOS Distribution cert and provision profiles
  • 91af121 Rename the provision profiles
  • 5266107 Update the App Store provision profile names in plist
  • e319bbc Update Watch provision profile
  • 49f5020 Remove testing code in pipeline
  • 6706ee7 Remove more test code

📊 Changes

9 files changed (+5 additions, -5 deletions)

View changed files

📝 .github/resources/export-options-app-store.plist (+4 -4)
📝 .github/secrets/dist_autofill.mobileprovision.gpg (+0 -0)
📝 .github/secrets/dist_bitwarden.mobileprovision.gpg (+0 -0)
📝 .github/secrets/dist_extension.mobileprovision.gpg (+0 -0)
📝 .github/secrets/dist_share_extension.mobileprovision.gpg (+0 -0)
📝 .github/secrets/dist_watch_app.mobileprovision.gpg (+0 -0)
📝 .github/secrets/dist_watch_app_extension.mobileprovision.gpg (+0 -0)
📝 .github/secrets/iphone-distribution-cert.p12.gpg (+0 -0)
📝 src/watchOS/bitwarden/bitwarden.xcodeproj/project.pbxproj (+1 -1)

📄 Description

Type of change

  • Bug fix
  • New feature development
  • Tech debt (refactoring, code cleanup, dependency upgrades, etc)
  • Build/deploy pipeline (DevOps)
  • Other

Objective

Update the distribution cert and the provisioning profiles that expire today.

Code changes

  • .github/secrets/iphone-distribution-cert.p12: Update the iOS distribution cert
  • .github/secrets/dist_autofill.mobileprovision.gpg: Update profile to point to new distribution cert
  • .github/secrets/dist_bitwarden.mobileprovision.gpg: Update profile to point to new distribution cert
  • .github/secrets/dist_extension.mobileprovision.gpg: Update profile to point to new distribution cert
  • .github/secrets/dist_share_extension.mobileprovision.gpg: Update profile to point to new distribution cert
  • .github/secrets/dist_watch_app.mobileprovision.gpg: Update profile to point to new distribution cert
  • .github/secrets/dist_watch_app_extension.mobileprovision.gpg: Update profile to point to new distribution cert
  • src/watchOS/bitwarden/bitwarden.xcodeproj/project.pbxproj: Update the profile names to point to the new generic names that won't need to be updated again.
  • .github/resources/export-options-app-store.plist: Update the profile names to point to the new generic names that won't need to be updated again.

Before you submit

  • Please check for formatting errors (dotnet format --verify-no-changes) (required)
  • Please add unit tests where it makes sense to do so (encouraged but not required)
  • If this change requires a documentation update - notify the documentation team
  • If this change has particular deployment requirements - notify the DevOps team

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bitwarden/android/pull/2398 **Author:** [@joseph-flinn](https://github.com/joseph-flinn) **Created:** 3/2/2023 **Status:** ✅ Merged **Merged:** 3/2/2023 **Merged by:** [@joseph-flinn](https://github.com/joseph-flinn) **Base:** `master` ← **Head:** `patch/update-ios-provision-profiles` --- ### 📝 Commits (6) - [`e6acb64`](https://github.com/bitwarden/android/commit/e6acb64cd191aeb3c2ff08b0c12854a98bc9af84) Update iOS Distribution cert and provision profiles - [`91af121`](https://github.com/bitwarden/android/commit/91af12158c19796935ed8c55050227eaf0491c19) Rename the provision profiles - [`5266107`](https://github.com/bitwarden/android/commit/52661073627b2d30b2cc3aac1dbf352ce6378178) Update the App Store provision profile names in plist - [`e319bbc`](https://github.com/bitwarden/android/commit/e319bbcea658360f5ec9a31c8fbec0d6604fe76c) Update Watch provision profile - [`49f5020`](https://github.com/bitwarden/android/commit/49f5020766d691842b3bd1394d6885d613e01fb0) Remove testing code in pipeline - [`6706ee7`](https://github.com/bitwarden/android/commit/6706ee7effaab326f5e472dafcddf6e46d07e859) Remove more test code ### 📊 Changes **9 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `.github/resources/export-options-app-store.plist` (+4 -4) 📝 `.github/secrets/dist_autofill.mobileprovision.gpg` (+0 -0) 📝 `.github/secrets/dist_bitwarden.mobileprovision.gpg` (+0 -0) 📝 `.github/secrets/dist_extension.mobileprovision.gpg` (+0 -0) 📝 `.github/secrets/dist_share_extension.mobileprovision.gpg` (+0 -0) 📝 `.github/secrets/dist_watch_app.mobileprovision.gpg` (+0 -0) 📝 `.github/secrets/dist_watch_app_extension.mobileprovision.gpg` (+0 -0) 📝 `.github/secrets/iphone-distribution-cert.p12.gpg` (+0 -0) 📝 `src/watchOS/bitwarden/bitwarden.xcodeproj/project.pbxproj` (+1 -1) </details> ### 📄 Description ## Type of change - [ ] Bug fix - [ ] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [x] Build/deploy pipeline (DevOps) - [ ] Other ## Objective <!--Describe what the purpose of this PR is. For example: what bug you're fixing or what new feature you're adding--> Update the distribution cert and the provisioning profiles that expire today. ## Code changes <!--Explain the changes you've made to each file or major component. This should help the reviewer understand your changes--> <!--Also refer to any related changes or PRs in other repositories--> * **.github/secrets/iphone-distribution-cert.p12:** Update the iOS distribution cert * **.github/secrets/dist_autofill.mobileprovision.gpg:** Update profile to point to new distribution cert * **.github/secrets/dist_bitwarden.mobileprovision.gpg:** Update profile to point to new distribution cert * **.github/secrets/dist_extension.mobileprovision.gpg:** Update profile to point to new distribution cert * **.github/secrets/dist_share_extension.mobileprovision.gpg:** Update profile to point to new distribution cert * **.github/secrets/dist_watch_app.mobileprovision.gpg:** Update profile to point to new distribution cert * **.github/secrets/dist_watch_app_extension.mobileprovision.gpg:** Update profile to point to new distribution cert * **src/watchOS/bitwarden/bitwarden.xcodeproj/project.pbxproj:** Update the profile names to point to the new generic names that won't need to be updated again. * **.github/resources/export-options-app-store.plist:** Update the profile names to point to the new generic names that won't need to be updated again. ## Before you submit - Please check for formatting errors (`dotnet format --verify-no-changes`) (required) - Please add **unit tests** where it makes sense to do so (encouraged but not required) - If this change requires a **documentation update** - notify the documentation team - If this change has particular **deployment requirements** - notify the DevOps team --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-26 23:34:09 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#3541