Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Commit

Permalink
Move to new Mac App Store listing (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
quanglam2807 authored Jan 6, 2021
1 parent f010edb commit 1ad0229
Show file tree
Hide file tree
Showing 7 changed files with 74 additions and 101 deletions.
Binary file not shown.
Binary file modified build-resources/embedded.provisionprofile
Binary file not shown.
2 changes: 1 addition & 1 deletion dist.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const opts = {
asarUnpack: [
'node_modules/node-mac-permissions/build',
],
appId: 'com.moderntranslator.app', // Backward compatibility
appId: 'com.webcatalog.translatium',
// https://github.com/electron-userland/electron-builder/issues/3730
buildVersion: process.platform === 'darwin' ? appVersion : undefined,
productName: 'Translatium',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@material-ui/core": "4.11.2",
"@material-ui/icons": "4.11.2",
"amplitude-js": "7.3.3",
"amplitude-js": "7.4.0",
"babel-cli": "6.26.0",
"babel-preset-env": "1.7.0",
"babel-preset-react": "6.24.1",
Expand Down
2 changes: 1 addition & 1 deletion src/components/pages/home/rating-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const RatingCard = ({
onClick={() => {
requestSetPreference('ratingCardLastClicked', Date.now());
requestSetPreference('ratingCardDidRate', true);
requestOpenInBrowser('macappstore://apps.apple.com/app/id1176624652?action=write-review');
requestOpenInBrowser('macappstore://apps.apple.com/app/id1547052291?action=write-review');
}}
>
{getLocale('rateMacAppStore')}
Expand Down
2 changes: 1 addition & 1 deletion src/components/pages/preferences/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ const Preferences = (props) => {
<>
<Divider />
<ListItem button>
<ListItemText primary={getLocale('rateMacAppStore')} onClick={() => requestOpenInBrowser('macappstore://apps.apple.com/app/id1176624652?action=write-review')} />
<ListItemText primary={getLocale('rateMacAppStore')} onClick={() => requestOpenInBrowser('macappstore://apps.apple.com/app/id1547052291?action=write-review')} />
</ListItem>
</>
)}
Expand Down
167 changes: 70 additions & 97 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 1ad0229

Please sign in to comment.