forked from deanishe/awgo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.plist
39 lines (39 loc) · 935 Bytes
/
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
39
<?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>bundleid</key>
<string>net.deanishe.awgo</string>
<key>connections</key>
<dict/>
<key>createdby</key>
<string>Dean Jackson</string>
<key>description</key>
<string>AwGo sample info.plist</string>
<key>disabled</key>
<false/>
<key>name</key>
<string>AwGo</string>
<key>objects</key>
<array/>
<key>readme</key>
<string></string>
<key>uidata</key>
<dict/>
<key>webaddress</key>
<string>https://github.com/deanishe/awgo</string>
<key>version</key>
<string>0.2.2</string>
<key>variables</key>
<dict>
<key>exported_var</key>
<string>exported_value</string>
<key>unexported_var</key>
<string>unexported_value</string>
</dict>
<key>variablesdontexport</key>
<array>
<string>unexported_var</string>
</array>
</dict>
</plist>