Skip to content

Commit b8a9d66

Browse files
basic stuff
1 parent 4ab1e00 commit b8a9d66

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ PanelTopology
1010
Raw Panel Explorer.app/*
1111
build/*
1212
frontend/*
13+
buildAndSign.sh
14+
buildAndSign_fyne.sh
15+
buildAndSign_wails.sh

FyneApp.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
Name = "Raw Panel Explorer"
44
ID = "com.skaarhoj.raw-panel-explorer"
55
Version = "1.0.0"
6-
Build = 10
6+
Build = 18

entitlements.plist

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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>

0 commit comments

Comments
 (0)