An accessible Lego Mindstorms NXT programming environment for students and hobbyists.
retrogamer80s on master
Update README.md (compare)
Rek3650 on master
Updated read me after more test… (compare)
Rek3650 on master
Almost finished finalizing .jar… (compare)
Rek3650 on master
Added .jar (compare)
Rek3650 on master
Finished up .jar. Removed FreeT… (compare)
Rek3650 on master
Line display at the bottom of t… (compare)
Rek3650 on master
Made a working portable version… (compare)
Rek3650 on master
Added a jar of the most recent … (compare)
melissay94 on master
Usability for dialogs with the … (compare)
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd";>
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key> <string>English</string>
<key>CFBundleGetInfoString</key> <string>NXT Firmware Download Shield</string>
<key>CFBundleIdentifier</key> <string>com.ni.Fantom.nxtfwdl</string>
<key>CFBundleInfoDictionaryVersion</key> <string>6.0</string>
<key>CFBundleName</key> <string>NXT Firmware Download Shield</string>
<key>CFBundlePackageType</key> <string>KEXT</string>
<key>CFBundleSignature</key> <string>????</string>
<key>CFBundleVersion</key> <string>1.1.1</string>
<key>IOKitPersonalities</key>
<dict>
<key>NXT</key>
<dict>
<key>CFBundleIdentifier</key> <string>com.apple.driver.AppleUSBComposite</string>
<key>IOClass</key> <string>AppleUSBComposite</string>
<key>IOProviderClass</key> <string>IOUSBDevice</string>
<key>idVendor</key> <integer>1003</integer>
<key>idProduct</key> <integer>24868</integer>
</dict>
</dict>
<key>OSBundleCompatibleVersion</key> <string>1.1.1</string>
<key>OSBundleLibraries</key>
<dict>
<key>com.apple.kernel.iokit</key> <string>6.0</string>
</dict>
</dict>
</plist>