apple-data 1.0.610 → 1.0.612

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: b50f285b4e01c3feea7cc2763892259f92b6c705f673fa38f73483a1ba5d8ec0
4
- data.tar.gz: ce002badda7eaadeefe1df581010847eab27370d5704aa60032a346ac2197d4a
3
+ metadata.gz: 7dfd29f2167534f38d5310f3bd0d7387a0a2e3855acab594cbfe3493dab86776
4
+ data.tar.gz: 0dc8fa03cd752d4e5a8a17d99142ecbeb4470c1dd7078879f80609f9fe31a66e
5
5
  SHA512:
6
- metadata.gz: 19444bd957670f9888505d2117a413e8e6ac440df1c07fcc4916baaed659a74b2363d168fde11904a86338267d672472465f1e7b64cec81f3185855c39fec5ef
7
- data.tar.gz: 1ea01950b14399a3c0d462c03de404d8feeff437e60621e307d9162a6a14c9c52fcf5ccb8f66efce64bcba4b4c3a7221208b596a9da165221e4f739b69ee7852
6
+ metadata.gz: 8592a9ef5c53e7f13d97e6cc5b5ed908aab6de2e7b8fcdfcde6d0fcda62edc086b6fcd68ff90a534d2b959fec8f958bcd1c0c156c9b8ac93df3910e00dfff798
7
+ data.tar.gz: e301827335277778c233bd6c3f79a2bd68d8a942eb23defda1e6e7ea29e8d5d3de33f3b98ae41e9f66c788776eb451094495e4e32f6d048bf9528fe2abe08346
data/README.md CHANGED
@@ -24,4 +24,4 @@ require 'apple_data'
24
24
  * [Hack Different - Community](https://hackdifferent.com)
25
25
  * [Hack Different - Discord](https://hackdifferent.com/discord)
26
26
 
27
- Package and repo created and maintained as a labor of love by [`rickmark`](https://github.com/rickmark)
27
+ Package and repo created and maintained as a labor of love by [`rickmark`](https://github.com/rickmark)
@@ -48,9 +48,7 @@ module AppleData
48
48
  end
49
49
 
50
50
  def sort!
51
- @collections.each do |_, c|
52
- c.sort
53
- end
51
+ @collections.each_value(&:sort)
54
52
  end
55
53
 
56
54
  def auto_sort?
@@ -71,7 +69,7 @@ module AppleData
71
69
  @data['metadata'] ||= {}
72
70
  @data['metadata'].reverse_merge!({ 'description' => nil, 'credits' => [] })
73
71
  (@data['metadata']['collections'] || []).each do |name|
74
- self.collection(name)
72
+ collection(name)
75
73
  end
76
74
  end
77
75
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AppleData
4
- VERSION = '1.0.610'
4
+ VERSION = '1.0.612'
5
5
  end
@@ -5309,6 +5309,16 @@ entitlements:
5309
5309
  description:
5310
5310
  types:
5311
5311
  - boolean
5312
+ com.apple.private.driverkit.allows-publish:
5313
+ description: 'Entitlement allows a DK driver to publish services to other dexts,
5314
+ using the standard IOKit registerService() or DriverKit RegisterService() api.
5315
+ Those client dexts must have an entitlement specified by the kIODriverKitPublishEntitlementsKey
5316
+ property in the IOService being published, and subscribed in the client dext
5317
+ with IOServiceNotificationDispatchSource.
5318
+
5319
+ '
5320
+ checks:
5321
+ - kernel
5312
5322
  com.apple.private.dt.automationmode.writer-client:
5313
5323
  description:
5314
5324
  types:
@@ -5905,7 +5915,7 @@ entitlements:
5905
5915
  types:
5906
5916
  - boolean
5907
5917
  com.apple.private.img4.nonce.trust-cache:
5908
- description:
5918
+ description: Provides access to the AppleImage4 IOKit Services
5909
5919
  types:
5910
5920
  - boolean
5911
5921
  com.apple.private.in-app-payments:
@@ -5994,10 +6004,19 @@ entitlements:
5994
6004
  description:
5995
6005
  types:
5996
6006
  - boolean
6007
+ com.apple.private.iokit.system-nvram-hidden-allow:
6008
+ description: Internal only key to give access to hidden system region variables
6009
+ checks:
6010
+ - kernel
5997
6011
  com.apple.private.iokit.system-nvram-internal-allow:
5998
- description:
6012
+ description: Internal only key to give access to system region on internal builds
5999
6013
  types:
6000
6014
  - boolean
6015
+ checks:
6016
+ - kernel
6017
+ com.apple.private.iokit.systemstate:
6018
+ checks:
6019
+ - kernel
6001
6020
  com.apple.private.iopol.case_sensitivity:
6002
6021
  description:
6003
6022
  types:
@@ -6981,7 +7000,7 @@ entitlements:
6981
7000
  types:
6982
7001
  - boolean
6983
7002
  com.apple.private.security.AppleImage4.user-client:
6984
- description:
7003
+ description: Used to authorize user space applications to access the
6985
7004
  types:
6986
7005
  - boolean
6987
7006
  com.apple.private.security.bootpolicy:
@@ -7354,6 +7373,9 @@ entitlements:
7354
7373
  description:
7355
7374
  types:
7356
7375
  - boolean
7376
+ com.apple.private.security.waitquiet-panics:
7377
+ checks:
7378
+ - kernel
7357
7379
  com.apple.private.securityuploadd:
7358
7380
  description:
7359
7381
  types:
data/share/iboot.yaml CHANGED
@@ -21,9 +21,12 @@ commands:
21
21
  alamo:
22
22
  bgcolor:
23
23
  bootx:
24
- clearenvp: Clear environment - persistent
24
+ clearenvp:
25
+ description: Clear Environment - Persistent
25
26
  devicetree:
27
+ description: Sends the DeviceTree for the XNU Kernel
26
28
  diags:
29
+ enter-tdm-mode:
27
30
  firmware:
28
31
  fsboot:
29
32
  description: Perform a "normal" boot from the disk
@@ -31,12 +34,17 @@ commands:
31
34
  description: gets an environment variable
32
35
  go:
33
36
  secure_disabled: true
37
+ lpolrestore:
38
+ description: Restores Local Policy to Known Good State
34
39
  memboot:
35
40
  nvme_firmware0:
36
41
  ramdisk:
42
+ description: Sends the Restore or Upgrade disk image for `rd=md0`
37
43
  reboot:
38
44
  recover:
39
45
  recover-once:
46
+ recover-system:
47
+ description: Boot to System Firmware Recovery
40
48
  reset:
41
49
  rsepfirmware:
42
50
  rtos:
@@ -53,14 +61,17 @@ environment_vars:
53
61
  description: boolean if the device should wait or proceed to boot (usually true)
54
62
  backlight-level:
55
63
  boot-args:
56
- description: the boot args passed to the kernel
64
+ description: The boot args passed to the XNU Kernel (subject to filtering with
65
+ `sip3`)
57
66
  boot-breadcrumbs:
58
67
  boot-command:
59
- description: the command to run if auto-boot is true (usually fsboot on idevices)
68
+ description: the command to run if auto-boot is true (usually `fsboot` on iDevices)
60
69
  com.apple.System.boot-nonce:
61
70
  com.apple.System.rtc-offset:
62
71
  com.apple.System.tz0-size:
63
- description: the size of the AP's trustzone
72
+ description: The size of the SEP TrustZone
73
+ com.apple.System.tz1-size:
74
+ description: The size of the CPU TrustZone
64
75
  darkboot:
65
76
  description: "(maybe) if the device should power on and not turn on the display
66
77
  (seems like a huge security isseue)"