summaryrefslogtreecommitdiff
path: root/data/gdata-objectivec-client/Info.plist
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-05-08 19:08:33 +0000
committerJay Freeman <saurik@saurik.com>2008-05-08 19:08:33 +0000
commit9a888b9a4d236fab2d48a83c6eff8b49d8e0eee5 (patch)
treeed1027b3fe453de1c8fb9cf29c057995825b8cf3 /data/gdata-objectivec-client/Info.plist
parent94b9b8c1811b2191ada7c71ff1db5028280e3631 (diff)
Added GData client APIs.
git-svn-id: http://svn.telesphoreo.org/trunk@268 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/gdata-objectivec-client/Info.plist')
-rw-r--r--data/gdata-objectivec-client/Info.plist24
1 files changed, 24 insertions, 0 deletions
diff --git a/data/gdata-objectivec-client/Info.plist b/data/gdata-objectivec-client/Info.plist
new file mode 100644
index 000000000..9bceed23d
--- /dev/null
+++ b/data/gdata-objectivec-client/Info.plist
@@ -0,0 +1,24 @@
+<?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>en_US</string>
+ <key>CFBundleExecutable</key>
+ <string>GData</string>
+ <key>CFBundleIdentifier</key>
+ <string>com.google.GData</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>GData</string>
+ <key>CFBundlePackageType</key>
+ <string>FMWK</string>
+ <key>CFBundleShortVersionString</key>
+ <string>6.5</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleVersion</key>
+ <string>610</string>
+</dict>
+</plist>