Email or username:

Password:

Forgot your password?
1 post total
Alexandre Colucci

As with previous iOS versions, let's analyze the built-in apps of iOS 18 to answer a few questions:

📈 How many binaries are in iOS 18?
🛠 Which programming languages are used to develop these apps?
🧐 How many apps are written with Swift?
🤓 What is the percentage of apps using SwiftUI versus UIKit?
🔒 Is the Secure Enclave using Swift?

👉 blog.timac.org/2024/1208-state

As with previous iOS versions, let's analyze the built-in apps of iOS 18 to answer a few questions:

📈 How many binaries are in iOS 18?
🛠 Which programming languages are used to develop these apps?
🧐 How many apps are written with Swift?
🤓 What is the percentage of apps using SwiftUI versus UIKit?
🔒 Is the Secure Enclave using Swift?

Justin Ferrell

@timac C++ being used more than SwiftUI seems wild but it totally makes sense for performance critical stuff.

Kuba Mracek

@timac How are you detecting Swift in the Secure Enclave binaries? Those are nowadays using Embedded Swift, and there might not be the traditional "obvious" signs of Swift in those Mach-O binaries.

Go Up