Skip to content

Commit

Permalink
Merge pull request #104 from PropGit/mac_release_2
Browse files Browse the repository at this point in the history
Mac release 2 (r2)
  • Loading branch information
PropGit authored Mar 26, 2020
2 parents 7814c8e + a6b8b66 commit 92e796d
Show file tree
Hide file tree
Showing 4 changed files with 431 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "BlocklyProp Launcher",
"description": "A Chrome application that connects your Propeller-Powered Hardware to the BlocklyProp website.",
"version": "0.11.1",
"version": "0.11.2",
"manifest_version": 2,
"minimum_chrome_version": "45",

Expand Down
2 changes: 1 addition & 1 deletion package/blocklyproplauncher-installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#define MyAppName "BlocklyProp Launcher"
#define MyAppStartMenuName "BlocklyProp"
#define MyAppVersion "0.11.0"
#define MyAppVersion "0.11.2"
#define MyAppPublisher "Parallax Inc."
#define MyAppStartMenu "Parallax Inc"
#define MyAppURL "http://blockly.parallax.com/"
Expand Down
2 changes: 1 addition & 1 deletion package/mac_app_sign_and_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ echo
#
# Attempt to deeply codesign the app bundle
#
echo "Code signing the application bundle: ${DISTRIBUTION}${APP_BUNDLE} with identity: \"${APP_IDENTITY}\""
echo "Code signing the application bundle (hardened runtime with entitlements): ${DISTRIBUTION}${APP_BUNDLE} with identity: \"${APP_IDENTITY}\""
codesign -s "$APP_IDENTITY" --deep -f -v --options runtime --timestamp --entitlements "./mac-resources/neededToRun.entitlements" "${DISTRIBUTION}${APP_BUNDLE}"
if [ "$?" != "0" ]; then
echo "[Error] Codesigning the application bundle failed!" 1>&2
Expand Down
Loading

0 comments on commit 92e796d

Please sign in to comment.