Skip to content

Commit f45e2f3

Browse files
Add desktop branding assets and application icons
1 parent 8bc00ab commit f45e2f3

29 files changed

Lines changed: 173 additions & 0 deletions
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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+
<!-- Allows Just-In-Time compilation required by V8 JavaScript engine in Electron -->
6+
<key>com.apple.security.cs.allow-jit</key>
7+
<true/>
8+
9+
<!-- This is needed for the V8 JavaScript engine to function properly -->
10+
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
11+
<true/>
12+
13+
<!-- Allows network connections -->
14+
<key>com.apple.security.network.client</key>
15+
<true/>
16+
17+
<!-- Uncomment to allow read and write access to files explicitly selected by the user through system dialogs -->
18+
<!-- <key>com.apple.security.files.user-selected.read-write</key>
19+
<true/> -->
20+
21+
<!-- Uncomment to allow read and write access to the user's Downloads directory -->
22+
<!-- <key>com.apple.security.files.downloads.read-write</key>
23+
<true/> -->
24+
</dict>
25+
</plist>
35.8 KB
Loading
163 KB
Binary file not shown.

apps/desktop/assets/icons/icon.ico

15 KB
Binary file not shown.

apps/desktop/assets/icons/icon.png

100 KB
Loading

apps/desktop/icons/angular.svg

Lines changed: 1 addition & 0 deletions
Loading

apps/desktop/icons/astro.svg

Lines changed: 8 additions & 0 deletions
Loading

apps/desktop/icons/chat.svg

Lines changed: 1 addition & 0 deletions
Loading

apps/desktop/icons/expo-brand.svg

Lines changed: 1 addition & 0 deletions
Loading

apps/desktop/icons/expo.svg

Lines changed: 4 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)