Skip to content

Commit 9bbc18e

Browse files
committed
ProductName change
1 parent 0f966e8 commit 9bbc18e

File tree

3 files changed

+27
-7
lines changed

3 files changed

+27
-7
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,16 @@ Include as many relevant details about the environment you experienced the bug i
5353
- Node version :
5454
- Version or Branch used :
5555
- Operating System and version [e.g. macOS 10.14 mojave]:
56-
- App Version [e.g. Electron-React-Redux-Advanced-Boilerplate-v1.0]:
56+
- App Version [e.g. Electron React Redux Advanced Boilerplate-v1.0]:
5757
- Link to your project :
5858

5959
**Attachments**
6060
Include if relevant,
6161
1. Open your Terminal and run the following code:
6262
```shell
63-
zip -r -X ~/Desktop/Electron-React-Redux-Advanced-Boilerplate-log.zip ~/.io.ganeshrvel/electron-react-redux-advanced-boilerplate/logs/
63+
zip -r -X ~/Desktop/Electron React Redux Advanced Boilerplate-log.zip ~/.io.ganeshrvel/electron-react-redux-advanced-boilerplate/logs/
6464
```
65-
2. Attach the file *Electron-React-Redux-Advanced-Boilerplate-log.zip* found in your Desktop folder here.
65+
2. Attach the file *Electron React Redux Advanced Boilerplate-log.zip* found in your Desktop folder here.
6666

6767
Or
6868

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>com.apple.security.app-sandbox</key>
6+
<true/>
7+
<key>com.apple.security.application-groups</key>
8+
<string><TEAM_ID>.<BundleID></string>
9+
<key>com.apple.security.network.client</key>
10+
<true/>
11+
<key>com.apple.security.device.usb</key>
12+
<true/>
13+
<key>com.apple.security.files.user-selected.read-write</key>
14+
<true/>
15+
<key>com.apple.security.files.user-selected.read-only</key>
16+
<true/>
17+
<key>com.apple.security.files.downloads.read-write</key>
18+
<true/>
19+
</dict>
20+
</plist>

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "electron-react-redux-advanced-boilerplate",
3-
"productName": "Electron-React-Redux-Advanced-Boilerplate",
4-
"version": "2.0.2",
3+
"productName": "Electron React Redux Advanced Boilerplate",
4+
"version": "2.1.10",
55
"description": "Advanced and Highly Scalable Boilerplate for building Electron app - Electron v4, React v16, Redux v4, Webpack v4, Babel v7 {HMR, Helmet, Loadables, Dynamic Reducer Injection, Selectors, Code splitting}",
66
"scripts": {
77
"build": "yarn lint && concurrently \"yarn build-main\" \"yarn build-renderer\"",
@@ -52,7 +52,7 @@
5252
"browserslist": "electron 4.0",
5353
"main": "./app/main.prod.js",
5454
"build": {
55-
"productName": "Electron-React-Redux-Advanced-Boilerplate",
55+
"productName": "Electron React Redux Advanced Boilerplate",
5656
"appId": "io.ganeshrvel.electron-react-redux-advanced-boilerplate",
5757
"forceCodeSigning": true,
5858
"copyright": "© Ganesh Rathinavel",
@@ -97,7 +97,7 @@
9797
"entitlements": "build/entitlements.mas.plist",
9898
"icon": "build/icon.icns",
9999
"binaries": [
100-
"dist/mas/Electron-React-Redux-Advanced-Boilerplate.app/Contents/Resources/bin/mtp-cli"
100+
"dist/mas/Electron React Redux Advanced Boilerplate.app/Contents/Resources/bin/some-binary"
101101
]
102102
},
103103
"dmg": {

0 commit comments

Comments
 (0)