Skip to content

Commit 9bef9e7

Browse files
committed
Bumped to v0.11.1. Replaced Mac FTDI driver v2.3 with v2.4.2. Updated copyright date.
1 parent 9acccaa commit 9bef9e7

File tree

7 files changed

+19
-11
lines changed

7 files changed

+19
-11
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

package/drivers/FTDIUSBSerialDriver.kext/Contents/Info.plist

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>
@@ -17,25 +17,29 @@
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>
752 Bytes
Binary file not shown.

package/drivers/FTDIUSBSerialDriver.kext/Contents/_CodeSignature/CodeResources

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
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>

package/mac-resources/welcome.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
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>

package/mac-resources/welcomeFTDI.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
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>

package/mac_app_sign_and_package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
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
#

0 commit comments

Comments
 (0)