-
Notifications
You must be signed in to change notification settings - Fork 517
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
[CallKit] Add support for Xcode beta 1 & 2. #15411
Changes from 1 commit
934bbd1
335ff18
2c730fe
33d5c60
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -518,6 +518,8 @@ public static Frameworks GetwatchOSFrameworks (bool is_simulator_build) | |
{ "NearbyInteraction", "NearbyInteraction", 8,0 }, | ||
{ "OSLog", "OSLog", 8,0 }, | ||
{ "ShazamKit", "ShazamKit", new Version (8, 0), NotAvailableInSimulator}, | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Extra newline here for a reason? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @chamons following the pattern in the code. There is a new line per version. One after 4, 5, 6, etc.. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Stupid context specific diff, did not notice. |
||
{ "CallKit", "CallKit", 9,0 }, | ||
}; | ||
} | ||
return watch_frameworks; | ||
|
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.
Mac Catalyst 13.0? Or should that be 16.0?
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.
Is the default, I made a mistake, will fix those.