-
Notifications
You must be signed in to change notification settings - Fork 122
Fix issues of Xcode 16 #2899
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
Fix issues of Xcode 16 #2899
Conversation
|
Updating PSDPDFKit to version |
@suhaibabsi-inst Please remove affects, etc.. commit message and use [ignore-commit-lint] so danger succeeds. |
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.
Built & run successfully on Xcode15.4.
Test build failed, please see comment below.
We could either work around this somehow, or revert this change and accept that Xcode16 test builds will fail until the whole team updates to Xcode in the near future.
[ignore-commit-lint]
aff1766
to
a4a44d2
Compare
Will be waiting to merge this until the release is cut. |
# Conflicts: # Core/Core/ObserverAlerts/GetObserverAlerts.swift
refs: MBL-17890 affects: Student, Teacher, Parent release note: none test plan:
… TestsFoundation projects.
- Update projects to recommended settings. - Add reverse relationship to Quiz
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.
Code review +1
@@ -40,5 +40,27 @@ public extension HTTPCookie { | |||
)! | |||
} | |||
|
|||
/// The default equality check returns false even when all properties match | |||
/// so we created this custom comparison to test property equality between this and another cookie. | |||
public func equalsProperties(to anotherCookie: HTTPCookie?) -> Bool { |
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.
public func equalsProperties(to anotherCookie: HTTPCookie?) -> Bool { | |
public func isEqualProperties(to anotherCookie: HTTPCookie?) -> Bool { |
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.
LGTM on both simulator, physical device.
…moving the custom class name from the database model.
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.
QA + 1
Built & run on iOS 17 (iPad, iPhone, iPhone simulator)
All 3 apps seem to work as before.
This is to fix issues preventing builds compiling on Xcode 16
Checklist