public
Description: An iPhoto plugin to export photos to Gallery.
Homepage: http://zwily.com/iphoto
Clone URL: git://github.com/zwily/iphototogallery.git
zwily (author)
Sat May 03 08:57:40 -0700 2008
commit  ca5ded509428057ec072536c44fdeecf54826d34
tree    ec432c874da0702d127dc0fde5240f7d7b7ca2b5
parent  3cbdfcb62ccd7c459565afa555ee07b06505fc2a
iphototogallery / Info.plist
100644 27 lines (26 sloc) 0.806 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 Computer//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>iPhotoToGallery</string>
<key>CFBundleIconFile</key>
<string>iPhotoPluginIcon</string>
<key>CFBundleIdentifier</key>
<string>com.zwily.iPhotoToGallery</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleSignature</key>
<string>zwily</string>
<key>CFBundleVersion</key>
<string>0.67</string>
<key>NSMainNibFile</key>
<string>Panel.nib</string>
<key>NSPrincipalClass</key>
<string>iPhotoToGallery</string>
</dict>
</plist>