-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgena.plist
36 lines (36 loc) · 915 Bytes
/
gena.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
<?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>company</key>
<string>Loud&Clear</string>
<key>configs</key>
<dict>
<key>fonts</key>
<dict>
<key>category</key>
<string>Sources/Presentation/Common/Categories</string>
<key>fonts_path</key>
<string>Resources/Fonts</string>
</dict>
</dict>
<key>plugins_url</key>
<array>
<string>~/Development/gena-plugins</string>
</array>
<key>prefix</key>
<string>FS</string>
<key>project_dir</key>
<string>/Users/alex/Development/fisho-ios/</string>
<key>project_name</key>
<string>Fish</string>
<key>project_target</key>
<string>Fish</string>
<key>sources_dir</key>
<string>Sources</string>
<key>test_target</key>
<string>FishTests</string>
<key>tests_dir</key>
<string>FishTests</string>
</dict>
</plist>