8000 [PM-11213] Use iPhone 16 Pro test device and finish updating builds for Xcode 16.1 by KatherineInCode · Pull Request #1096 · bitwarden/ios · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[PM-11213] Use iPhone 16 Pro test device and finish updating builds for Xcode 16.1 #1096

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

Merged
merged 4 commits into from
Oct 31, 2024

Conversation

KatherineInCode
Copy link
Contributor

🎟️ Tracking

https://bitwarden.atlassian.net/browse/PM-11213

📔 Objective

Because the macos-15 runner doesn't have an iPhone 15 Pro as an option, we need to update to an iPhone 16 Pro.

As well, in the previous PR, I missed that CI-main.yml was also manually setting the Xcode version, and that has also been updated.

⏰ Reminders before review

  • Contributor guidelines followed
  • All formatters and local linters executed and passed
  • Written new unit and / or integration tests where applicable
  • Protected functional changes with optionality (feature flags)
  • Used internationalization (i18n) for all UI strings
  • CI builds passed
  • Communicated to DevOps any deployment requirements
  • Updated any necessary documentation (Confluence, contributing docs) or informed the documentation team

🦮 Reviewer guidelines

  • 👍 (:+1:) or similar for great changes
  • 📝 (:memo:) or ℹ️ (:information_source:) for notes or general info
  • ❓ (:question:) for questions
  • 🤔 (:thinking:) or 💭 (:thought_balloon:) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion
  • 🎨 (:art:) for suggestions / improvements
  • ❌ (:x:) or ⚠️ (:warning:) for more significant problems or concerns needing attention
  • 🌱 (:seedling:) or ♻️ (:recycle:) for future improvements or indications of technical debt
  • ⛏ (:pick:) for minor or nitpick changes

Copy link
codecov bot commented Oct 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.34%. Comparing base (f588bd5) to head (913f443).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1096      +/-   ##
==========================================
- Coverage   89.56%   89.34%   -0.23%     
==========================================
  Files         677      677              
  Lines       42805    42761      -44     
==========================================
- Hits        38340    38205     -135     
- Misses       4465     4556      +91     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -9,10 +9,10 @@ open class BitwardenTestCase: XCTestCase {

@MainActor
override open class func setUp() {
if UIDevice.current.name != "iPhone 15 Pro" || UIDevice.current.systemVersion != "18.1" {
if UIDevice.current.name != "iPhone 16 Pro" || UIDevice.current.systemVersion != "18.1" {
Copy link
Collaborator

Choose a reason for hiding this comment

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

🤔 do you see a lint warning for this when you run locally?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Weird, spacing got messed up somehow. That should be fixed now.

phil-livefront
phil-livefront previously approved these changes Oct 31, 2024
Copy link
Collaborator
@phil-livefront phil-livefront left a comment

Choose a reason for hiding this comment

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

LGTM!

phil-livefront
phil-livefront previously approved these changes Oct 31, 2024
Copy link
Member
@fedemkr fedemkr left a comment

Choose a reason for hiding this comment

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

LGTM, just one minor ⛏️

@KatherineInCode KatherineInCode changed the title Use iPhone 16 Pro test device and finish updating builds for Xcode 16.1 [PM-11213] Use iPhone 16 Pro test device and finish updating builds for Xcode 16.1 Oct 31, 2024
@KatherineInCode KatherineInCode merged commit e02d571 into main Oct 31, 2024
9 checks passed
@KatherineInCode KatherineInCode deleted the PM-11213/iphone-16-pro branch October 31, 2024 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0