diff --git a/CutyCapt.pro b/CutyCapt.pro
index 10dda79..715a9ac 100755
--- a/CutyCapt.pro
+++ b/CutyCapt.pro
@@ -12,3 +12,8 @@ contains(CONFIG, static): {
DEFINES += STATIC_PLUGINS
}
+mac {
+ QMAKE_CXXFLAGS += -fvisibility=hidden
+ QMAKE_LFLAGS += '-sectcreate __TEXT __info_plist Info.plist'
+ CONFIG -= app_bundle
+}
diff --git a/Info.plist b/Info.plist
new file mode 100644
index 0000000..c40e338
--- /dev/null
+++ b/Info.plist
@@ -0,0 +1,12 @@
+
+
+
+
+ CFBundleExecutable
+ CutyCapt
+ CFBundleIdentifier
+ net.sf.cutycapt
+ LSUIElement
+ 1
+
+
diff --git a/techstack.md b/techstack.md
new file mode 100644
index 0000000..1d0a284
--- /dev/null
+++ b/techstack.md
@@ -0,0 +1,60 @@
+
+
+
+# Tech Stack File
+ [hakanai/CutyCapt](https://github.com/hakanai/CutyCapt)
+
+|2
Tools used|02/11/24
Report generated|
+|------|------|
+
+
+##
Languages (1)
+
+
+
+
+ C++
+
+
+ |
+
+
+
+
+##
DevOps (1)
+
+
+
+
+ Git
+
+
+ |
+
+
+
+
+
+
+
+Generated via [Stack File](https://github.com/marketplace/stack-file)
diff --git a/techstack.yml b/techstack.yml
new file mode 100644
index 0000000..af6b176
--- /dev/null
+++ b/techstack.yml
@@ -0,0 +1,31 @@
+repo_name: hakanai/CutyCapt
+report_id: 14d939518fc3e7b37eee37790d3ed37a
+version: 0.1
+repo_type: Public
+timestamp: '2024-02-11T01:33:58+00:00'
+requested_by: hakanai
+provider: github
+branch: master
+detected_tools_count: 2
+tools:
+- name: C++
+ description: Has imperative, object-oriented and generic programming features, while
+ also providing the facilities for low level memory manipulation
+ website_url: http://www.cplusplus.com/
+ open_source: true
+ hosted_saas: false
+ category: Languages & Frameworks
+ sub_category: Languages
+ image_url: https://img.stackshare.io/service/1049/cplusplus.png
+ detection_source_url: https://github.com/hakanai/CutyCapt
+ detection_source: Repo Metadata
+- name: Git
+ description: Fast, scalable, distributed revision control system
+ website_url: http://git-scm.com/
+ open_source: true
+ hosted_saas: false
+ category: Build, Test, Deploy
+ sub_category: Version Control System
+ image_url: https://img.stackshare.io/service/1046/git.png
+ detection_source_url: https://github.com/hakanai/CutyCapt
+ detection_source: Repo Metadata