Codebase list geos / debian/3.10.0-1 src / info.plist.in
debian/3.10.0-1

Tree @debian/3.10.0-1 (Download .tar.gz)

info.plist.in @debian/3.10.0-1raw · 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>