Apple today seeded the third beta of an upcoming macOS Sonoma 14.4 update to public beta testers, allowing non-developers to test the software ahead of its launch. The third public beta comes a week after Apple released the second public beta.
Beta testers can opt-in through the Software Update section of the System Settings app. Under Beta updates, simply toggle on the Sonoma Public Beta. Note that you must sign up to participate on Apple's beta testing website.
macOS Sonoma 14.4 introduces some of the features in the iOS 17.4 beta, such as new emoji characters. We don't know what Mac-specific features are included, but nothing new has been found in the developer betas so far.
Wednesday December 11, 2024 5:23 am PST by Joe Rossignol
Apple has announced that iOS 18.2, iPadOS 18.2, and macOS Sequoia 15.2 will be released today following more than six weeks of beta testing.
For the iPhone 15 Pro and iPhone 16 models, the update introduces additional Apple Intelligence features, including Genmoji for creating custom emoji, Image Playground and Image Wand for generating images, and ChatGPT integration for Siri. There is also ...
Monday December 9, 2024 10:06 am PST by Juli Clover
Apple today seeded the second release candidate versions of upcoming iOS 18.2, iPadOS 18.2, and macOS 15.2 updates to developers and public beta testers for testing purposes, a week after releasing the first RCs. The first iOS 18.2 RC had a build number of 22C150, while the second RC's build number is 22C151. Release candidates represent the final version of beta software that's expected to see a ...
Monday December 9, 2024 4:48 am PST by Tim Hardwick
Apple's forthcoming iPhone SE 4 will feature a single 48-megapixel rear camera and a 12-megapixel TrueDepth camera on the front, according to details revealed in a new Korean supply chain report.
ET News reports that Korea-based LG Innotek is the main supplier of the front and rear camera modules for the more budget-friendly ~$400 device, which is expected to launch in the first quarter of...
Monday December 9, 2024 7:36 am PST by Joe Rossignol
Apple plans to remove the notch from the MacBook Pro in a few years from now, according to a roadmap shared by research firm Omdia.
The roadmap shows that 14-inch and 16-inch MacBook Pro models released in 2026 will have a hole-punch camera at the top of the display, instead of a notch. It is unclear if there would simply be a pinhole in the display, or if Apple would expand the iPhone's...
Monday December 9, 2024 1:28 am PST by Tim Hardwick
Norwegian payment service Vipps has become the world's first company to launch a competing tap-to-pay solution to Apple Pay on iPhone, following Apple's agreement with European regulators to open up its NFC technology to third parties.
Starting December 9, Vipps users in Norway can make contactless payments in stores using their iPhones. The service initially supports customers of SpareBank...
Friday December 6, 2024 4:42 am PST by Tim Hardwick
Apple is set to release iOS 18.2 in the second week of December, bringing the second round of Apple Intelligence features to iPhone 15 Pro and iPhone 16 models. This update brings several major advancements to Apple's AI integration, including completely new image generation tools and a range of Visual Intelligence-based enhancements. There are a handful of new non-AI related feature controls...
Tuesday December 10, 2024 11:51 am PST by Juli Clover
Apple is ramping up work on a blood pressure monitoring feature for the Apple Watch and it could be ready as soon as 2025, reports Bloomberg's Mark Gurman. Blood pressure monitoring is a health addition that Apple has been working on for the last several years, and based on rumors, Apple wanted to debut it in 2024.
The feature would not provide exact systolic and diastolic blood pressure...
Wednesday December 11, 2024 10:02 am PST by Juli Clover
Apple today released macOS Sequoia 15.2, the second update to the macOS Sequoia operating system that was released in September. macOS Sequoia 15.2 comes over a month after the release of macOS Sequoia 15.1.
Mac users can download the macOS Sequoia update through the Software Update section of System Settings.
macOS Sequoia 15.2 adds Image Playground, an app that lets you create...
@Fuzzball84 don't get mad at us because you basically own a doorstop and want to feel good about yourself and call it a "2020 Mac mini"
I think you just highlighted what you're really trying to do here... there are people testing Mac OS Sonoma who want to ensure the best experience possible for themselves and others who own both intel and Apple silicon Macs (I also have intel and apple silicon Macs).
Humor and banter is allowed on here.. but people like yourself who appear more concerned with other activities that you'd usually find in the playground.
Going around calling peoples perfectly functional hardware doorstops will not get you many friends in the adult world.
You do realise there are active threads on here for vintage Macs etc?? People who are proud of keeping their old Macs running etc
* Fixed an issue where center or right aligned NSTextField appears blurry. (120819010) * Fixed: Resolves an issue where pointer style does not update when browsing in Safari. (121131986)
[HEADING=2]Core ML ('https://developer.apple.com/documentation/macos-release-notes/macos-14_4-release-notes#Core-ML')[/HEADING] [HEADING=3]New Features ('https://developer.apple.com/documentation/macos-release-notes/macos-14_4-release-notes#New-Features')[/HEADING]
* ML Program models that are loaded with MLComputeUnits.cpuOnly will use a new high performance CPU backend that takes advantage of Accelerate framework’s BNNS library. (114037934)
* Fixed: When using the transfer learning algorithm option, the CreateML app and framework object detection template might fail to converge and cause poor model quality and produce more than expected false positives. (114480994)
* Fixed: Updates to macOS 14.4 starting from macOS 11.0–12.3.1 will not work. (120548971)
[HEADING=2]StoreKit ('https://developer.apple.com/documentation/macos-release-notes/macos-14_4-release-notes#StoreKit')[/HEADING] [HEADING=3]New Features ('https://developer.apple.com/documentation/macos-release-notes/macos-14_4-release-notes#New-Features')[/HEADING]
* productDescriptionHidden(_:) API can be used to configure the visibility of product descriptions in ProductView, StoreView and SubscriptionStoreView instances within a view hierarchy. When building with Xcode 15.3, the view modifier can be used even if your app is running on iOS 17.0, iPadOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, visionOS 1.0, or later. When implementing a product view style, it can support this new view modifier by checking the descriptionVisibility property on the configuration value. (110414819) (FB12261973) * You can use SubscriptionStoreView ('https://developer.apple.com/documentation/storekit/subscriptionstoreview') to present promotional offers by adding the subscriptionPromotionalOffer(offer:signature:) modifier. If you’re already using inAppPurchaseOptions(_:) ('https://developer.apple.com/documentation/swiftui/view/inapppurchaseoptions(_:)') modifier to support promotional offers for StoreKit views, you should adopt the new API instead when your app is running on iOS 17.4, iPadOS 17.4, macOS 14.4, tvOS 17.4, watchOS 10.4, visionOS 1.1 or later. Do not use both APIs to apply a promotional offer for the same view. (115358806)
* Fixed: The isEligibleForIntroOffer ('https://developer.apple.com/documentation/storekit/product/subscriptioninfo/3803203-iseligibleforintrooffer') property and isEligibleForIntroOffer(for:) ('https://developer.apple.com/documentation/storekit/product/subscriptioninfo/3791958-iseligibleforintrooffer')method now reflect ineligibility in cases where a customer would otherwise be eligible for the offer if they weren’t actively subscribed. This means a customer which is not currently eligible for an introductory offer may become eligible in the future. Customers who redeem an introductory offer for a given subscription group will continue to never be eligible for another introductory offer in that subscription group. You can detect this case this by checking if any one transaction with a matching subscriptionGroupID ('https://developer.apple.com/documentation/storekit/transaction/3749718-subscriptiongroupid') has the type ('https://developer.apple.com/documentation/storekit/transaction/offer/4307073-type') property on offer ('https://developer.apple.com/documentation/storekit/transaction/4307076-offer') set to introductory ('https://developer.apple.com/documentation/storekit/transaction/offertype/3822309-introductory'). (103604770) (FB11889732)
[HEADING=2]SwiftUI ('https://developer.apple.com/documentation/macos-release-notes/macos-14_4-release-notes#SwiftUI')[/HEADING] [HEADING=3]New Features ('https://developer.apple.com/documentation/macos-release-notes/macos-14_4-release-notes#New-Features')[/HEADING]
* Table now supports dynamic numbers of columns with the new TableColumnForEach. (79492167) (FB9189673)
* Fixed: DatePicker in macOS reset focus to the first date component when its bound date changes and timeZone is overriden in the environment. (97376561)
Is Anyone got any inside info on MacOs 15? Pretty sure it will be Apple Silicon Only.
Bored of macOS in its current form. And when I ditch Intel Macs for Apple Silicon I want to know where Apple is headed with macOS . Could be changes none of us like.
On A Windows machine you can Stay on Windows 10 or 11 if Windows 12 gets kinda scary.
Sonoma is pretty much fully baked. no new things on the horizon.
The New Windows 11 24H2 will not run now on Machines older than 10 years old. even with hacks.
And you can easily upgrade your motherboard to get the new Thunderbolt 5 and WIFI 7.
There really doesn't need to be any immediate abandonment of supporting intel Macs. Apple like Next Computer has always had its NextStep-> MacOS X -> MacOS running on multiple platforms in the lab for as long as we can remember.