Skip to content

Commit 4feeab3

Browse files
committed
v0.9.10
1 parent 4b78019 commit 4feeab3

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

auto_updater.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"url": "https://github.com/jhen0409/react-native-debugger/releases/download/v0.9.9/rn-debugger-macos-x64.zip",
3-
"name": "v0.9.9",
4-
"notes": "1. Fixed: `predicate` option of the redux devtool is not used\n2. Update apollo dev tools to latest version"
2+
"url": "https://github.com/jhen0409/react-native-debugger/releases/download/v0.9.10/rn-debugger-macos-x64.zip",
3+
"name": "v0.9.10",
4+
"notes": "[macOS only] Fixed codesign issue of app bundle"
55
}

dist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-debugger",
3-
"version": "0.9.9",
3+
"version": "0.9.10",
44
"productName": "React Native Debugger",
55
"description": "The standalone app for React Native Debugger, with React DevTools / Redux DevTools",
66
"main": "main.js",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-debugger",
3-
"version": "0.9.9",
3+
"version": "0.9.10",
44
"productName": "React Native Debugger In Dev",
55
"description": "The standalone app for React Native Debugger, with React DevTools / Redux DevTools",
66
"main": "electron/main.js",

scripts/package-macos.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,8 @@ node scripts/createDMG.js
2222
cd release/React\ Native\ Debugger-darwin-x64
2323
zip -ryq9 ../rn-debugger-macos-x64.zip React\ Native\ Debugger.app
2424

25+
# Print codesign information
26+
codesign -dv --verbose=4 ../rn-debugger-macos-x64.zip React\ Native\ Debugger.app
27+
2528
echo sha256: `shasum -a 256 ../rn-debugger-macos-x64.zip`
2629
echo "After release run: \`brew cask _appcast_checkpoint --calculate \"https://github.com/jhen0409/react-native-debugger/releases.atom\"\`"

0 commit comments

Comments
 (0)