diff options
author | reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2008-12-19 19:17:29 +0000 |
---|---|---|
committer | reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2008-12-19 19:17:29 +0000 |
commit | 3d85e7a44a0e177c9c2466230dbf886d455b6656 (patch) | |
tree | 6ef5558434cfde47e3af577e0cd7bc88c2da2cb2 | |
parent | 64ad9663d6dfddca67cfc2d4f9b609867bbbd72e (diff) |
forgot this file
git-svn-id: http://skia.googlecode.com/svn/trunk@39 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r-- | xcode/sampleapp/Info.plist | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/xcode/sampleapp/Info.plist b/xcode/sampleapp/Info.plist new file mode 100644 index 0000000000..8bc7477731 --- /dev/null +++ b/xcode/sampleapp/Info.plist @@ -0,0 +1,26 @@ +<?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>CICarbonSample</string> + <key>CFBundleIconFile</key> + <string></string> + <key>CFBundleIdentifier</key> + <string>com.apple.CICarbonSample</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundlePackageType</key> + <string>APPL</string> + <key>CFBundleShortVersionString</key> + <string>1.1</string> + <key>CFBundleSignature</key> + <string>CICS</string> + <key>CFBundleVersion</key> + <string>1.1</string> + <key>CSResourcesFileMapped</key> + <true/> +</dict> +</plist> |