Oops, remove hardcoded bundle creator / type

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@1461 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aet 2003-09-24 19:58:29 +00:00
parent dc83f04c90
commit 687007679f
1 changed files with 2 additions and 2 deletions

View File

@ -76,9 +76,9 @@ create_info_plist ()
echo " <key>CFBundleName</key>"
echo " <string>$name</string>"
echo " <key>CFBundlePackageType</key>"
echo " <string>BNDL</string>"
echo " <string>$type</string>"
echo " <key>CFBundleSignature</key>"
echo " <string>????</string>"
echo " <string>$creator</string>"
echo " <key>CFBundleVersion</key>"
echo " <string>0.0.1d1</string>"
echo "</dict>"