Skip to content
This repository was archived by the owner on Aug 25, 2022. It is now read-only.

Commit f00f89b

Browse files
committed
Wifi & Bugfixes
1 parent d586584 commit f00f89b

25 files changed

+156
-27
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>BuildMachineOSBuild</key>
6+
<string>19F101</string>
7+
<key>CFBundleDevelopmentRegion</key>
8+
<string>en</string>
9+
<key>CFBundleExecutable</key>
10+
<string>itlwm</string>
11+
<key>CFBundleIdentifier</key>
12+
<string>com.zxystd.itlwm</string>
13+
<key>CFBundleInfoDictionaryVersion</key>
14+
<string>6.0</string>
15+
<key>CFBundleName</key>
16+
<string>itlwm</string>
17+
<key>CFBundlePackageType</key>
18+
<string>KEXT</string>
19+
<key>CFBundleShortVersionString</key>
20+
<string>1.0</string>
21+
<key>CFBundleSupportedPlatforms</key>
22+
<array>
23+
<string>MacOSX</string>
24+
</array>
25+
<key>CFBundleVersion</key>
26+
<string>1</string>
27+
<key>DTCompiler</key>
28+
<string>com.apple.compilers.llvm.clang.1_0</string>
29+
<key>DTPlatformBuild</key>
30+
<string>11E608c</string>
31+
<key>DTPlatformVersion</key>
32+
<string>GM</string>
33+
<key>DTSDKBuild</key>
34+
<string>16C58</string>
35+
<key>DTSDKName</key>
36+
<string>macosx10.12</string>
37+
<key>DTXcode</key>
38+
<string>1150</string>
39+
<key>DTXcodeBuild</key>
40+
<string>11E608c</string>
41+
<key>IOKitPersonalities</key>
42+
<dict>
43+
<key>itlwm</key>
44+
<dict>
45+
<key>CFBundleIdentifier</key>
46+
<string>com.zxystd.itlwm</string>
47+
<key>IOClass</key>
48+
<string>itlwm</string>
49+
<key>IOMatchCategory</key>
50+
<string>IODefaultMatchCategory</string>
51+
<key>IOPCIPrimaryMatch</key>
52+
<string>0x00008086&amp;0x0000ffff</string>
53+
<key>IOProbeScore</key>
54+
<integer>2000</integer>
55+
<key>IOProviderClass</key>
56+
<string>IOPCIDevice</string>
57+
<key>WiFiConfig</key>
58+
<dict>
59+
<key>WiFi_1</key>
60+
<dict>
61+
<key>password</key>
62+
<string>zxyssdt112233</string>
63+
<key>ssid</key>
64+
<string>ssdt</string>
65+
</dict>
66+
<key>WiFi_2</key>
67+
<dict>
68+
<key>password</key>
69+
<string>zxyssdt112233</string>
70+
<key>ssid</key>
71+
<string>ssdt_5G</string>
72+
</dict>
73+
<key>WiFi_3</key>
74+
<dict>
75+
<key>password</key>
76+
<string></string>
77+
<key>ssid</key>
78+
<string>Redmi</string>
79+
</dict>
80+
<key>WiFi_4</key>
81+
<dict>
82+
<key>password</key>
83+
<string>9utc5c5f</string>
84+
<key>ssid</key>
85+
<string>CMCC-KtG6</string>
86+
</dict>
87+
</dict>
88+
</dict>
89+
</dict>
90+
<key>LSMinimumSystemVersion</key>
91+
<string>10.12</string>
92+
<key>NSHumanReadableCopyright</key>
93+
<string>Copyright © 2020 钟先耀. All rights reserved.</string>
94+
<key>OSBundleLibraries</key>
95+
<dict>
96+
<key>com.apple.iokit.IONetworkingFamily</key>
97+
<string>3.2</string>
98+
<key>com.apple.iokit.IOPCIFamily</key>
99+
<string>2.9</string>
100+
<key>com.apple.kpi.bsd</key>
101+
<string>16.7</string>
102+
<key>com.apple.kpi.iokit</key>
103+
<string>16.7</string>
104+
<key>com.apple.kpi.libkern</key>
105+
<string>16.7</string>
106+
<key>com.apple.kpi.mach</key>
107+
<string>16.7</string>
108+
</dict>
109+
<key>OSBundleRequired</key>
110+
<string>Network-Root</string>
111+
</dict>
112+
</plist>
15.3 MB
Binary file not shown.

OC/Resources/Font/Font.bin

-4.51 KB
Binary file not shown.

OC/Resources/Font/Font.png

-3.22 KB
Binary file not shown.

OC/Resources/Font/Font_1x.bin

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)