File tree 3 files changed +13
-2
lines changed
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ builder
31
31
artifactName : '*USERVISIBLENAME*' ,
32
32
darkModeSupport : false ,
33
33
identity : 'BitPay, Inc. (884JRH5R93)' ,
34
+ provisioningProfile : './*PACKAGENAME*-embedded.provisionprofile' ,
34
35
extendInfo : {
35
36
NSCameraUsageDescription :
36
37
'Scan a Bitcoin Address directly to your Wallet and send funds to it'
@@ -41,7 +42,7 @@ builder
41
42
artifactName : '*USERVISIBLENAME*.pkg' ,
42
43
identity : 'BitPay, Inc. (884JRH5R93)' ,
43
44
entitlements : './*PACKAGENAME*-entitlements.mas.plist' ,
44
- provisioningProfile : './*PACKAGENAME*-embedded.provisionprofile '
45
+ entitlementsInherit : 'entitlements.mas.inherit.plist '
45
46
} ,
46
47
dmg : {
47
48
artifactName : '*USERVISIBLENAME*.dmg' ,
Original file line number Diff line number Diff line change
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.inherit </key >
8
+ <true />
9
+ </dict >
10
+ </plist >
Original file line number Diff line number Diff line change 70
70
"open:android" : " open -a open -a /Applications/Android\\ Studio.app platforms/android" ,
71
71
"final:ios" : " npm run build:ios-release && npm run open:ios" ,
72
72
"final:android" : " npm run build:android-release && npm run sign:android && npm run run:android-release" ,
73
- "final:desktop" : " npm run electron:patch && npm run build:desktop-release && npm run build:electron" ,
73
+ "final:desktop" : " npm run build:desktop-release && npm run build:electron" ,
74
74
"run:android" : " npm run env:dev && ionic cordova run android --device --debug" ,
75
75
"run:android-release" : " npm run env:prod && ionic cordova run android --device --release" ,
76
76
"log:android" : " adb logcat | grep chromium" ,
You can’t perform that action at this time.
0 commit comments