-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathNullEthernetForce-Info.plist
52 lines (52 loc) · 1.61 KB
/
NullEthernetForce-Info.plist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Source Code</key>
<string>https://github.com/RehabMan/OS-X-NullEthernet</string>
<key>CFBundleGetInfoString</key>
<string>$MODULE_VERSION, Copyright © 2014 RehabMan. All rights reserved.</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleIdentifier</key>
<string>${MODULE_NAME}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>$MODULE_VERSION</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>$MODULE_VERSION</string>
<key>IOKitPersonalities</key>
<dict>
<key>NullEthernetForce</key>
<dict>
<key>CFBundleIdentifier</key>
<string>org.rehabman.driver.NullEthernet</string>
<key>IOClass</key>
<string>org_rehabman_NullEthernet</string>
<key>IOProviderClass</key>
<string>AppleACPIPlatformExpert</string>
<key>IOMatchCategory</key>
<string>org_rehabman_NullEthernet</string>
<key>MAC-address</key>
<data>EjRWeKvN</data>
<key>Vendor</key>
<string>RehabMan</string>
<key>Model</key>
<string>NullEthernet</string>
<key>built-in</key>
<data>AA==</data>
</dict>
</dict>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2014 RehabMan. All rights reserved.</string>
<key>OSBundleRequired</key>
<string>Network-Root</string>
</dict>
</plist>