figenc

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

commit 0b6778c8ef517ef81a2b9fc9ccbe4f01480fcbdb
parent ea4d5682ec6aded2f1d5706889a5939cee682729
Author: therealFIGBERT <naomi@FIGBERT-Mini.local>
Date:   Sat, 13 Jul 2019 01:05:42 -0700

Updating the MacOS .app bundle

Diffstat:
MExecutables/figENC.app/Contents/Info.plist | 8++++----
MExecutables/figENC.app/Contents/MacOS/base_library.zip | 0
AExecutables/figENC.app/Contents/MacOS/figENC | 0
DExecutables/figENC.app/Contents/MacOS/figENC_MacOS | 0
4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Executables/figENC.app/Contents/Info.plist b/Executables/figENC.app/Contents/Info.plist @@ -3,17 +3,17 @@ <plist version="1.0"> <dict> <key>CFBundleDisplayName</key> - <string>figENC_MacOS</string> + <string>figENC</string> <key>CFBundleExecutable</key> - <string>MacOS/figENC_MacOS</string> + <string>MacOS/figENC</string> <key>CFBundleIconFile</key> <string>icon-windowed.icns</string> <key>CFBundleIdentifier</key> - <string>figENC_MacOS</string> + <string>figENC</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> - <string>figENC_MacOS</string> + <string>figENC</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> diff --git a/Executables/figENC.app/Contents/MacOS/base_library.zip b/Executables/figENC.app/Contents/MacOS/base_library.zip Binary files differ. diff --git a/Executables/figENC.app/Contents/MacOS/figENC b/Executables/figENC.app/Contents/MacOS/figENC Binary files differ. diff --git a/Executables/figENC.app/Contents/MacOS/figENC_MacOS b/Executables/figENC.app/Contents/MacOS/figENC_MacOS Binary files differ.