face / activerecord forked from aptiva/activerecord

An objective-C implementation of ActiveRecord

This URL has Read+Write access

face (author)
Sun Jan 25 21:27:20 -0800 2009
commit  0c3907741ae1604da48876e74ee1edab891cb914
tree    9501e7a1a5ba980cadd3411ef1cc589db2f37040
parent  f38b07d32022ff80d6cac2d41c61a63d1f8a47ee
activerecord / Info.plist
100644 27 lines (26 sloc) 0.774 kb
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
<?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>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
<string>is.ninjakitten.activerecord</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.1</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
</plist>