Commit b8a9d66 1 parent 4ab1e00 commit b8a9d66 Copy full SHA for b8a9d66
File tree 3 files changed +20
-1
lines changed
3 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -10,3 +10,6 @@ PanelTopology
10
10
Raw Panel Explorer.app /*
11
11
build /*
12
12
frontend /*
13
+ buildAndSign.sh
14
+ buildAndSign_fyne.sh
15
+ buildAndSign_wails.sh
Original file line number Diff line number Diff line change 3
3
Name = " Raw Panel Explorer"
4
4
ID = " com.skaarhoj.raw-panel-explorer"
5
5
Version = " 1.0.0"
6
- Build = 10
6
+ Build = 18
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.network.client </key >
6
+ <true />
7
+ <key >com.apple.security.network.server </key >
8
+ <true />
9
+ <key >com.apple.security.files.user-selected.read-write </key >
10
+ <true />
11
+ <key >com.apple.security.files.downloads.read-write </key >
12
+ <true />
13
+ <key >com.apple.security.cs.disable-library-validation </key >
14
+ <true />
15
+ </dict >
16
+ </plist >
You can’t perform that action at this time.
0 commit comments