mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-25 14:50:23 +00:00
Updated macOS app metadata in osx/Info.plist.in:
Raised LSMinimumSystemVersion to 11.0. Aligned CFBundleIdentifier with project naming (net.zoite.Zoitechat). Kept version placeholders (@VERSION@) in CFBundleGetInfoString, CFBundleShortVersionString, and CFBundleVersion so they map cleanly via template substitution. Confirmed icon/document declarations still point to zoitechat.icns and zct/hct extensions. Made Info.plist generation deterministic in bundling workflow by updating osx/makebundle.sh: Force script execution from its own directory for stable relative paths. Always render Info.plist from Info.plist.in before bundling. Use a single explicit version source: VERSION env var or fallback to meson.build project version. Use LC_ALL=C substitution and atomic temp-file move for stable output behavior.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>zoitechat.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.zoitechat</string>
|
||||
<string>net.zoite.Zoitechat</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
@@ -41,6 +41,6 @@
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string></string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>10.4</string>
|
||||
<string>11.0</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
Reference in New Issue
Block a user