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

Commit 7241af0

Browse files
ThinkPadThinkPad
authored andcommitted
Merge HoRNDIS from testing
1 parent 68ec789 commit 7241af0

File tree

6 files changed

+465
-404
lines changed

6 files changed

+465
-404
lines changed
Lines changed: 124 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,124 @@
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>16G1212</string>
7+
<key>CFBundleDevelopmentRegion</key>
8+
<string>English</string>
9+
<key>CFBundleExecutable</key>
10+
<string>HoRNDIS</string>
11+
<key>CFBundleGetInfoString</key>
12+
<string>Android/RNDIS tethering driver</string>
13+
<key>CFBundleIdentifier</key>
14+
<string>com.joshuawise.kexts.HoRNDIS</string>
15+
<key>CFBundleInfoDictionaryVersion</key>
16+
<string>6.0</string>
17+
<key>CFBundleName</key>
18+
<string>HoRNDIS</string>
19+
<key>CFBundlePackageType</key>
20+
<string>KEXT</string>
21+
<key>CFBundleSignature</key>
22+
<string>????</string>
23+
<key>CFBundleSupportedPlatforms</key>
24+
<array>
25+
<string>MacOSX</string>
26+
</array>
27+
<key>CFBundleVersion</key>
28+
<string>9.2</string>
29+
<key>DTCompiler</key>
30+
<string>com.apple.compilers.llvm.clang.1_0</string>
31+
<key>DTPlatformBuild</key>
32+
<string>7D1014</string>
33+
<key>DTPlatformVersion</key>
34+
<string>GM</string>
35+
<key>DTSDKBuild</key>
36+
<string>15E60</string>
37+
<key>DTSDKName</key>
38+
<string>macosx10.11</string>
39+
<key>DTXcode</key>
40+
<string>0731</string>
41+
<key>DTXcodeBuild</key>
42+
<string>7D1014</string>
43+
<key>IOKitPersonalities</key>
44+
<dict>
45+
<key>RNDISControlLinuxGadget</key>
46+
<dict>
47+
<key>CFBundleIdentifier</key>
48+
<string>com.joshuawise.kexts.HoRNDIS</string>
49+
<key>IOClass</key>
50+
<string>HoRNDIS</string>
51+
<key>IOProviderClass</key>
52+
<string>IOUSBHostInterface</string>
53+
<key>bInterfaceClass</key>
54+
<integer>2</integer>
55+
<key>bInterfaceProtocol</key>
56+
<integer>255</integer>
57+
<key>bInterfaceSubClass</key>
58+
<integer>2</integer>
59+
</dict>
60+
<key>RNDISControlMiscDeviceRoE</key>
61+
<dict>
62+
<key>CFBundleIdentifier</key>
63+
<string>com.joshuawise.kexts.HoRNDIS</string>
64+
<key>IOClass</key>
65+
<string>HoRNDIS</string>
66+
<key>IOProviderClass</key>
67+
<string>IOUSBHostInterface</string>
68+
<key>bInterfaceClass</key>
69+
<integer>239</integer>
70+
<key>bInterfaceProtocol</key>
71+
<integer>1</integer>
72+
<key>bInterfaceSubClass</key>
73+
<integer>4</integer>
74+
</dict>
75+
<key>RNDISControlStockAndroid</key>
76+
<dict>
77+
<key>CFBundleIdentifier</key>
78+
<string>com.joshuawise.kexts.HoRNDIS</string>
79+
<key>IOClass</key>
80+
<string>HoRNDIS</string>
81+
<key>IOProviderClass</key>
82+
<string>IOUSBHostInterface</string>
83+
<key>bInterfaceClass</key>
84+
<integer>224</integer>
85+
<key>bInterfaceProtocol</key>
86+
<integer>3</integer>
87+
<key>bInterfaceSubClass</key>
88+
<integer>1</integer>
89+
</dict>
90+
<key>WirelessControllerDevice</key>
91+
<dict>
92+
<key>CFBundleIdentifier</key>
93+
<string>com.joshuawise.kexts.HoRNDIS</string>
94+
<key>IOClass</key>
95+
<string>HoRNDIS</string>
96+
<key>IOProviderClass</key>
97+
<string>IOUSBHostDevice</string>
98+
<key>bDeviceClass</key>
99+
<integer>224</integer>
100+
<key>bDeviceProtocol</key>
101+
<integer>0</integer>
102+
<key>bDeviceSubClass</key>
103+
<integer>0</integer>
104+
</dict>
105+
</dict>
106+
<key>OSBundleLibraries</key>
107+
<dict>
108+
<key>com.apple.iokit.IONetworkingFamily</key>
109+
<string>3.2</string>
110+
<key>com.apple.iokit.IOUSBHostFamily</key>
111+
<string>1.0.1</string>
112+
<key>com.apple.kpi.bsd</key>
113+
<string>15.0</string>
114+
<key>com.apple.kpi.iokit</key>
115+
<string>15.0</string>
116+
<key>com.apple.kpi.libkern</key>
117+
<string>15.0</string>
118+
<key>com.apple.kpi.mach</key>
119+
<string>15.0</string>
120+
<key>com.apple.kpi.unsupported</key>
121+
<string>15.0</string>
122+
</dict>
123+
</dict>
124+
</plist>
85 KB
Binary file not shown.
Binary file not shown.
Lines changed: 139 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,139 @@
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>files</key>
6+
<dict>
7+
<key>Resources/en.lproj/InfoPlist.strings</key>
8+
<dict>
9+
<key>hash</key>
10+
<data>
11+
MiLKDDnrUKr4EmuvhS5VQwxHGK8=
12+
</data>
13+
<key>optional</key>
14+
<true/>
15+
</dict>
16+
</dict>
17+
<key>files2</key>
18+
<dict>
19+
<key>Resources/en.lproj/InfoPlist.strings</key>
20+
<dict>
21+
<key>hash</key>
22+
<data>
23+
MiLKDDnrUKr4EmuvhS5VQwxHGK8=
24+
</data>
25+
<key>hash2</key>
26+
<data>
27+
Oc8u4Ht7Mz58F50L9NeYpbcq9qTlhPUeZCcDu/pPyCg=
28+
</data>
29+
<key>optional</key>
30+
<true/>
31+
</dict>
32+
</dict>
33+
<key>rules</key>
34+
<dict>
35+
<key>^Resources/</key>
36+
<true/>
37+
<key>^Resources/.*\.lproj/</key>
38+
<dict>
39+
<key>optional</key>
40+
<true/>
41+
<key>weight</key>
42+
<real>1000</real>
43+
</dict>
44+
<key>^Resources/.*\.lproj/locversion.plist$</key>
45+
<dict>
46+
<key>omit</key>
47+
<true/>
48+
<key>weight</key>
49+
<real>1100</real>
50+
</dict>
51+
<key>^Resources/Base\.lproj/</key>
52+
<dict>
53+
<key>weight</key>
54+
<real>1010</real>
55+
</dict>
56+
<key>^version.plist$</key>
57+
<true/>
58+
</dict>
59+
<key>rules2</key>
60+
<dict>
61+
<key>.*\.dSYM($|/)</key>
62+
<dict>
63+
<key>weight</key>
64+
<real>11</real>
65+
</dict>
66+
<key>^(.*/)?\.DS_Store$</key>
67+
<dict>
68+
<key>omit</key>
69+
<true/>
70+
<key>weight</key>
71+
<real>2000</real>
72+
</dict>
73+
<key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
74+
<dict>
75+
<key>nested</key>
76+
<true/>
77+
<key>weight</key>
78+
<real>10</real>
79+
</dict>
80+
<key>^.*</key>
81+
<true/>
82+
<key>^Info\.plist$</key>
83+
<dict>
84+
<key>omit</key>
85+
<true/>
86+
<key>weight</key>
87+
<real>20</real>
88+
</dict>
89+
<key>^PkgInfo$</key>
90+
<dict>
91+
<key>omit</key>
92+
<true/>
93+
<key>weight</key>
94+
<real>20</real>
95+
</dict>
96+
<key>^Resources/</key>
97+
<dict>
98+
<key>weight</key>
99+
<real>20</real>
100+
</dict>
101+
<key>^Resources/.*\.lproj/</key>
102+
<dict>
103+
<key>optional</key>
104+
<true/>
105+
<key>weight</key>
106+
<real>1000</real>
107+
</dict>
108+
<key>^Resources/.*\.lproj/locversion.plist$</key>
109+
<dict>
110+
<key>omit</key>
111+
<true/>
112+
<key>weight</key>
113+
<real>1100</real>
114+
</dict>
115+
<key>^Resources/Base\.lproj/</key>
116+
<dict>
117+
<key>weight</key>
118+
<real>1010</real>
119+
</dict>
120+
<key>^[^/]+$</key>
121+
<dict>
122+
<key>nested</key>
123+
<true/>
124+
<key>weight</key>
125+
<real>10</real>
126+
</dict>
127+
<key>^embedded\.provisionprofile$</key>
128+
<dict>
129+
<key>weight</key>
130+
<real>20</real>
131+
</dict>
132+
<key>^version\.plist$</key>
133+
<dict>
134+
<key>weight</key>
135+
<real>20</real>
136+
</dict>
137+
</dict>
138+
</dict>
139+
</plist>

0 commit comments

Comments
 (0)