[PR #1684] [MERGED] include entitlements in ios.extension simulator builds #3055

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

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/1684
Author: @jlf0dev
Created: 12/10/2021
Status: Merged
Merged: 12/10/2021
Merged by: @jlf0dev

Base: masterHead: bug/ios-extension-entitlements


📝 Commits (1)

  • 88cb720 include entitlements in ios.extension simulator builds

📊 Changes

1 file changed (+2 additions, -0 deletions)

View changed files

📝 src/iOS.Extension/iOS.Extension.csproj (+2 -0)

📄 Description

Type of change

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

Objective

the iOS extension project didn't have the entitlements selected for simulator debug builds, causing it to crash on initialization.

Before you submit

  • I have added unit tests where it makes sense to do so (encouraged but not required)
  • This change requires a documentation update (notify the documentation team)
  • 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/1684 **Author:** [@jlf0dev](https://github.com/jlf0dev) **Created:** 12/10/2021 **Status:** ✅ Merged **Merged:** 12/10/2021 **Merged by:** [@jlf0dev](https://github.com/jlf0dev) **Base:** `master` ← **Head:** `bug/ios-extension-entitlements` --- ### 📝 Commits (1) - [`88cb720`](https://github.com/bitwarden/android/commit/88cb720f86e0b6b03cb50cdb861e9c2fd9eedbbc) include entitlements in ios.extension simulator builds ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/iOS.Extension/iOS.Extension.csproj` (+2 -0) </details> ### 📄 Description ## Type of change - [ ] Bug fix - [ ] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [ ] Build/deploy pipeline (DevOps) - [x] Other ## Objective <!--Describe what the purpose of this PR is. For example: what bug you're fixing or what new feature you're adding--> the iOS extension project didn't have the entitlements selected for simulator debug builds, causing it to crash on initialization. ## Before you submit - [ ] I have added **unit tests** where it makes sense to do so (encouraged but not required) - [ ] This change requires a **documentation update** (notify the documentation team) - [ ] 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:27:44 -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#3055