<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/packaging/macosx, branch v4.9.2</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom/packaging/macosx?h=v4.9.2</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom/packaging/macosx?h=v4.9.2'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2019-04-12T07:30:06Z</updated>
<entry>
<title>build-system: macOS: more hacking around paths</title>
<updated>2019-04-12T07:30:06Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2019-02-21T16:54:29Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=4c26bd55229de8378fb4a63b885ba6e9b9fe4f91'/>
<id>urn:sha1:4c26bd55229de8378fb4a63b885ba6e9b9fe4f91</id>
<content type='text'>
This really is mostly for my scripting and how I build the official packages.
But there isn't much harm having it in the repo. And it makes my life easier.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>build system: use --force when signing Mac bundle</title>
<updated>2019-01-24T21:51:32Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2019-01-24T21:51:29Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=75d7d7a83c13e2be80ffd00677a46a4d64e7e5eb'/>
<id>urn:sha1:75d7d7a83c13e2be80ffd00677a46a4d64e7e5eb</id>
<content type='text'>
This avoids a common problem if some of the libraries copied into the
budle where previously signed.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Mac: Turn on automatic GPU switching</title>
<updated>2018-09-28T14:34:50Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2018-09-26T11:57:51Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=43c9178bf706ed5f75dd027b0ffe67d8ca1fe4ce'/>
<id>urn:sha1:43c9178bf706ed5f75dd027b0ffe67d8ca1fe4ce</id>
<content type='text'>
We are not OpenGL heavy so this saves battery life.

Signed-off-by: Robert C. Helling &lt;helling@atdotde.de&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>build-system/macOS: update the signing script</title>
<updated>2018-07-07T05:16:47Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-07-07T05:16:47Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=e0bb8eab153d937e3be4660c4ea394d8c08d659d'/>
<id>urn:sha1:e0bb8eab153d937e3be4660c4ea394d8c08d659d</id>
<content type='text'>
This really isn't useful for anyone but me as I create official binaries.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>build-system/macOS: update make-package.sh to use macOS 10.11 as base version</title>
<updated>2018-07-07T00:22:35Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-07-07T00:22:35Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=80bc47fa132b9928e57d6a23f54b6db763abe494'/>
<id>urn:sha1:80bc47fa132b9928e57d6a23f54b6db763abe494</id>
<content type='text'>
Qt 5.11 no longer supports macOS 10.10.
Also use the new long path to identify the SDK.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>macOS: we don't need to bundle QtDBus</title>
<updated>2018-07-03T21:58:00Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-07-03T16:27:53Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=15cbbc8cf9b4b06bc2cd7f0986135f195f003f1a'/>
<id>urn:sha1:15cbbc8cf9b4b06bc2cd7f0986135f195f003f1a</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>macOS: we no longer need libssh2</title>
<updated>2018-07-03T21:58:00Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-07-03T16:27:27Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=5a22611c33290d382d24dc6ce6de16dd2889529c'/>
<id>urn:sha1:5a22611c33290d382d24dc6ce6de16dd2889529c</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Mac: don't try to copy libraries we got from Homebrew</title>
<updated>2018-05-20T04:22:31Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-05-20T02:52:46Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=dce7e46766f5acb8d4723f0b126df120e17051dd'/>
<id>urn:sha1:dce7e46766f5acb8d4723f0b126df120e17051dd</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Mac build: update the signing script</title>
<updated>2017-10-10T04:00:06Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-10-10T04:00:06Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=37737c4381f78c8cfe473b03a4a5e75fe3437ed9'/>
<id>urn:sha1:37737c4381f78c8cfe473b03a4a5e75fe3437ed9</id>
<content type='text'>
Which admittedly is mostly useful for me...

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Mac build: these problems have long been solved</title>
<updated>2017-10-10T03:59:37Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-10-10T03:59:37Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=e0cc9b9c4c680446baeb7019aa4576406a163426'/>
<id>urn:sha1:e0cc9b9c4c680446baeb7019aa4576406a163426</id>
<content type='text'>
And the Readme is therefore confusing.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
