Codebase list geos / upstream/3.6.2 src / info.plist.in
upstream/3.6.2

Tree @upstream/3.6.2 (Download .tar.gz)

info.plist.in @upstream/3.6.2raw · history · blame

<?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>English</string>
	<key>CFBundleExecutable</key>
	<string>${MACOSX_FRAMEWORK_NAME}</string>
	<key>CFBundleGetInfoString</key>
	<string>GEOS ${VERSION}</string>
	<key>CFBundleIdentifier</key>
	<string>${MACOSX_FRAMEWORK_IDENTIFIER}</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>GEOS</string>
	<key>CFBundlePackageType</key>
	<string>FMWK</string>
	<key>CFBundleShortVersionString</key>
	<string>${MACOSX_FRAMEWORK_SHORT_VERSION_STRING}</string>
	<key>CFBundleSignature</key>
	<string>????</string>
	<key>CFBundleVersion</key>
	<string>${MACOSX_FRAMEWORK_BUNDLE_VERSION}</string>
</dict>
</plist>