File tree 3 files changed +10
-1
lines changed 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 77
77
"babel-loader" : " ^8.0.6" ,
78
78
"electron" : " ^7.1.5" ,
79
79
"electron-builder" : " ^22.3.2" ,
80
+ "electron-notarize" : " ^0.2.1" ,
80
81
"electron-webpack" : " ^2.7.4" ,
81
82
"eslint" : " ^6.7.2" ,
82
83
"eslint-config-prettier" : " ^6.7.0" ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ exports.default = async function notarizing(context) {
10
10
const appName = context . packager . appInfo . productFilename ;
11
11
12
12
return await notarize ( {
13
- appBundleId : 'com.yourcompany.yourAppId ' ,
13
+ appBundleId : 'com.reactotron.app ' ,
14
14
appPath : `${ appOutDir } /${ appName } .app` ,
15
15
appleId : process . env . APPLEID ,
16
16
appleIdPassword : process . env . APPLEIDPASS ,
Original file line number Diff line number Diff line change @@ -5670,6 +5670,14 @@ electron-log@^4.0.0:
5670
5670
resolved "https://registry.yarnpkg.com/electron-log/-/electron-log-4.0.0.tgz#9315e4a5e6be5e2a158909856b2d2cb4d760cd6d"
5671
5671
integrity sha512-pj5Om0XoImjoq60zgvTv86W+2+7VMQIW0jmKWkXXTTjiC2L2WNfNDfMbpqo8Qj2szY1LsVyFhgRNBLXVrYNDJQ==
5672
5672
5673
+ electron-notarize@^0.2.1:
5674
+ version "0.2.1"
5675
+ resolved "https://registry.yarnpkg.com/electron-notarize/-/electron-notarize-0.2.1.tgz#759e8006decae19134f82996ed910db26d9192cc"
5676
+ integrity sha512-oZ6/NhKeXmEKNROiFmRNfytqu3cxqC95sjooG7kBXQVEUSQkZnbiAhxVh5jXngL881G197pbwpeVPJyM7Ikmxw==
5677
+ dependencies:
5678
+ debug "^4.1.1"
5679
+ fs-extra "^8.1.0"
5680
+
5673
5681
5674
5682
version "22.3.2"
5675
5683
resolved "https://registry.yarnpkg.com/electron-publish/-/electron-publish-22.3.2.tgz#d2e60caf7a9643fe57e501c20acaf32c737b1c50"
You can’t perform that action at this time.
0 commit comments