1
0

Updated itlwm.

This commit is contained in:
Markus Birth 2020-08-23 14:50:13 +02:00
parent 8f859e3243
commit 9937bc5aea
Signed by: mbirth
GPG Key ID: A9928D7A098C3A9A
2 changed files with 8 additions and 6 deletions

View File

@ -17,13 +17,13 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>KEXT</string> <string>KEXT</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>1.0</string> <string>1.0.0</string>
<key>CFBundleSupportedPlatforms</key> <key>CFBundleSupportedPlatforms</key>
<array> <array>
<string>MacOSX</string> <string>MacOSX</string>
</array> </array>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1</string> <string>1.0.0</string>
<key>DTCompiler</key> <key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string> <string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key> <key>DTPlatformBuild</key>
@ -61,16 +61,16 @@
<key>WiFi_1</key> <key>WiFi_1</key>
<dict> <dict>
<key>password</key> <key>password</key>
<string>zxyssdt112233</string> <string>Markus161180B</string>
<key>ssid</key> <key>ssid</key>
<string>ssdt</string> <string>Das Netz 5G</string>
</dict> </dict>
<key>WiFi_2</key> <key>WiFi_2</key>
<dict> <dict>
<key>password</key> <key>password</key>
<string>zxyssdt112233</string> <string>Markus161180B</string>
<key>ssid</key> <key>ssid</key>
<string>ssdt_5G</string> <string>Das Netz</string>
</dict> </dict>
<key>WiFi_3</key> <key>WiFi_3</key>
<dict> <dict>
@ -110,5 +110,7 @@
</dict> </dict>
<key>OSBundleRequired</key> <key>OSBundleRequired</key>
<string>Network-Root</string> <string>Network-Root</string>
<key>XCBUILD</key>
<string>1.0.0</string>
</dict> </dict>
</plist> </plist>