From dadec6244369886ef1ab615251ed206aa4394c31 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sat, 16 Mar 2024 20:11:35 +0100 Subject: rename osx app folder --- misc/TextSearch-x86_64.app/Contents/Info.plist | 22 +++++++++++++++++++++ .../Contents/Library/libGL.1.dylib | Bin 0 -> 422808 bytes .../Contents/Library/libglfw.3.dylib | Bin 0 -> 235872 bytes .../Contents/Resources/text-search.icns | Bin 0 -> 21994 bytes misc/text-search.app/Contents/Info.plist | 22 --------------------- .../text-search.app/Contents/Library/libGL.1.dylib | Bin 422808 -> 0 bytes .../Contents/Library/libglfw.3.dylib | Bin 235872 -> 0 bytes .../Contents/Resources/text-search.icns | Bin 21994 -> 0 bytes 8 files changed, 22 insertions(+), 22 deletions(-) create mode 100644 misc/TextSearch-x86_64.app/Contents/Info.plist create mode 100644 misc/TextSearch-x86_64.app/Contents/Library/libGL.1.dylib create mode 100644 misc/TextSearch-x86_64.app/Contents/Library/libglfw.3.dylib create mode 100644 misc/TextSearch-x86_64.app/Contents/Resources/text-search.icns delete mode 100644 misc/text-search.app/Contents/Info.plist delete mode 100644 misc/text-search.app/Contents/Library/libGL.1.dylib delete mode 100644 misc/text-search.app/Contents/Library/libglfw.3.dylib delete mode 100644 misc/text-search.app/Contents/Resources/text-search.icns diff --git a/misc/TextSearch-x86_64.app/Contents/Info.plist b/misc/TextSearch-x86_64.app/Contents/Info.plist new file mode 100644 index 0000000..b6ecf68 --- /dev/null +++ b/misc/TextSearch-x86_64.app/Contents/Info.plist @@ -0,0 +1,22 @@ + + + + + CFBundleDisplayName + Text-Search + CFBundleExecutable + text-search + CFBundleIdentifier + com.aldrikramaekers.text-search + CFBundleName + Text-Search + CFBundlePackageType + APPL + CFBundleSignature + FOOZ + CFBundleVersion + 2.3.0 + CFBundleIconFile + text-search.icns + + \ No newline at end of file diff --git a/misc/TextSearch-x86_64.app/Contents/Library/libGL.1.dylib b/misc/TextSearch-x86_64.app/Contents/Library/libGL.1.dylib new file mode 100644 index 0000000..30e2966 Binary files /dev/null and b/misc/TextSearch-x86_64.app/Contents/Library/libGL.1.dylib differ diff --git a/misc/TextSearch-x86_64.app/Contents/Library/libglfw.3.dylib b/misc/TextSearch-x86_64.app/Contents/Library/libglfw.3.dylib new file mode 100644 index 0000000..0d9fc0e Binary files /dev/null and b/misc/TextSearch-x86_64.app/Contents/Library/libglfw.3.dylib differ diff --git a/misc/TextSearch-x86_64.app/Contents/Resources/text-search.icns b/misc/TextSearch-x86_64.app/Contents/Resources/text-search.icns new file mode 100644 index 0000000..fe24327 Binary files /dev/null and b/misc/TextSearch-x86_64.app/Contents/Resources/text-search.icns differ diff --git a/misc/text-search.app/Contents/Info.plist b/misc/text-search.app/Contents/Info.plist deleted file mode 100644 index b6ecf68..0000000 --- a/misc/text-search.app/Contents/Info.plist +++ /dev/null @@ -1,22 +0,0 @@ - - - - - CFBundleDisplayName - Text-Search - CFBundleExecutable - text-search - CFBundleIdentifier - com.aldrikramaekers.text-search - CFBundleName - Text-Search - CFBundlePackageType - APPL - CFBundleSignature - FOOZ - CFBundleVersion - 2.3.0 - CFBundleIconFile - text-search.icns - - \ No newline at end of file diff --git a/misc/text-search.app/Contents/Library/libGL.1.dylib b/misc/text-search.app/Contents/Library/libGL.1.dylib deleted file mode 100644 index 30e2966..0000000 Binary files a/misc/text-search.app/Contents/Library/libGL.1.dylib and /dev/null differ diff --git a/misc/text-search.app/Contents/Library/libglfw.3.dylib b/misc/text-search.app/Contents/Library/libglfw.3.dylib deleted file mode 100644 index 0d9fc0e..0000000 Binary files a/misc/text-search.app/Contents/Library/libglfw.3.dylib and /dev/null differ diff --git a/misc/text-search.app/Contents/Resources/text-search.icns b/misc/text-search.app/Contents/Resources/text-search.icns deleted file mode 100644 index fe24327..0000000 Binary files a/misc/text-search.app/Contents/Resources/text-search.icns and /dev/null differ -- cgit v1.2.3-70-g09d2