-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinfo.plist
38 lines (38 loc) · 1.44 KB
/
info.plist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>contactEmailRot13</key>
<string>[email protected]</string>
<key>contactName</key>
<string>Rob McBroom</string>
<key>description</key>
<string>This bundle is meant to support a workflow where all (or almost all) changes are made locally using TextMate, while all (or almost all) viewing/running/testing of those changes will be done on a remote machine (such as a web server).</string>
<key>mainMenu</key>
<dict>
<key>items</key>
<array>
<string>CCD6E2FF-1B5F-4216-91D2-FD96A1729786</string>
<string>97250FA6-8967-4BA4-B982-EABCD0876247</string>
<string>0FCA25AE-5FE3-4327-8582-F944DCE3AFD9</string>
<string>5609DA56-DDEC-466F-9A1C-C92D642D15AC</string>
<string>------------------------------------</string>
<string>C014F35E-5199-4EC4-B953-C79EDF727402</string>
</array>
<key>submenus</key>
<dict/>
</dict>
<key>name</key>
<string>Remote Project</string>
<key>ordering</key>
<array>
<string>CCD6E2FF-1B5F-4216-91D2-FD96A1729786</string>
<string>97250FA6-8967-4BA4-B982-EABCD0876247</string>
<string>0FCA25AE-5FE3-4327-8582-F944DCE3AFD9</string>
<string>5609DA56-DDEC-466F-9A1C-C92D642D15AC</string>
<string>C014F35E-5199-4EC4-B953-C79EDF727402</string>
</array>
<key>uuid</key>
<string>B140379E-DAC2-4D1E-98F4-7CD607891EFD</string>
</dict>
</plist>