GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: An iPhoto plugin to export photos to Gallery.
Homepage: http://zwily.com/iphoto
Clone URL: git://github.com/zwily/iphototogallery.git
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>