Difference between revisions of "Codenames"

From The iPhone Wiki
Jump to: navigation, search
(add tincan - how did I forget this one...)
(Add a bunch of iCloud Keychain related codenames. I'm still quite clueless (what's the difference btwn engram vs manatee, SOS vs CKKS, etc))
Line 9: Line 9:
 
; Burrito : Bedtime (unsure of boundary with Eucalyptus)
 
; Burrito : Bedtime (unsure of boundary with Eucalyptus)
 
; Cinnamon : Apple Watch electrocardiogram
 
; Cinnamon : Apple Watch electrocardiogram
  +
; CKKS: CloudKit keychain syncing
 
; Durian : AirTags (seen eg. in the firmware update)
 
; Durian : AirTags (seen eg. in the firmware update)
 
; Ensemble : Universal Control (macOS 12/iOS 15)
 
; Ensemble : Universal Control (macOS 12/iOS 15)
Line 27: Line 28:
 
; Scandium : Apple Watch blood oxygen saturation measurement
 
; Scandium : Apple Watch blood oxygen saturation measurement
 
; Search Party : Find My network (SP prefix in frameworks etc)
 
; Search Party : Find My network (SP prefix in frameworks etc)
  +
; SOS : Secure Object Sync, related to iCloud Keychain, appears in Security.framework (open source!)
 
; Stark : CarPlay
 
; Stark : CarPlay
 
; [[Stockholm]] : Apple Pay / [[Secure Element]] (handles NFC as well)
 
; [[Stockholm]] : Apple Pay / [[Secure Element]] (handles NFC as well)
Line 46: Line 48:
 
; Absinthe: FairPlay-related
 
; Absinthe: FairPlay-related
 
; Avocado: Seen in SpringBoard code <code>os_feature_enabled_impl("SpringBoard", "Avocado")</code>
 
; Avocado: Seen in SpringBoard code <code>os_feature_enabled_impl("SpringBoard", "Avocado")</code>
  +
; Engram: iCloud Keychain related, a CloudKit zone? Appears in Security.framework (open source)
 
; Futhark: Private framework since iOS 9 (text detection?)
 
; Futhark: Private framework since iOS 9 (text detection?)
 
; Hawkeye: Some FindMy-enabled product, probably means [https://developer.apple.com/find-my/ third-party devices]. <br>(mentioned in FMIPCore, SiriFindMy and SPShared frameworks, locationd and searchpartyd daemons).
 
; Hawkeye: Some FindMy-enabled product, probably means [https://developer.apple.com/find-my/ third-party devices]. <br>(mentioned in FMIPCore, SiriFindMy and SPShared frameworks, locationd and searchpartyd daemons).
 
; Madia: Unknown
 
; Madia: Unknown
  +
; Manatee: iCloud Keychain related, a CloudKit zone? Appears in Security.framework (open source)
 
; Mescal: FairPlay-related
 
; Mescal: FairPlay-related
 
; Morphun: Private framework, there's also a MorphunData asset in mesu.
 
; Morphun: Private framework, there's also a MorphunData asset in mesu.
 
; Neutrino: Private frameworks since iOS 11 (NeutrinoCore and NeutrinoKit).
 
; Neutrino: Private frameworks since iOS 11 (NeutrinoCore and NeutrinoKit).
 
; Nitrogen: Unknown
 
; Nitrogen: Unknown
  +
; Octagon: Related to iCloud Keychain (Piggyback v2?)
 
; Orion: MCU of some kind
 
; Orion: MCU of some kind
 
; Osprey: Private framework iOS 13, related to Siri, uses Absinthe
 
; Osprey: Private framework iOS 13, related to Siri, uses Absinthe
 
; Pegasus: Private framework since iOS 9 (not related to NSO's exploit tool).
 
; Pegasus: Private framework since iOS 9 (not related to NSO's exploit tool).
 
; Peppy: Unknown
 
; Peppy: Unknown
  +
; Piggyback: Some protocol related to Secure Object Sync / Keychain.
 
; Proud Lock: Mentioned on SpringBoard code, possibly FaceID unlock?
 
; Proud Lock: Mentioned on SpringBoard code, possibly FaceID unlock?
 
; Silex: Private framework since iOS 11.
 
; Silex: Private framework since iOS 11.

Revision as of 21:38, 4 December 2021

For firmware version codenames (BuildTrains), see Firmware Codenames.


This page lists several code names of Apple features.

ACE 
The USB-C port controller on the Mac
Akashi 
Cellular data on Apple Watch
Broadway 
Apple Card
Brook
Handwashing detection (BrookServices and BrookDataCollection private frameworks since iOS 14).
Burrito 
Bedtime (unsure of boundary with Eucalyptus)
Cinnamon 
Apple Watch electrocardiogram
CKKS
CloudKit keychain syncing
Durian 
AirTags (seen eg. in the firmware update)
Ensemble 
Universal Control (macOS 12/iOS 15)
Eucalyptus 
Sleep tracking (unsure of boundary with Burrito)
Green Tea 
Chinese region customizations
Haywire 
Lightning video adapters (eg. Lightning to HDMI)
HiFive 
Chip present in Lightning cable connectors to negotiate the Lightning protocol.
Hydra 
Multiplexing chip in iDevices since iPhone X to deal with the Lightning protocol.
Lisa 
Digital Crown on the Apple Watch.
Newton 
Apple Watch fall detection
Madrid 
iMessage[1]
Maverick 
Update protocol from AP to Baseband chip
Medusa 
iPad Split Screen (probably Slide Over etc. too), not to be confused with the T1 EFI device (http://www.cmizapper.com/products/medusa-3.html)
Mesa 
TouchID on iDevices
Rose 
U1 / Ultra Wide Band chip
Sanddollar 
TouchID on the T1/T2 MacBook
Savage 
Baseband related (references wireless, ICCID (therefore eSIM?), MEID, etc), related to Yonkers
Scandium 
Apple Watch blood oxygen saturation measurement
Search Party 
Find My network (SP prefix in frameworks etc)
SOS 
Secure Object Sync, related to iCloud Keychain, appears in Security.framework (open source!)
Stark 
CarPlay
Stockholm 
Apple Pay / Secure Element (handles NFC as well)
Skywagon 
Xcode Cloud
Tincan 
Walkie-Talkie
Tinker 
Apple Watch Family Setup
Tristar 
Multiplexing chip in iDevices that deals with the Lightning protocol.
Tritium 
Apple Watch always-on screen (series 5 and later)
Vinyl 
The eSIM or eUICC
Wormhole 
AirDrop[2]
Yonkers 
Baseband / Wireless related (relates to Savage)
Zeus 
Hermès variants of products (like Apple Watch and AirTag)

Unknown names

Codenames seen somewhere, but for which we don't know the meaning or it's not certain, and needs more investigation.

Absinthe
FairPlay-related
Avocado
Seen in SpringBoard code os_feature_enabled_impl("SpringBoard", "Avocado")
Engram
iCloud Keychain related, a CloudKit zone? Appears in Security.framework (open source)
Futhark
Private framework since iOS 9 (text detection?)
Hawkeye
Some FindMy-enabled product, probably means third-party devices.
(mentioned in FMIPCore, SiriFindMy and SPShared frameworks, locationd and searchpartyd daemons).
Madia
Unknown
Manatee
iCloud Keychain related, a CloudKit zone? Appears in Security.framework (open source)
Mescal
FairPlay-related
Morphun
Private framework, there's also a MorphunData asset in mesu.
Neutrino
Private frameworks since iOS 11 (NeutrinoCore and NeutrinoKit).
Nitrogen
Unknown
Octagon
Related to iCloud Keychain (Piggyback v2?)
Orion
MCU of some kind
Osprey
Private framework iOS 13, related to Siri, uses Absinthe
Pegasus
Private framework since iOS 9 (not related to NSO's exploit tool).
Peppy
Unknown
Piggyback
Some protocol related to Secure Object Sync / Keychain.
Proud Lock
Mentioned on SpringBoard code, possibly FaceID unlock?
Silex
Private framework since iOS 11.
Vapor
Seen in SpringBoard code os_feature_enabled_impl("NotificationCenter", "Vapor")
Veridian
Viceroy
Seen in multiple frameworks, FaceTime-related.
Xavier
Private frameworks since iOS 14 (XavierCore/XavierNews).

CPU cores

Since the A6, Apple SoCs have Apple-designed CPU cores. This table lists their names.

SoC Performance core Low-power core
A6 Swift N/A
A7 Cyclone N/A
A8 Typhoon N/A
A9 Twister N/A
A10 Hurricane Zephyr
A11 Monsoon Mistral
A12 Vortex Tempest
A13 Lightning Thunder
A14/M1 Firestorm Icestorm
A15[3] Avalanche Blizzard

References / notes

  1. ^ "Madrid" and com.apple.madrid appear in iMessage code, data files, and protocol
  2. ^ sharingd used to have classes like SDWormholeConnection
  3. ^ https://twitter.com/never_released/status/1431406418322657280