File tree Expand file tree Collapse file tree 7 files changed +19
-11
lines changed
drivers/FTDIUSBSerialDriver.kext/Contents Expand file tree Collapse file tree 7 files changed +19
-11
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " BlocklyProp Launcher" ,
33 "description" : " A Chrome application that connects your Propeller-Powered Hardware to the BlocklyProp website." ,
4- "version" : " 0.11.0 " ,
4+ "version" : " 0.11.1 " ,
55 "manifest_version" : 2 ,
66 "minimum_chrome_version" : " 45" ,
77
Original file line number Diff line number Diff line change 33<plist version =" 1.0" >
44<dict >
55 <key >BuildMachineOSBuild </key >
6- <string >14A389 </string >
6+ <string >15G1217 </string >
77 <key >CFBundleDevelopmentRegion </key >
88 <string >English </string >
99 <key >CFBundleExecutable </key >
1717 <key >CFBundlePackageType </key >
1818 <string >KEXT </string >
1919 <key >CFBundleShortVersionString </key >
20- <string >2.3 </string >
20+ <string >2.4.2 </string >
2121 <key >CFBundleSignature </key >
2222 <string >???? </string >
23+ <key >CFBundleSupportedPlatforms </key >
24+ <array >
25+ <string >MacOSX </string >
26+ </array >
2327 <key >CFBundleVersion </key >
24- <string >2.3 </string >
28+ <string >2.4.2 </string >
2529 <key >DTCompiler </key >
2630 <string >com.apple.compilers.llvm.clang.1_0 </string >
2731 <key >DTPlatformBuild </key >
28- <string >6A1052d </string >
32+ <string >8C1002 </string >
2933 <key >DTPlatformVersion </key >
3034 <string >GM </string >
3135 <key >DTSDKBuild </key >
32- <string >13F26 </string >
36+ <string >13F34 </string >
3337 <key >DTSDKName </key >
3438 <string >macosx10.9 </string >
3539 <key >DTXcode </key >
36- <string >0610 </string >
40+ <string >0821 </string >
3741 <key >DTXcodeBuild </key >
38- <string >6A1052d </string >
42+ <string >8C1002 </string >
3943 <key >IOKitPersonalities </key >
4044 <dict >
4145 <key >485USBTB-4W </key >
Original file line number Diff line number Diff line change 2222 <data >
2323 xf/9Mz3XTEN+XlfZsjwYHOZxnRE=
2424 </data >
25+ <key >hash2</key >
26+ <data >
27+ 71w7SYFOQ43LyvbzlpFiMByhjrNY8pLx2QEEux3xvnc=
28+ </data >
2529 <key >optional</key >
2630 <true />
2731 </dict >
Original file line number Diff line number Diff line change 66
77< p > This software installs the BlocklyProp Launcher into your Applications folder.</ p >
88
9- < p > Copyright (c) 2019 Parallax Inc.</ p >
9+ < p > Copyright (c) 2020 Parallax Inc.</ p >
1010</ body >
1111</ html >
Original file line number Diff line number Diff line change 88
99< p > The required FTDI USB Serial Driver will also be installed. The system must be restarted after installation to use it.</ p >
1010
11- < p > Copyright (c) 2019 Parallax Inc.</ p >
11+ < p > Copyright (c) 2020 Parallax Inc.</ p >
1212</ body >
1313</ html >
Original file line number Diff line number Diff line change 1818# To update the driver,
1919# - download and install driver (from http://www.ftdichip.com/Drivers/VCP.htm)
2020# - select the currently supported Mac OS X VCP driver from that page (i.e. x64 (64-bit))
21- # - or use: http://www.ftdichip.com/Drivers/VCP/MacOSX/FTDIUSBSerialDriver_v2_3 .dmg
21+ # - or use: http://www.ftdichip.com/Drivers/VCP/MacOSX/FTDIUSBSerialDriver_v2_4.2 .dmg
2222# - install FTDI's driver package onto the development Mac OS X system
2323# - copy the FTDIUSBSerialDriver.kext from /Library/Extensions/ to the ../drivers/ folder
2424#
You can’t perform that action at this time.
0 commit comments