File tree 4 files changed +50
-0
lines changed
4 files changed +50
-0
lines changed Original file line number Diff line number Diff line change @@ -13,3 +13,7 @@ src-renderer/packager/standalone.html
13
13
14
14
# Debian release scripts create files that shouldn't be committed
15
15
deb
16
+
17
+ # Mac App Store
18
+ distribution.provisionprofile
19
+ development.provisionprofile
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
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.cs.allow-dyld-environment-variables </key >
8
+ <true />
9
+ <key >com.apple.security.cs.allow-jit </key >
10
+ <true />
11
+ <key >com.apple.security.device.audio-input </key >
12
+ <true />
13
+ <key >com.apple.security.device.camera </key >
14
+ <true />
15
+ <key >com.apple.security.device.microphone </key >
16
+ <true />
17
+ <key >com.apple.security.files.user-selected.read-only </key >
18
+ <true />
19
+ <key >com.apple.security.files.user-selected.read-write </key >
20
+ <true />
21
+ <key >com.apple.security.network.client </key >
22
+ <true />
23
+ </dict >
24
+ </plist >
Original file line number Diff line number Diff line change 117
117
"entitlements" : " build/entitlements.mac.plist" ,
118
118
"entitlementsInherit" : " build/entitlements.mac.plist" ,
119
119
"extendInfo" : {
120
+ "ITSAppUsesNonExemptEncryption" : false ,
121
+ "LSMultipleInstancesProhibited" : true ,
120
122
"NSCameraUsageDescription" : " This app requires camera access when using the video sensing blocks." ,
121
123
"NSMicrophoneUsageDescription" : " This app requires microphone access when recording sounds or detecting loudness."
122
124
},
127
129
}
128
130
]
129
131
},
132
+ "mas" : {
133
+ "hardenedRuntime" : false ,
134
+ "entitlements" : " build/entitlements.mas.plist" ,
135
+ "entitlementsInherit" : " build/entitlements.mas.inherit.plist" ,
136
+ "provisioningProfile" : " build/distribution.provisionprofile"
137
+ },
138
+ "masDev" : {
139
+ "type" : " development" ,
140
+ "provisioningProfile" : " build/development.provisionprofile"
141
+ },
130
142
"linux" : {
131
143
"artifactName" : " ${productName}-${os}-${arch}-${version}.${ext}" ,
132
144
"icon" : " ./build/" ,
You can’t perform that action at this time.
0 commit comments