User:Orangera1n/testingroom4/doc

Every page about a iOS build must contain the "Infobox iOS build" template, which provides essential information about a iOS compile.

Usage[edit | edit source]

{{{buildtag}}}
Build of iOS iOS 13
17A508 homescreen .jpg
The homescreen
ArchitectureARM64
Compiled2019-06-02
Works on
About17A508 about.jpg

The following code will result in the infobox on the right side:

{{ Infobox iOS build
 | buildnumber = 17A508
 | brand = iOS 13
 | version = iOS 13
 | image = 17A508 homescreen .jpg
 | imagecaption = The homescreen
 | arch = ARM64
 | compiled = 2019-06-02
 | devices = iPhone 7, iPhone 8
 | about = 17A508 about.jpg
}}

buildtag[edit | edit source]

Required: The whole known build number, for example 17A508 or 18A373.

brand[edit | edit source]

Required: Name of the iOS brand during the version's release, i.e. iPhoneOS or iOS.

version[edit | edit source]

Required: iOS version that this build belongs to, i.e. iPhoneOS 3.0, or iOS 14.

image[edit | edit source]

File name of a screenshot without the initial File: prefix. If not provided, a placeholder will be used instead.

imagecaption[edit | edit source]

Caption to annotate image.

arch[edit | edit source]

CPU architectures on which the build is available (leaked/released).

compiled[edit | edit source]

Date of compilation. Usually, this can be found by the uname -v or the uname -a command.

timebomb[edit | edit source]

This is the date when the timebomb activates, if any.

devices[edit | edit source]

List of devices (iPhones, iPads, iPod touches)that the build is confirmed to work in.

about[edit | edit source]

File name of a screenshot of the Settings>Genral>About page in settings File: prefix.