Skip to content
This repository was archived by the owner on Jun 19, 2023. It is now read-only.

Commit c55cfea

Browse files
authored
Xcode info file
1 parent 13f4cf9 commit c55cfea

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Menu-Note-Info.plist

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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>CFBundleURLTypes</key>
6+
<array>
7+
<dict>
8+
<key>CFBundleTypeRole</key>
9+
<string>Editor</string>
10+
<key>CFBundleURLName</key>
11+
<string>menunote</string>
12+
<key>CFBundleURLSchemes</key>
13+
<array>
14+
<string>menunote</string>
15+
</array>
16+
</dict>
17+
</array>
18+
</dict>
19+
</plist>

0 commit comments

Comments
 (0)