[geany/geany-osx] 86b09d: Require macOS 10.11 or later

Jiří Techet git-noreply at xxxxx
Tue Oct 13 17:38:43 UTC 2020


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Tue, 13 Oct 2020 17:38:43 UTC
Commit:      86b09dafc112fb6abb85ddfa4447734a954117fb
             https://github.com/geany/geany-osx/commit/86b09dafc112fb6abb85ddfa4447734a954117fb

Log Message:
-----------
Require macOS 10.11 or later

This is now required by gtk-osx


Modified Paths:
--------------
    Info.plist
    README.md

Modified: Info.plist
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -26,7 +26,7 @@
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>LSMinimumSystemVersion</key>
-	<string>10.9</string>
+	<string>10.11</string>
 	<key>LSApplicationCategoryType</key>
 	<string>public.app-category.developer-tools</string>
 	<key>NSHighResolutionCapable</key>


Modified: README.md
6 lines changed, 2 insertions(+), 4 deletions(-)
===================================================================
@@ -94,13 +94,11 @@ To create the bundle, you need to first install JHBuild and GTK as described bel
 
 4.	Add the following lines to `~/.jhbuildrc-custom`:
 	```
-	setup_sdk(target="10.9", sdk_version="native", architectures=["x86_64"])
+	setup_sdk(target="10.11", sdk_version="native", architectures=["x86_64"])
 	setup_release()
 	```
 	With this settings, the build creates a 64-bit binary that works on
-	macOS 10.9 and later. macOS 10.9 is the first version which uses 
-	libc++ by default which is now required by Scintilla and VTE libraries
-	because of C++11 support. By default, jhbuild compiles without 
+	macOS 10.11 and later. By default, jhbuild compiles without 
 	optimization flags. The `setup_release()` call enables optimizations.
 
 5.	Install GTK and all of its dependencies by running the following



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list