Skip to content

Commit 92e796d

Browse files
authored
Merge pull request #104 from PropGit/mac_release_2
Mac release 2 (r2)
2 parents 7814c8e + a6b8b66 commit 92e796d

File tree

4 files changed

+431
-3
lines changed

4 files changed

+431
-3
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.1",
4+
"version": "0.11.2",
55
"manifest_version": 2,
66
"minimum_chrome_version": "45",
77

package/blocklyproplauncher-installer.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#define MyAppName "BlocklyProp Launcher"
55
#define MyAppStartMenuName "BlocklyProp"
6-
#define MyAppVersion "0.11.0"
6+
#define MyAppVersion "0.11.2"
77
#define MyAppPublisher "Parallax Inc."
88
#define MyAppStartMenu "Parallax Inc"
99
#define MyAppURL "http://blockly.parallax.com/"

package/mac_app_sign_and_package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ echo
272272
#
273273
# Attempt to deeply codesign the app bundle
274274
#
275-
echo "Code signing the application bundle: ${DISTRIBUTION}${APP_BUNDLE} with identity: \"${APP_IDENTITY}\""
275+
echo "Code signing the application bundle (hardened runtime with entitlements): ${DISTRIBUTION}${APP_BUNDLE} with identity: \"${APP_IDENTITY}\""
276276
codesign -s "$APP_IDENTITY" --deep -f -v --options runtime --timestamp --entitlements "./mac-resources/neededToRun.entitlements" "${DISTRIBUTION}${APP_BUNDLE}"
277277
if [ "$?" != "0" ]; then
278278
echo "[Error] Codesigning the application bundle failed!" 1>&2

0 commit comments

Comments
 (0)