Skip to content

Commit

Permalink
v0.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Jun 12, 2019
1 parent 4b78019 commit 4feeab3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions auto_updater.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"url": "https://github.com/jhen0409/react-native-debugger/releases/download/v0.9.9/rn-debugger-macos-x64.zip",
"name": "v0.9.9",
"notes": "1. Fixed: `predicate` option of the redux devtool is not used\n2. Update apollo dev tools to latest version"
"url": "https://github.com/jhen0409/react-native-debugger/releases/download/v0.9.10/rn-debugger-macos-x64.zip",
"name": "v0.9.10",
"notes": "[macOS only] Fixed codesign issue of app bundle"
}
2 changes: 1 addition & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-debugger",
"version": "0.9.9",
"version": "0.9.10",
"productName": "React Native Debugger",
"description": "The standalone app for React Native Debugger, with React DevTools / Redux DevTools",
"main": "main.js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-debugger",
"version": "0.9.9",
"version": "0.9.10",
"productName": "React Native Debugger In Dev",
"description": "The standalone app for React Native Debugger, with React DevTools / Redux DevTools",
"main": "electron/main.js",
Expand Down
3 changes: 3 additions & 0 deletions scripts/package-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@ node scripts/createDMG.js
cd release/React\ Native\ Debugger-darwin-x64
zip -ryq9 ../rn-debugger-macos-x64.zip React\ Native\ Debugger.app

# Print codesign information
codesign -dv --verbose=4 ../rn-debugger-macos-x64.zip React\ Native\ Debugger.app

echo sha256: `shasum -a 256 ../rn-debugger-macos-x64.zip`
echo "After release run: \`brew cask _appcast_checkpoint --calculate \"https://github.com/jhen0409/react-native-debugger/releases.atom\"\`"

0 comments on commit 4feeab3

Please sign in to comment.