summaryrefslogtreecommitdiff
path: root/misc/text-search.app/Contents
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-03-10 14:02:32 +0100
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-03-10 14:02:32 +0100
commite039ec4d059d49c6fafecbc9aec7536498baa8ec (patch)
tree675589a217e6bda2a4fab268b5cff3cc1dca63d0 /misc/text-search.app/Contents
parent7cc519c9d2f5b68aae04d368077f17c605009b43 (diff)
osx app bundle
Diffstat (limited to 'misc/text-search.app/Contents')
-rw-r--r--misc/text-search.app/Contents/Info.plist22
-rw-r--r--misc/text-search.app/Contents/Library/libGL.1.dylibbin0 -> 422808 bytes
-rw-r--r--misc/text-search.app/Contents/Library/libglfw.3.dylibbin0 -> 235872 bytes
-rw-r--r--misc/text-search.app/Contents/Resources/text-search.icnsbin0 -> 21994 bytes
4 files changed, 22 insertions, 0 deletions
diff --git a/misc/text-search.app/Contents/Info.plist b/misc/text-search.app/Contents/Info.plist
new file mode 100644
index 0000000..8078337
--- /dev/null
+++ b/misc/text-search.app/Contents/Info.plist
@@ -0,0 +1,22 @@
+<?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>CFBundleDisplayName</key>
+ <string>Text-Search</string>
+ <key>CFBundleExecutable</key>
+ <string>text-search</string>
+ <key>CFBundleIdentifier</key>
+ <string>com.aldrikramaekers.text-search</string>
+ <key>CFBundleName</key>
+ <string>Text-Search</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleSignature</key>
+ <string>FOOZ</string>
+ <key>CFBundleVersion</key>
+ <string>2.1.0</string>
+ <key>CFBundleIconFile</key>
+ <string>text-search.icns</string>
+</dict>
+</plist> \ 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
new file mode 100644
index 0000000..30e2966
--- /dev/null
+++ b/misc/text-search.app/Contents/Library/libGL.1.dylib
Binary files differ
diff --git a/misc/text-search.app/Contents/Library/libglfw.3.dylib b/misc/text-search.app/Contents/Library/libglfw.3.dylib
new file mode 100644
index 0000000..0d9fc0e
--- /dev/null
+++ b/misc/text-search.app/Contents/Library/libglfw.3.dylib
Binary files differ
diff --git a/misc/text-search.app/Contents/Resources/text-search.icns b/misc/text-search.app/Contents/Resources/text-search.icns
new file mode 100644
index 0000000..fe24327
--- /dev/null
+++ b/misc/text-search.app/Contents/Resources/text-search.icns
Binary files differ