macOS Sequoia Developer Beta 5: What's New?

Macintosh Weekly
6 Aug 202417:59

Summary

TLDRIn this Macintosh Weekly video, the host discusses the Mac OS Sequoia 15 developer beta 5 update, guiding viewers on how to update their Macs and highlighting key changes such as the iPhone mirroring feature and custom wallpaper support. The video also covers release notes, addressing SDK updates, resolved and known issues, and new features across various Apple frameworks. The host encourages viewers to check Apple's official documentation for a comprehensive understanding.

Takeaways

  • 📅 Apple has released the fifth beta of Mac OS Sequoia 15 for developers, coming two weeks after the fourth beta.
  • 💻 To update to Mac OS Sequoia developer beta 5, users should go to System Settings, then Software Update, and check for updates.
  • 🔄 The update size for this beta is approximately 4.07 GB, and it includes a new wallpaper that is currently listed as 'unknown'.
  • 📲 A significant feature in this beta is the iPhone mirroring feature for Safari, which allows full iPhone access from a Mac.
  • 🖼️ Users can now see their custom iPhone wallpapers and icons on their Mac, and interact with their iPhone using the Mac's keyboard, trackpad, and mouse.
  • 🛠️ The Mac OS 15 SDK, bundled with Xcode 16, supports app development for Mac computers running Sequoia 15 beta 5.
  • 🔄 The App Store now requires only the final install size plus a small buffer for initial app downloads, instead of double the space.
  • 🔒 Changes in security include a new process for allowing applications to control Finder, directing users to system settings for approval.
  • 🔄 For developers, the CF Network functions now return a different type, requiring source changes for Swift programs when compiling with newer SDKs.
  • 🎥 Reality Kit now supports rendering USD files with Catmull-Clark subdivision and uses the display P3 color gamut for virtual objects.
  • 📈 The script also covers various resolved issues and known issues across different components like AppKit, Core Spotlight, and Reality Kit, indicating ongoing improvements and areas needing attention.

Q & A

  • What is the Mac OS Sequoia developer beta 5 update about?

    -The Mac OS Sequoia developer beta 5 update is the fifth beta version of the upcoming Mac OS Sequoia, released to developers for testing purposes.

  • How can developers update their Mac to Mac OS Sequoia developer beta 5?

    -Developers can update their Mac to Mac OS Sequoia developer beta 5 by opening System Settings, going to the Software Update section, and checking for updates.

  • What is the update size for Mac OS Sequoia developer beta 5?

    -The update size for Mac OS Sequoia developer beta 5 is approximately 4.07 GB for the device mentioned in the script.

  • What is the build number for the successfully updated Mac OS Sequoia developer beta 5?

    -The build number for the successfully updated Mac OS Sequoia developer beta 5 is 24853 09e.

  • What new feature does Safari in Mac OS Sequoia beta 5 bring that was unavailable in the first beta?

    -Safari in Mac OS Sequoia beta 5 introduces the long-awaited iPhone mirroring feature, which allows users to access and engage with their iPhone directly from their Mac.

  • What is the purpose of the iPhone mirroring feature in Mac OS Sequoia beta 5?

    -The iPhone mirroring feature in Mac OS Sequoia beta 5 allows users to fully access and engage with their iPhone from their Mac, including custom wallpaper, icons, and the ability to interact with apps and audio.

  • What changes are noted in the Mac OS Sequoia 15 beta 5 release notes regarding the App Store?

    -The Mac OS Sequoia 15 beta 5 release notes mention that the App Store no longer requires twice the space free for an initial app download and install; the free space requirement is now the final install size of the app plus a small buffer.

  • What is the new API feature added to AppKit in Mac OS Sequoia 15 beta 5?

    -The new API feature added to AppKit allows a window to request sharing of another existing window or of a window to be provided in a callback, addressing an issue where the presenter might not want to share all application windows.

  • What is the issue resolved in the Foundation framework regarding date components format style?

    -The issue resolved in the Foundation framework is the incorrect production of strings like '1M' with the date components format style 'at style.condensed' and strings like 'one Min' with the 'dot narrow' style.

  • What is the known issue with iPhone mirroring in Mac OS Sequoia 15 beta 5?

    -The known issue with iPhone mirroring in Mac OS Sequoia 15 beta 5 is that Universal Clipboard might not work, and scrolling with a scroll wheel on Logitech mice or typing with a Bluetooth keyboard might not work with iPhone mirroring.

  • What is the change in the behavior of the CFNetwork framework regarding proxy auto-configuration in Mac OS Sequoia 15 beta 5?

    -In Mac OS Sequoia 15 beta 5, the CFNetwork execute proxy auto-configuration script and URL functions have always returned a plus one retained CF type object, but the function declarations were not decorated with the 'CF returns retained' attribute until iOS 18, Mac OS 15, tvOS 18, and watchOS 2.

  • What is the new feature introduced in the Maps framework in Mac OS Sequoia 15 beta 5?

    -The new feature introduced in the Maps framework is the Place ID, a unique and persistent identifier, along with new result types to MK local search request and additional point of Interest category values.

  • What is the resolved issue in the Core Spotlight framework regarding iPhone and iPad apps on Apple Silicon Macs?

    -The resolved issue in the Core Spotlight framework is that iPhone and iPad apps on Apple Silicon Macs would quit unexpectedly when invoking CS searchable item attribute set set action identifiers.

  • What is the known issue with the Networking framework in Mac OS Sequoia 15 beta 5?

    -The known issue with the Networking framework is that for apps linked on Mac OS 15 or newer, the default user agent request header field value generated by URL session now includes the unlocalized bundle name instead of the localized bundle name.

  • What is the new feature in the QuickLook framework regarding generator plugins?

    -The new feature in the QuickLook framework is the deprecation of support for deprecated QuickLook generator plugins, with developers being encouraged to migrate to QuickLook preview extension and thumbnail extension API.

  • What is the resolved issue in the RealityKit framework regarding iPhone and iPad apps on Apple Silicon Macs?

    -The resolved issue in the RealityKit framework is that iPhone and iPad apps on Apple Silicon Macs would quit unexpectedly when using an object capture session.

  • What is the known issue with the Screen Time app in Mac OS Sequoia 15 beta 5?

    -The known issue with the Screen Time app is that when an Apple Watch is upgraded to 11.0 from an earlier beta, Screen Time app limits might be deleted for both the parent and child.

  • What is the new feature in the Translation framework in Mac OS Sequoia 15 beta 5?

    -The new feature in the Translation framework is the support for translating Hindi in the Translate app, systemwide translation, Safari translation, and the new translation APIs.

  • What is the resolved issue in the Wallet framework regarding dispersement requests on Mac?

    -The resolved issue in the Wallet framework is that dispersement requests on Mac might appear as regular payments requests when handed off to iPhone.

Outlines

00:00

📲 Mac OS Sequoia Developer Beta 5 Update Overview

This paragraph introduces the Mac OS Sequoia 15 developer beta 5 update, highlighting the process for updating to this version through system settings and software update. It emphasizes the update size and the successful installation on the device, along with the build number. The main noticeable change in this build is the new wallpaper, although its name is listed as unknown. A significant feature addition is the iPhone mirroring capability, allowing users to interact with their iPhone directly from their Mac, including accessing apps, the keyboard, trackpad, mouse, and audio. The paragraph also covers release notes for Mac OS Sequoia 15 beta 5, detailing SDK support, resolved and known issues, and new features in various domains like accessibility, app intense, App Store, AppKit, and architecture.

05:01

🔍 In-Depth Analysis of Mac OS Sequoia Beta 5 Features and Fixes

The second paragraph delves deeper into the specific features and fixes of the Mac OS Sequoia beta 5. It discusses improvements in security and privacy, such as changes in the process for allowing applications to control Finder and updates in the way time machine backups are handled. The paragraph also addresses issues with camera usage, CF Network, Core Spotlight, and Foundation, including changes in JSON encoding and date components formatting. It mentions deprecations in Directory Service and Finder, as well as updates in networking, notifications, and object tracking. Known issues with iPhone mirroring, such as Universal Clipboard functionality, are also highlighted, alongside new features in logging and Mac Catalyst for improved UI window scene system animations.

10:01

🎨 Exploring Additional Features and Resolved Issues in Mac OS Sequoia Beta 5

This paragraph continues the exploration of new features and resolved issues within Mac OS Sequoia beta 5. It covers updates in Map's functionality, including the introduction of Place ID and new result types for MK local search request. It also discusses known issues with map conversions and satellite imagery. The paragraph mentions improvements in Music, Networking, Notifications, and Object Tracker, as well as updates in Photos and Platform features for Apple silicon devices. It addresses deprecations in QuickLook and RealityKit, and known issues with Reality files and subclass compilation in Swift 6 language mode.

15:01

🛠️ Final Touches: Additional Features, Fixes, and Deprecations in Mac OS Sequoia Beta 5

The final paragraph wraps up the discussion on Mac OS Sequoia beta 5 by covering additional features, fixes, and deprecations. It includes updates on Screen Time, Screen Capture Kit, Security and Privacy, Setup Assistant, Shortcuts, Translation, Wallet, and other system components. The paragraph also notes changes in the Screen Time app limits after an Apple Watch upgrade and the introduction of new APIs for screen recording and content sharing. It concludes with a reminder to check Apple's official documentation for a complete understanding of the release and an invitation for viewers to subscribe and engage with the content.

Mindmap

Keywords

💡Mac OS Sequoia

Mac OS Sequoia refers to the upcoming version of Apple's operating system for Mac computers. It is the central theme of the video as it discusses the features and updates of the developer beta 5 version. The script mentions the update size and the process for updating the Mac to this new OS version, indicating its significance in the video's content.

💡Developer Beta

A developer beta is a pre-release version of software that is made available to developers for testing purposes before it is released to the general public. In the context of the video, the script discusses the release of the fifth beta of Mac OS Sequoia, highlighting the importance of beta testing in the software development process and the specific features and issues addressed in this particular beta version.

💡Safari

Safari is a web browser developed by Apple, and it is a key application on Mac OS. The script mentions the introduction of an iPhone mirroring feature in Safari within the Mac OS Sequoia beta 5, allowing users to access and interact with their iPhone directly from their Mac. This feature exemplifies the integration between Apple's devices and software.

💡SDK

SDK stands for Software Development Kit, which is a set of tools, libraries, and documentation that developers can use to create applications for a certain software platform. The video script discusses the Mac OS 15 SDK, which supports the development of apps for Mac computers running the new Sequoia 15 beta, emphasizing the role of SDKs in enabling developers to build compatible applications.

💡Xcode

Xcode is an integrated development environment (IDE) used by developers to create software for Apple's platforms. The script mentions that the SDK comes bundled with Xcode 16, which is available from the Mac App Store, indicating the importance of Xcode in the development process for Mac OS Sequoia.

💡Accessibility

Accessibility in software refers to the design of products, devices, services, or environments for people with disabilities. The script discusses resolved issues related to accessibility, such as the ability to play newly added background sounds, which is a part of the ongoing effort to make technology more inclusive.

💡App Store

The App Store is a digital distribution platform developed by Apple, where users can browse and download apps. The video script mentions new features and changes to the App Store in Mac OS 15, such as the requirement for free space during app downloads, which affects how developers and users interact with the platform.

💡AppKit

AppKit is a framework used by developers to create graphical user interfaces for macOS applications. The script discusses new features and resolved issues related to AppKit, such as added APIs for window sharing and changes to application firewall settings, which are crucial for developers creating apps compatible with the new OS version.

💡Reality Kit

Reality Kit is a framework by Apple that allows developers to create augmented reality experiences. The script mentions updates to Reality Kit, including the rendering of USD files with Catmull-Clark subdivision and the use of the display P3 color gamut, which are important for developers working on AR applications for the new OS.

💡Screen Time

Screen Time is a feature in Apple devices that provides users with detailed reports on their device usage and allows them to set limits. The script discusses an issue where app limits might be deleted during an upgrade, which relates to the functionality and user experience of the Screen Time feature in the context of the new OS update.

💡Shortcuts

Shortcuts is an automation app by Apple that allows users to create custom shortcuts for various tasks. The script mentions the Shortcuts editor and the introduction of new actions, which is part of the ongoing development and enhancement of the Shortcuts app for Mac OS Sequoia.

Highlights

Apple released the fifth beta of Mac OS Sequoia to developers for testing.

Instructions on how to update to Mac OS Sequoia developer beta 5 are provided.

The update size for Mac OS Sequoia developer beta 5 is approximately 4.07 GB.

A successful update to Mac OS Sequoia developer beta 5 is demonstrated with build number 24853 09e.

The only noticeable change in this build is the current wallpaper, which is listed as 'unknown'.

Safari in Mac OS Sequoia beta 5 introduces the iPhone mirroring feature, enhancing user interaction.

Custom wallpaper and icons from the iPhone now appear on the Mac, along with swipe functionality.

Mac's keyboard, trackpad, and mouse can now be used to interact with the iPhone's interface.

Audio from the iPhone now comes through the Mac speakers during mirroring.

Mac OS 15 SDK supports app development for Mac computers running Sequoia 15 beta 5 with Xcode 16.

Accessibility improvements include resolving issues with background sounds and night mode.

App Store updates include changes to free space requirements for initial app downloads and installs.

New API added to AppKit to request a window share during video conferencing.

Resolved issues with Application Firewall settings and the deprecation of certain plist modifications.

Updates to the process of allowing applications to control Finder for improved security.

Reality Kit introduces new features for USD files and improved rendering with subdivision.

Known issues with Reality files written by beta versions not loading in later versions of Reality Kit.

Screen Time app limits might be deleted during an Apple Watch upgrade, requiring manual re-creation.

Shortcuts editor might offer new actions not yet ready for use, requiring correction after future updates.

Translation app now supports Hindi translation and introduces new systemwide translation APIs.

Transcripts

play00:02

[Music]

play00:04

hey guys welcome to Macintosh weekly and

play00:06

today this video is about Mac OS Sequoia

play00:09

15 developer beta 5 update if you're new

play00:11

to the channel make sure to subscribe

play00:14

and now let's begin Apple today seated

play00:17

the fifth beta of an upcoming Mac os5

play00:20

Sequoia update to Developers for testing

play00:22

purposes with the software coming 2

play00:24

weeks after the release of the fourth

play00:26

beta to update your Mac to Mac OS

play00:28

Sequoia developer beta 5 open system

play00:31

settings then go to the software update

play00:33

section and then check for updates here

play00:35

you can see the update is available for

play00:37

my device this Mac OS Sequoia developer

play00:40

beta 5 update size is around 4.07 GB for

play00:44

my device click on update now and then

play00:47

agree to the SLA to begin the update on

play00:49

your device and enter the password when

play00:51

prompted

play00:52

[Music]

play01:03

[Music]

play01:08

[Music]

play01:11

[Applause]

play01:12

[Music]

play01:22

[Applause]

play01:25

[Music]

play01:26

and as you can see the device has been

play01:28

successfully updated to Mac OS Sequoia

play01:31

developer beta 5 and the build number is

play01:34

24853 09e moving forward and talking

play01:37

about the changes made in this build the

play01:40

only noticeable change found is the

play01:42

current wallpaper however upon looking

play01:44

for the name of it it says unknown

play01:47

currently also for Safari Mac OS sequia

play01:50

beta 5 brings the long awaited iPhone

play01:52

mirroring feature which was unavailable

play01:54

with the first beta this continuity

play01:57

function allows users to fully access

play01:59

and engage with their iPhone right from

play02:01

their mac Apple also says that a user's

play02:04

custom wallpaper and icons appear just

play02:07

like on their iPhone and they can swipe

play02:09

between pages on their home screen or

play02:11

launch and browse any of their favorite

play02:13

apps the keyboard trackpad and mouse on

play02:16

Mac also let users interact with their

play02:18

iPhone and audio even comes through so

play02:22

that was all the noticeable changes made

play02:24

in this build moving forward and talking

play02:26

about the Mac OS Sequoia 15 beta 5

play02:29

release notes

play02:31

the Mac OS 15 SDK provides support to

play02:34

develop apps for Mac computers running

play02:35

Sequoia 15 beta 5 the SDK comes bundled

play02:39

with xcode 16 available from the Mac App

play02:42

Store regarding accessibility resolved

play02:44

issues fixed user might be unable to

play02:47

play newly added background sounds fire

play02:49

and night regarding app intense known

play02:52

issues at Union value types currently

play02:55

only work as intent results attempting

play02:57

to use a at Union value as the type of

play02:59

an in inent parameter or entity property

play03:02

results in Failure to compile fixed

play03:04

parameterless parameter and property

play03:06

wrappers might cause protocol

play03:08

conformance failures the workaround is

play03:11

to use parentheses on the property

play03:13

wrapper regarding App Store new features

play03:16

starting in Mac OS 15 the App Store no

play03:19

longer needs twice the space free for an

play03:21

initial app download and install the

play03:24

free space requirement will now be the

play03:26

final install size of the app plus a

play03:28

small buffer

play03:30

developers should consider this change

play03:32

in any messaging they might have around

play03:34

size requirements regarding appkit new

play03:37

features added API to request a window

play03:40

share when the user performs some action

play03:42

in the

play03:43

app presenter who starts a presentation

play03:46

while on a video conferencing call can

play03:48

now be given an option to share that

play03:50

presentation with other call

play03:53

participants this addresses an issue

play03:55

where the presenter might not want to

play03:57

share all application windows and might

play03:59

not have an affordance to start sharing

play04:01

the presentation once it has begun the

play04:03

API allows one NS window to request

play04:06

sharing of another existing window or of

play04:08

a window to be provided in a call back

play04:11

regarding resolved issues fixed appkit

play04:14

worn once logs have been moved to OS log

play04:17

error with a warn once loging category

play04:19

in order to increase their visibility to

play04:21

developers regarding application

play04:23

firewall deprecations application

play04:25

firewall settings are no longer

play04:27

contained in a property list if if your

play04:30

app or workflow relies on changing

play04:32

application firewall settings by

play04:33

modifying Library preferences com.

play04:36

apple. al. plist then you need to make

play04:39

changes to use the socket filter Fu

play04:41

command line tool instead regarding

play04:43

archit resolved issues fixed iPhone and

play04:46

iPad apps on Apple silicon Maxs quit

play04:48

unexpectedly when initializing AR

play04:50

skeleton definition regarding automation

play04:53

new features to improve security the

play04:56

process of allowing an application to

play04:57

control finder has changed instead of a

play05:00

modal allow don't allow dialogue the

play05:02

attempt to control finder fails and a

play05:05

notification appears that directs the

play05:07

user to allow control in system settings

play05:09

security and privacy automation

play05:12

regarding backup resolved issues fixed

play05:15

attempting to create a new encrypted

play05:17

time machine backup on a time capsule or

play05:19

other AFP file server will fail

play05:22

regarding camera resolved issues fixed

play05:25

using presenter overlay in full sizee

play05:27

mode with a single- shared window and

play05:29

react actions at the same time can

play05:31

result in glitching here you can also

play05:33

notice a slight glitch when using few of

play05:35

the

play05:37

[Music]

play05:41

reactions regarding CF Network resolved

play05:44

issues fixed CF Network execute proxy

play05:47

Auto configuration script and CF Network

play05:49

execute proxy Auto configuration URL

play05:52

have always returned a plus one retained

play05:54

CF type object but the function

play05:55

declarations were not decorated with the

play05:57

CF returns retained attribute until I

play05:59

iOS 18 Mac os5 TV 18 and vision

play06:03

os2 for c-based languages the clang

play06:06

static analyzer might note if the object

play06:08

is leaked no source code changes are

play06:11

required but they are encouraged to fix

play06:13

the leak for Swift this changes the

play06:16

return type of these functions from

play06:17

unmanaged to the actual CF type returned

play06:21

which will require a source change to

play06:22

fix when compiling with newer

play06:25

sdks however Swift programs compiled

play06:28

with older sdks will continue to work on

play06:29

the new os's though The Returned CF type

play06:32

object will continue to leak as it did

play06:35

prior to this change regarding corl

play06:37

resolved issues fixed corl model

play06:40

deployment API is unavailable ml model

play06:43

collection and ml model collection entry

play06:45

consider using background assets or NS

play06:47

your session instead inference time for

play06:49

large corl models is slower than

play06:51

expected on a subset of M Series S so's

play06:54

which is M1 M1 Max on Mac OS regarding

play06:57

create ml known issues 3D object views

play07:00

in creat ml might stop rendering

play07:01

correctly causing occasional flickering

play07:04

or appearing fully blacked out the

play07:06

workaround is to restart create ml

play07:09

regarding core Spotlight resolved issues

play07:11

fixed iPhone and iPad apps on Apple

play07:13

silicon Maxs quit unexpectedly when

play07:16

invoking CS searchable item attribute

play07:18

set set action identifiers regarding

play07:21

directory service

play07:22

deprecations directory service plug-in

play07:24

support has been removed developers

play07:26

should migrate to platform SSO regarding

play07:29

finder resolved issues fixed Home Videos

play07:32

unexpectedly sync as music videos to

play07:34

iPod Nano 7th generation regarding

play07:36

Foundation new features Json encoded

play07:39

output formatting. sorted keys will now

play07:41

sort keys with a different ordering

play07:44

previously keys were sorted using a

play07:46

numeric case insensitive or localized

play07:48

ordering beginning in beta 4 keys are

play07:51

sorted lexicographically based on the

play07:53

keys utf8 contents regarding Foundation

play07:56

resolved issues fixed date. components

play07:59

format style was incorrectly producing

play08:02

strings like 1M with the date components

play08:04

format style at style. condensed

play08:06

abbreviated style and strings like one

play08:09

Min with the dot narrow style instead of

play08:11

the other way around the behavior was

play08:13

corrected to match the behavior of

play08:14

duration units format style unit width

play08:17

regarding FS kit resolved issues users

play08:20

with connected MS DOS volumes might

play08:22

receive an intermittent error on system

play08:24

startup saying the internal MS DOS

play08:26

partition cannot be repaired and needs

play08:28

to be reform formatted workaround is

play08:31

rebooting might resolve the issue do not

play08:33

attempt to reformat the volume regarding

play08:36

headphone accommodations resolved issues

play08:39

fixed headphone accommodations won't be

play08:41

applied to headphones regarding iCloud

play08:43

Drive resolved issues fixed frequently

play08:46

changed files syncing over iCloud Drive

play08:49

will use more data than expected

play08:51

regarding iPhone mirroring known issues

play08:54

Universal clipboard might not to work

play08:56

during iPhone mirroring scrolling with a

play08:58

scroll wheel with Logitech mice or

play09:00

typing with a Bluetooth keyboard might

play09:02

not work with iPhone mirroring the work

play09:05

around is to disable Logitech options on

play09:08

Mac to use the scroll wheel on Logitech

play09:10

mice or use a built-in or external Apple

play09:13

keyboard the space bar does not work

play09:16

when full keyboard access is enabled

play09:18

workaround is to disable full keyboard

play09:20

access regarding logging new features by

play09:23

default the pseudo command in Mac OS

play09:25

does not have logging enabled to enable

play09:28

logging for pseudo simply remove the

play09:30

line defaults log allowed from pseudo 's

play09:32

configuration file regarding Mac

play09:34

Catalyst new features when building

play09:36

against the Mac os5 Catalyst SDK or

play09:39

newer UI window scene system frame

play09:41

changes using UI window scene. geometry

play09:44

preferences Mac can be animated by

play09:46

wrapping the request in the existing UI

play09:48

view animation API animate with duration

play09:51

duration mixing such system frame

play09:54

animations with animations of individual

play09:56

UI views is not recommended instead rely

play09:59

on autol layout constraints to

play10:01

reposition scene contents during the

play10:03

system frame animation regarding Mac

play10:06

Catalyst resolved issues fixed starting

play10:08

with Mac OS 15.0 the activation state of

play10:11

all attached UI scenes in Mac Catalyst

play10:14

apps will now also be changed to UIC

play10:16

scene activation state. background when

play10:19

the machine Andor the attached displays

play10:21

go to sleep as an indication that the

play10:23

scenes are not producing user visible

play10:25

pixels fixed when building against the

play10:28

Mac OS 15.0 no Catalyst SDK or newer the

play10:31

True Value and false value for toggle

play10:33

switch elements PS toggle switch

play10:35

specifier in your settings bundle will

play10:37

be respected when Reading Writing user

play10:40

defaults regarding map's new features

play10:42

introduced Place ID a unique and

play10:44

persistent identifier added new result

play10:47

types to MK local search. request and

play10:49

additional point of Interest category

play10:51

values introduced place card API to show

play10:54

maps place card UI talking about the

play10:56

resolved issues in searches that use m K

play10:59

local search. request the result type

play11:01

option physical feature is ignored fixed

play11:04

the place card API fails to load place

play11:06

details fixed satellite map images might

play11:09

not appear for users on Intel Max

play11:11

regarding known issues conversion

play11:13

between a point in the map view and a

play11:15

physical location CL location coordinate

play11:18

2D might be imprecise at high Zoom

play11:21

levels regarding music resolved issues

play11:24

fixed artwork for the currently playing

play11:26

song might be incorrectly displayed in

play11:28

the music

play11:29

regarding networking resolved issues

play11:32

fixed for apps linked on Mac OS 15 iOS

play11:35

18 or newer the default user agent

play11:37

request header field value generated by

play11:40

URL session now includes the unlocalized

play11:42

bundle name instead of the localized

play11:44

bundle name regarding notifications

play11:47

known issues user might be unable to

play11:49

snooze calendar notifications regarding

play11:52

object tracker resolved issues fixed

play11:54

training object tracker reference

play11:56

objects might fail without warning for

play11:58

unsupported usdz inputs regarding photos

play12:01

resolved issues fixed photos and videos

play12:04

might stop syncing via iCloud photo

play12:06

library regarding platform new features

play12:08

on Apple silicon based devices with M3

play12:10

or later and a16 bionic or later the

play12:13

values returned by reading the cnq el0

play12:17

and CNT VCT el0 registers have been

play12:20

updated to 1 GHz instead of the prior

play12:22

value of 24 MHz it is still recommended

play12:26

for apps to use lib system apis like

play12:28

mock absolute time for timekeeping your

play12:30

app will not be impacted by this change

play12:32

if it uses Apple's timekeeping apis for

play12:35

compatibility purposes this change will

play12:37

only be visible when using the SDK

play12:39

associated with this release or later on

play12:42

Mac OS applications running inside a

play12:45

virtualization framework VM will

play12:47

continue to receive the Legacy Behavior

play12:49

the firmware image for iboot will be

play12:51

made available in clear text in the PCC

play12:53

image to reduce the overhead imposed by

play12:56

firmware encryption and align policies

play12:58

where appropriate firmware encryption

play12:59

has been disabled for ioot on iOS Mac OS

play13:03

watch OS TV OS and vision OS regarding

play13:06

power resolved issues fixed users with

play13:09

default wallpaper Macos beta on Intel

play13:12

laptops with an AMD GPU might see

play13:14

elevated battery drain device

play13:16

temperatures and fan noise regarding

play13:18

quicklook

play13:19

deprecations support for deprecated

play13:21

quickl generator plugins is being

play13:23

removed to provide previews and

play13:25

thumbnails for your custom file types

play13:28

migrate to quick quick look preview

play13:29

extension and thumbnail extension API

play13:32

regarding reality kit new features USD

play13:35

files which use catall Clark subdivision

play13:37

now render using subdivision in reality

play13:40

kit meshes which produce less than

play13:42

35,000 patches can render using

play13:45

subdivision this can increase memory

play13:47

consumption and reduce rendering

play13:49

performance virtual objects now render

play13:52

using the display P3 color gamut when

play13:55

using a drawable queue connected to a

play13:57

texture resource with the dot color

play13:59

semantic render using the display P3

play14:01

color space regarding the resolved

play14:04

issues fixed resolved an issue where

play14:06

iPhone and iPad apps on Apple silicon

play14:08

Max quit unexpectedly when using object

play14:10

capture session fixed using an image 2D

play14:14

array Shader graph node in reality

play14:16

composer Pro might result in corruption

play14:18

or a system crash fixed physics

play14:21

simulation behavior is different from

play14:22

previous releases fixed emphasize

play14:25

actions are always additive and should

play14:27

be played with separate animated value

play14:29

set to True fixed in the Swift 6

play14:32

language mode subclasses of the entity

play14:34

class fail to compile fixed the trigger

play14:37

mode of collision component no longer

play14:39

generates Collision events when both

play14:41

involved Collision shapes use the dot

play14:44

trigger mode regarding known issues

play14:46

reality files written by Beta versions

play14:48

of reality kit might not load in later

play14:51

versions workaround only distribute

play14:54

reality files written by released or

play14:56

release candidate versions of reality

play14:58

kit regarding deprecations in previous

play15:01

versions the order of child entities was

play15:04

sometimes preserved now the order of an

play15:06

entity's children might not be reliable

play15:08

and can change unexpectedly when any

play15:11

child is reparented regarding screen

play15:13

time resolved issues fixed when an Apple

play15:16

Watch is upgraded to 11.0 from an

play15:18

earlier beta screen time app limits

play15:21

might be deleted for both the parent and

play15:23

child if this occurs parent will need to

play15:26

add back the app limits regarding screen

play15:28

capture kit new features Windows

play15:31

recorded using the new es recording

play15:33

output configuration API will now have a

play15:35

new stop recording this window menu item

play15:38

in the purple window menu to stop the

play15:40

windows recording stream regarding

play15:43

deprecations applications utilizing

play15:45

deprecated apis for Content capture such

play15:48

as CG display stream and CG window list

play15:50

create image can trigger system alerts

play15:53

indicating they might be able to collect

play15:55

detailed information about the user

play15:57

developers need to migrate to a screen

play15:59

capture kit and SC content sharing

play16:01

picker regarding security and privacy

play16:03

new features when attempting to change

play16:06

home directory of a user dscl and DS

play16:09

import will trigger privacy prompts

play16:11

previously this did not happen when a

play16:13

device was under MDM management

play16:15

regarding setup assistant resolved

play16:17

issues fixed file Vault pane is shown

play16:20

and is automatically enabled with

play16:22

recovery key when iCloud is signed in

play16:25

fixed end of setup assistant might only

play16:27

show a blurred background with no text

play16:29

or buttons regarding shortcuts resolved

play16:32

issues fixed the shortcuts editor might

play16:36

offer some new actions that are not yet

play16:38

ready for use if you save a shortcut

play16:40

with one of these actions you might need

play16:42

to correct it after a future update with

play16:44

the corrected actions fixed some actions

play16:47

are missing from the actions drawer but

play16:49

are still available for use regarding

play16:52

translation new features users can

play16:54

translate text and display results in

play16:56

app see the translation session class

play16:59

and learn more in the WWDC 24 video meet

play17:01

the translation API translation now

play17:04

supports translating Hindi in the

play17:06

translate app systemwide translation

play17:09

Safari translation and the new

play17:11

translation apis regarding wallet

play17:13

resolved issues fixed dispersement

play17:16

requests on Mac might appear as regular

play17:18

payments requests when handed off to

play17:20

iPhone so that was all about this build

play17:22

the rest of the build seems identical if

play17:25

you want to know more check out Apple's

play17:27

official documentation for Macos Sequoia

play17:30

15 beta 3 release notes so that was it

play17:33

hope it was useful consider like for the

play17:35

video subscribe to the channel and if

play17:38

you have any questions just comment down

play17:40

below thanks for watching and have a

play17:43

great day ahead

play17:53

[Music]

play17:58

oh

Rate This

5.0 / 5 (0 votes)

Étiquettes Connexes
Mac OSSequoiaUpdateDeveloper BetaiPhone MirroringSafariSDKXcodeAccessibilityApp StoremacOS Features
Besoin d'un résumé en anglais ?