Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Mon, 11 Jul 2016 21:23:38 UTC Commit: 75fcc701c2c48bbef24e5aefebdd45422cb0e89d https://github.com/geany/geany-osx/commit/75fcc701c2c48bbef24e5aefebdd45422c...
Log Message: ----------- Revert to semi-innovative Mac OS name
Good compromise between current macOS, previous OS X and original Mac OS.
Modified Paths: -------------- README.md
Modified: README.md 22 lines changed, 11 insertions(+), 11 deletions(-) =================================================================== @@ -1,12 +1,12 @@ -Geany for macOS -=============== -Geany for macOS is a project that contains all the necessary configuration +Geany for Mac OS +================ +Geany for Mac OS is a project that contains all the necessary configuration files, themes, scripts and instructions to create the Geany app bundle and -a dmg installer image for macOS. +a dmg installer image for Mac OS.
Binaries -------- -The macOS binaries can be downloaded from the Geany Releases page: +The Mac OS binaries can be downloaded from the Geany Releases page:
http://www.geany.org/Download/Releases
@@ -21,20 +21,20 @@ A brief description of the contents of the project directory: * *iconbuilder.iconset*: contains source icons for the Geany.icns file. Not needed for normal build, present just in case the icns file needs to be recreated for some reason. -* *patches*: patches fixing VTE under macOS and enabling VTE bundling. +* *patches*: patches fixing VTE under Mac OS and enabling VTE bundling.
### Configuration files * *geany.modules*: JHBuild modules file with Geany dependencies. * *geany.bundle*: configuration file describing the contents of the app bundle. -* *Info.plist*: macOS application configuration file containing some basic +* *Info.plist*: Mac OS application configuration file containing some basic information such as application name, version, etc. but also additional configuration including file types the application can open. * *gtkrc.theme, close.png*: GTK theme based on the Greybird theme and - modified to match the macOS theme better. + modified to match the Mac OS theme better. * *gtkrc*: GTK configuration file including the theme file and changing some Geany gtkrc settings. -* *Geany.icns*: macOS Geany icon file. +* *Geany.icns*: Mac OS Geany icon file.
### Scripts * *launcher.sh*: launcher script from the gtk-mac-bundler project setting @@ -49,7 +49,7 @@ A brief description of the contents of the project directory:
General Instructions -------------------- -For more general instructions about building and bundling macOS applications +For more general instructions about building and bundling Mac OS applications please visit
https://wiki.gnome.org/Projects/GTK%2B/OSX/ @@ -97,7 +97,7 @@ To create the bundle, you need to first install JHBuild and GTK as described bel
Instead of meta-gtk-osx-core (GTK 2) you can also use `meta-gtk-osx-gtk3` to install GTK 3. Note that both GTK 2 and GTK 3 cannot be installed at the - same time. Also note that there seem to be various problems with the macOS + same time. Also note that there seem to be various problems with the Mac OS support in GTK 3; for this reason I have not spent more time with the GTK 3 backend so there is no GTK3-specific theme or bundling support at this moment.
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).