diff --git a/.gitignore b/.gitignore index 8d636f4b..06801677 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,3 @@ .ccls compile_commands.json compile_flags.txt -*.plist diff --git a/src/data/core/Info.plist b/src/data/core/Info.plist new file mode 100644 index 00000000..2b0ed169 --- /dev/null +++ b/src/data/core/Info.plist @@ -0,0 +1,32 @@ + + + + + CFBundleExecutable + vnote + CFBundleShortVersionString + 3.0.0 + CFBundleVersion + 3.0.0.2 + NSHumanReadableCopyright + Created by VNoteX + CFBundleIconFile + vnote.icns + CFBundleIdentifier + com.vnotex.vnote + CFBundlePackageType + APPL + CFBundleSignature + ???? + LSMinimumSystemVersion + 10.12 + NOTE + Visit [GitHub VNote](https://github.com/vnotex/vnote) for details. + NSPrincipalClass + NSApplication + NSSupportsAutomaticGraphicsSwitching + + NSRequiresAquaSystemAppearance + + + diff --git a/src/src.pro b/src/src.pro index ae602928..b6c45ee0 100644 --- a/src/src.pro +++ b/src/src.pro @@ -62,6 +62,8 @@ QMAKE_EXTRA_COMPILERS += rcc_binary OTHER_FILES += $$RCC_BINARY_SOURCES macx { + QMAKE_INFO_PLIST = data/core/Info.plist + # Process VTextEdit framework vte_lib_name = VTextEdit vte_lib_dir = $${OUT_PWD}/../libs/vtextedit/src/editor