skloc 0.1.3 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/skloc.rb +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2e79dedd9e8637a3a958ee0c0fbe39a9e4b4a13d6d3c44ae815cabee29e7d952
|
|
4
|
+
data.tar.gz: ca6b4fa94fc582c11469def3092a899148da6e881fd3dbf785b536f40fb80efa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 25fac2ab6ce5586a9d9bbfb562eb9c14a2844e704f960d14e79cf770aaf0f8913a5751fd880d95ca8c6f67d565f252e5f6c588ace34847fa1893fff181e2ba6c
|
|
7
|
+
data.tar.gz: 593ec280f95d6ce083f2a90bf75a3694d54083753efbb89fe397d7e65e9f9301b27dab2e037eb2c9a372fe9daa1e6648fd1acdc6853fa2e5a00af2bb47d64a10
|
data/lib/skloc.rb
CHANGED
|
@@ -27,7 +27,7 @@ module SKLoc
|
|
|
27
27
|
configObj['Misc']['Debug']['ApplePanic'] = true
|
|
28
28
|
configObj['Misc']['Debug']['Target'] = 67
|
|
29
29
|
configObj['Misc']['Security']['AllowNvramReset'] = true
|
|
30
|
-
configObj['NVRAM']['Add']['7C436110-AB2A-4BBB-A880-FE41995C9F82']['boot-args'] = '-v dart=0 debug=0x100 ncpi=
|
|
30
|
+
configObj['NVRAM']['Add']['7C436110-AB2A-4BBB-A880-FE41995C9F82']['boot-args'] = '-v dart=0 debug=0x100 ncpi=0x2000 keepsyms=1 -no_compat_check -wegnoegpu'
|
|
31
31
|
end
|
|
32
32
|
self.addDataToPlist(configObj)
|
|
33
33
|
end
|
|
@@ -35,8 +35,8 @@ module SKLoc
|
|
|
35
35
|
configObj['Kernel']['Emulate']['Cpuid1Data'] = self.wData('')
|
|
36
36
|
configObj['Kernel']['Emulate']['Cpuid1Mask'] = self.wData('')
|
|
37
37
|
configObj['NVRAM']['Add']['4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14']['DefaultBackgroundColor'] = self.wData('AAAAAA==')
|
|
38
|
-
configObj['NVRAM']['Add']['4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14']['UIScale'] = self.wData('
|
|
39
|
-
configObj['NVRAM']['Add']['7C436110-AB2A-4BBB-A880-FE41995C9F82']['SystemAudioVolume'] = self.wData('
|
|
38
|
+
configObj['NVRAM']['Add']['4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14']['UIScale'] = self.wData('AQ==')
|
|
39
|
+
configObj['NVRAM']['Add']['7C436110-AB2A-4BBB-A880-FE41995C9F82']['SystemAudioVolume'] = self.wData('Rg==')
|
|
40
40
|
configObj['NVRAM']['Add']['7C436110-AB2A-4BBB-A880-FE41995C9F82']['csr-active-config'] = self.wData('/wcAAA==')
|
|
41
41
|
configObj['NVRAM']['Add']['7C436110-AB2A-4BBB-A880-FE41995C9F82']['prev-lang:kbd'] = self.wData('emgtSGFuczoyNTI=')
|
|
42
42
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: skloc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sirius2
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-03-
|
|
11
|
+
date: 2021-03-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: yaml_extend
|
|
@@ -52,7 +52,7 @@ dependencies:
|
|
|
52
52
|
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: 0.0.2
|
|
55
|
-
description: OpenCore config.plist Generator for SkyLake (
|
|
55
|
+
description: OpenCore config.plist Generator for SkyLake (Current, Laptop)
|
|
56
56
|
email: xjy37.me@outlook.com
|
|
57
57
|
executables: []
|
|
58
58
|
extensions: []
|