figenc

[RADIOACTIVE] rsa and symmetric key encryption scripts and executables
git clone git://git.figbert.com/figenc.git
Log | Files | Refs | README

Info.plist (720B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
      3 <plist version="1.0">
      4 <dict>
      5 	<key>CFBundleDisplayName</key>
      6 	<string>figENC</string>
      7 	<key>CFBundleExecutable</key>
      8 	<string>MacOS/figENC</string>
      9 	<key>CFBundleIconFile</key>
     10 	<string>icon-windowed.icns</string>
     11 	<key>CFBundleIdentifier</key>
     12 	<string>figENC</string>
     13 	<key>CFBundleInfoDictionaryVersion</key>
     14 	<string>6.0</string>
     15 	<key>CFBundleName</key>
     16 	<string>figENC</string>
     17 	<key>CFBundlePackageType</key>
     18 	<string>APPL</string>
     19 	<key>CFBundleShortVersionString</key>
     20 	<string>0.0.0</string>
     21 	<key>NSHighResolutionCapable</key>
     22 	<string>True</string>
     23 </dict>
     24 </plist>