From d2995537674b2736ff24d0643a7be0264803dccb Mon Sep 17 00:00:00 2001 From: "Trejkaz (pen name)" Date: Wed, 22 Jan 2014 16:58:38 +1100 Subject: [PATCH 1/4] Create Info.plist --- Info.plist | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Info.plist 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 + + From c0df50b46cdb30c0fa844b52189295f921701436 Mon Sep 17 00:00:00 2001 From: "Trejkaz (pen name)" Date: Wed, 22 Jan 2014 16:59:59 +1100 Subject: [PATCH 2/4] Remove .app wrapping for Mac OS X Employ a trick to embed Info.plist into the executable so that we can turn off the dock icon, and set the Qt build flag to tell it not to create a wrapper. --- CutyCapt.pro | 5 +++++ 1 file changed, 5 insertions(+) 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 +} From a9cb06b89f9f3df26111f9dbb4a745a354387530 Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Sun, 11 Feb 2024 01:33:59 +0000 Subject: [PATCH 3/4] Create techstack.yml --- techstack.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 techstack.yml 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 From 25d4e938ba9dbf055a15aad606614c4455f38311 Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Sun, 11 Feb 2024 01:34:00 +0000 Subject: [PATCH 4/4] Create techstack.md --- techstack.md | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 techstack.md 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 +![](https://img.stackshare.io/repo.svg "repo") [hakanai/CutyCapt](https://github.com/hakanai/CutyCapt)![](https://img.stackshare.io/public_badge.svg "public") +

+|2
Tools used|02/11/24
Report generated| +|------|------| +
+ +## Languages (1) + + + + +
+ C++ +
+ C++ +
+ +
+ +## DevOps (1) + + + + +
+ Git +
+ Git +
+ +
+ +
+
+ +Generated via [Stack File](https://github.com/marketplace/stack-file)