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 1
1
{
2
2
"name" : " BlocklyProp Launcher" ,
3
3
"description" : " A Chrome application that connects your Propeller-Powered Hardware to the BlocklyProp website." ,
4
- "version" : " 0.11.0 " ,
4
+ "version" : " 0.11.1 " ,
5
5
"manifest_version" : 2 ,
6
6
"minimum_chrome_version" : " 45" ,
7
7
Original file line number Diff line number Diff line change 3
3
<plist version =" 1.0" >
4
4
<dict >
5
5
<key >BuildMachineOSBuild </key >
6
- <string >14A389 </string >
6
+ <string >15G1217 </string >
7
7
<key >CFBundleDevelopmentRegion </key >
8
8
<string >English </string >
9
9
<key >CFBundleExecutable </key >
17
17
<key >CFBundlePackageType </key >
18
18
<string >KEXT </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >2.3 </string >
20
+ <string >2.4.2 </string >
21
21
<key >CFBundleSignature </key >
22
22
<string >???? </string >
23
+ <key >CFBundleSupportedPlatforms </key >
24
+ <array >
25
+ <string >MacOSX </string >
26
+ </array >
23
27
<key >CFBundleVersion </key >
24
- <string >2.3 </string >
28
+ <string >2.4.2 </string >
25
29
<key >DTCompiler </key >
26
30
<string >com.apple.compilers.llvm.clang.1_0 </string >
27
31
<key >DTPlatformBuild </key >
28
- <string >6A1052d </string >
32
+ <string >8C1002 </string >
29
33
<key >DTPlatformVersion </key >
30
34
<string >GM </string >
31
35
<key >DTSDKBuild </key >
32
- <string >13F26 </string >
36
+ <string >13F34 </string >
33
37
<key >DTSDKName </key >
34
38
<string >macosx10.9 </string >
35
39
<key >DTXcode </key >
36
- <string >0610 </string >
40
+ <string >0821 </string >
37
41
<key >DTXcodeBuild </key >
38
- <string >6A1052d </string >
42
+ <string >8C1002 </string >
39
43
<key >IOKitPersonalities </key >
40
44
<dict >
41
45
<key >485USBTB-4W </key >
Original file line number Diff line number Diff line change 22
22
<data >
23
23
xf/9Mz3XTEN+XlfZsjwYHOZxnRE=
24
24
</data >
25
+ <key >hash2</key >
26
+ <data >
27
+ 71w7SYFOQ43LyvbzlpFiMByhjrNY8pLx2QEEux3xvnc=
28
+ </data >
25
29
<key >optional</key >
26
30
<true />
27
31
</dict >
Original file line number Diff line number Diff line change 6
6
7
7
< p > This software installs the BlocklyProp Launcher into your Applications folder.</ p >
8
8
9
- < p > Copyright (c) 2019 Parallax Inc.</ p >
9
+ < p > Copyright (c) 2020 Parallax Inc.</ p >
10
10
</ body >
11
11
</ html >
Original file line number Diff line number Diff line change 8
8
9
9
< p > The required FTDI USB Serial Driver will also be installed. The system must be restarted after installation to use it.</ p >
10
10
11
- < p > Copyright (c) 2019 Parallax Inc.</ p >
11
+ < p > Copyright (c) 2020 Parallax Inc.</ p >
12
12
</ body >
13
13
</ html >
Original file line number Diff line number Diff line change 18
18
# To update the driver,
19
19
# - download and install driver (from http://www.ftdichip.com/Drivers/VCP.htm)
20
20
# - 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
22
22
# - install FTDI's driver package onto the development Mac OS X system
23
23
# - copy the FTDIUSBSerialDriver.kext from /Library/Extensions/ to the ../drivers/ folder
24
24
#
You can’t perform that action at this time.
0 commit comments