apple-data 1.0.597 → 1.0.598

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 03ee57329f72b5c71aaa789727ebfef9632a79ffc01a5a362f250390e170e649
4
- data.tar.gz: 4725364d8c75aa95433bca4d5762955c57bfb82dd454801d9628c7c98992e043
3
+ metadata.gz: cc5dc7708608798a34577ef0ef2b84d5767082a4fa8a9c3dc68f42993852ad21
4
+ data.tar.gz: 21c8ffb965f5d35d0461aa9ba9f02e0a9226b6574fe04cf29c07615685ad68aa
5
5
  SHA512:
6
- metadata.gz: 6d1c73dd40ac7a86130334a58b5616b6ca45f338fab8b305ec8d1837049d0320d42de0ec4e9d219ad8e18c24dc2b56ba74dda21574d13071c63cdbaf05b81cca
7
- data.tar.gz: 618d77cb43a7f50d2778926b14791dfd71e90edb760fe31feaaa1fad70e57601b1a1742de1c5f6cc02960c643d2044cb8390e9afccf4cf4c7c72347fd24ab2ce
6
+ metadata.gz: bbc2f08ed9cab9edb90c80713a8b989e5756a5086cd6ce32bddc567dc500266855bb46f6757782ddb2591562e9dbf439bb84e84503d7b5f7214b429caa45fb1c
7
+ data.tar.gz: 52794025a114534b9eba6c41f9d10e03e1a8061d639525b4186acf3c0aa2b0f25f85f0f9e2d2f6499b99f03c1d8b57b5d4215cce5294e1685b2c1e1853e986e4
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AppleData
4
- VERSION = '1.0.597'
4
+ VERSION = '1.0.598'
5
5
  end
data/share/iboot.yaml CHANGED
@@ -31,6 +31,38 @@ commands:
31
31
  upgrade:
32
32
  recover:
33
33
  recover-once:
34
+ environment_vars:
35
+ boot-args:
36
+ description: the boot args passed to the kernel
37
+ debug-uarts:
38
+ description: a bitfield of which UART lines to enable (such as AP, baseband etc)
39
+ filesize:
40
+ pw-path:
41
+ auto-boot:
42
+ description: boolean if the device should wait or proceed to boot (usually true)
43
+ backlight-level:
44
+ boot-command:
45
+ description: the command to run if auto-boot is true (usually fsboot on idevices)
46
+ com.apple.System.boot-nonce:
47
+ device-material:
48
+ display-rotation:
49
+ description: Primary use is for iPad to allow the boot logo to show correct for the way the device is held
50
+ display-vsh-comp:
51
+ idle-off:
52
+ is-tethered:
53
+ description: if the device is connected via USB to a host (such as restore etc)
54
+ darkboot:
55
+ description: (maybe) if the device should power on and not turn on the display (seems like a huge security isseue)
56
+ ota-breadcrumbs:
57
+ boot-breadcrumbs:
58
+ recovery-breadcrumbs:
59
+ description: a series of logged events along the boot path when starting up recovery
60
+ com.apple.System.tz0-size:
61
+ description: the size of the AP's trustzone
62
+ com.apple.System.rtc-offset:
63
+ pwr-path:
64
+ upgrade-retry:
65
+ preserve-debuggability:
34
66
  obfuscated_hashes:
35
67
  0x05B0E165A161BD9: arch/arm64/cpu.c
36
68
  0x0A1D0368C9207C1: drivers/usb/usb_controller.c
@@ -121,36 +153,4 @@ obfuscated_hashes:
121
153
  0xF44C5811D66EAF6: lib/huffman/huffman.c
122
154
  0xFA351F01526260A: lib/mib/mib.c
123
155
  0xFCE311CF62F0C0E: target/iphone11/init.c
124
- environment_vars:
125
- auto-boot:
126
- boot-args:
127
- description: the boot args passed to the kernel
128
- debug-uarts:
129
- description: a bitfield of which UART lines to enable (such as AP, baseband etc)
130
- filesize:
131
- pw-path:
132
- auto-boot:
133
- description: boolean if the device should wait or proceed to boot (usually true)
134
- backlight-level:
135
- boot-command:
136
- description: the command to run if auto-boot is true (usually fsboot on idevices)
137
- com.apple.System.boot-nonce:
138
- device-material:
139
- display-rotation:
140
- description: Primary use is for iPad to allow the boot logo to show correct for the way the device is held
141
- display-vsh-comp:
142
- idle-off:
143
- is-tethered:
144
- description: if the device is connected via USB to a host (such as restore etc)
145
- darkboot:
146
- description: (maybe) if the device should power on and not turn on the display (seems like a huge security isseue)
147
- ota-breadcrumbs:
148
- boot-breadcrumbs:
149
- recovery-breadcrumbs:
150
- description: a series of logged events along the boot path when starting up recovery
151
- com.apple.System.tz0-size:
152
- description: the size of the AP's trustzone
153
- com.apple.System.rtc-offset:
154
- pwr-path:
155
- upgrade-retry:
156
- preserve-debuggability:
156
+
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apple-data
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.597
4
+ version: 1.0.598
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rick Mark