projects
/
quassel.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
cmake: avoid de-duplication of user's CXXFLAGS
[quassel.git]
/
cmake
/
MacOSXBundleInfo.plist.in
diff --git
a/scripts/build/Info.plist
b/cmake/MacOSXBundleInfo.plist.in
similarity index 77%
rename from
scripts/build/Info.plist
rename to
cmake/MacOSXBundleInfo.plist.in
index
c773a3f
..
0327348
100644
(file)
--- a/
scripts/build/Info.plist
+++ b/
cmake/MacOSXBundleInfo.plist.in
@@
-5,11
+5,11
@@
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
- <string>
%(BUNDLE_NAME)s
</string>
+ <string>
@BUNDLE_NAME@
</string>
<key>CFBundleGetInfoString</key>
<string>Quassel IRC Client</string>
<key>CFBundleIconFile</key>
<key>CFBundleGetInfoString</key>
<string>Quassel IRC Client</string>
<key>CFBundleIconFile</key>
- <string>
%(ICON_FILE)
s</string>
+ <string>
quassel.icn
s</string>
<key>CFBundleIdentifier</key>
<string>org.quassel-irc.client</string>
<key>CFBundleInfoDictionaryVersion</key>
<key>CFBundleIdentifier</key>
<string>org.quassel-irc.client</string>
<key>CFBundleInfoDictionaryVersion</key>
@@
-19,22
+19,22
@@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>
%(BUNDLE_VERSION)s
</string>
+ <string>
@QUASSEL_MAJOR@.@QUASSEL_MINOR@.@QUASSEL_PATCH@
</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>%(BUNDLE_VERSION)s</string>
+ <string>@QUASSEL_MAJOR@.@QUASSEL_MINOR@.@QUASSEL_PATCH@</string>
+ <key>LSMinimumSystemVersion</key>
+ <string>@QMAKE_MACOSX_DEPLOYMENT_TARGET@</string>
<key>LSRequiresCarbon</key>
<true/>
<key>LSRequiresCarbon</key>
<true/>
- <key>NSPrincipalClass</key>
- <string>NSApplication</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>NSHumanReadableCopyright</key>
<key>NSHighResolutionCapable</key>
<true/>
<key>NSHumanReadableCopyright</key>
- <string>© 2005-2020, Quassel IRC Team</string>
+ <string>© 2005-2022, Quassel IRC Team</string>
+ <key>NSPrincipalClass</key>
+ <string>NSApplication</string>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
- <key>LSMinimumSystemVersion</key>
- <string>%(QT_MACOSX_DEPLOYMENT_TARGET)s</string>
</dict>
</plist>
</dict>
</plist>