diff options
| author | Manolo Gouy <Manolo> | 2015-03-18 11:35:28 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2015-03-18 11:35:28 +0000 |
| commit | b055364dd0727dd6b675f8de60fe9fe9c42d1a5e (patch) | |
| tree | 54670c7d84503d6dac3b7fd9a61ea0869808c9ef | |
| parent | 982121f807dbf3ff0684cf5d2394e56862e8b68a (diff) | |
Used by the animated demo.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10639 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | ide/Xcode4/plists/animated-Info.plist | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/ide/Xcode4/plists/animated-Info.plist b/ide/Xcode4/plists/animated-Info.plist new file mode 100644 index 000000000..28d0257a6 --- /dev/null +++ b/ide/Xcode4/plists/animated-Info.plist @@ -0,0 +1,34 @@ +<?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>en</string> + <key>CFBundleExecutable</key> + <string>$(EXECUTABLE_NAME)</string> + <key>CFBundleIconFile</key> + <string></string> + <key>CFBundleIdentifier</key> + <string>org.fltk.$(PRODUCT_NAME)</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundleName</key> + <string>$(PRODUCT_NAME)</string> + <key>CFBundlePackageType</key> + <string>APPL</string> + <key>CFBundleShortVersionString</key> + <string>1.0</string> + <key>CFBundleSignature</key> + <string>FLTK</string> + <key>CFBundleVersion</key> + <string>1</string> + <key>LSMinimumSystemVersion</key> + <string>$(MACOSX_DEPLOYMENT_TARGET)</string> + <key>NSHighResolutionCapable</key> + <true/> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2015 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> +</dict> +</plist> |
