<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/packaging/macosx, branch v5.0.3</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v5.0.3</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v5.0.3'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2020-12-30T16:57:12Z</updated>
<entry>
<title>cleanup: remove obsolete macOS packaging files</title>
<updated>2020-12-30T16:57:12Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2020-12-30T01:56:27Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=8ae326c268cae78668bb60c246d95050c2956c3c'/>
<id>urn:sha1:8ae326c268cae78668bb60c246d95050c2956c3c</id>
<content type='text'>
Several of these stem back from when Subsurface was a Gtk2 app.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>build-system: remove Grantlee from the packaging scripts</title>
<updated>2020-10-08T19:19:39Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2020-10-07T19:46:41Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=ec7422feb5bb35cd8a456a67309df15c9b7ad59e'/>
<id>urn:sha1:ec7422feb5bb35cd8a456a67309df15c9b7ad59e</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>build-system/macOS: change signing to re-enable notarization</title>
<updated>2020-09-14T01:34:36Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2020-09-14T01:34:34Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=601f49ab8440cf08ba7dc97666bf34ab0b1d7210'/>
<id>urn:sha1:601f49ab8440cf08ba7dc97666bf34ab0b1d7210</id>
<content type='text'>
This continues to be useless for other people as it requires my signing key,
but when signed like this I can then successfully submit the dmg for
notarization, so I'll update the signing script in order not to lose that
magic...

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>build-system/macOS: use consistent code to pick SDK</title>
<updated>2020-09-13T20:55:46Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2020-09-13T00:35:37Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=53ea3b496473d11f2f41897a23d08cb5d10b24d3'/>
<id>urn:sha1:53ea3b496473d11f2f41897a23d08cb5d10b24d3</id>
<content type='text'>
Hardcoding versions was kinda silly. This now matches what's in build.sh.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>build-system: add backend_shared to Xcode project</title>
<updated>2019-12-23T23:44:23Z</updated>
<author>
<name>jan Iversen</name>
<email>jan@casacondor.com</email>
</author>
<published>2019-12-15T08:15:07Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=f39dea144cf99bb27e5449db9030142efa72d589'/>
<id>urn:sha1:f39dea144cf99bb27e5449db9030142efa72d589</id>
<content type='text'>
Update Xcode project with new root folder reference

Signed-off-by: Jan Iversen &lt;jan@casacondor.com&gt;
</content>
</entry>
<entry>
<title>build system: add forgotten directory to xCode project</title>
<updated>2019-12-23T18:53:04Z</updated>
<author>
<name>jan Iversen</name>
<email>jan@casacondor.com</email>
</author>
<published>2019-12-23T17:56:08Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=967f0e56d79c4c25e54619ef8f56770baa9edaa8'/>
<id>urn:sha1:967f0e56d79c4c25e54619ef8f56770baa9edaa8</id>
<content type='text'>
Add tests to xCode project.

Signed-off-by: Jan Iversen &lt;jan@casacondor.com&gt;
</content>
</entry>
<entry>
<title>mac: correct Xcode project schemes</title>
<updated>2019-12-11T00:49:27Z</updated>
<author>
<name>jan Iversen</name>
<email>jan@casacondor.com</email>
</author>
<published>2019-12-10T10:59:07Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=9ea46f196adec41afffe8670a647dd04c4519b99'/>
<id>urn:sha1:9ea46f196adec41afffe8670a647dd04c4519b99</id>
<content type='text'>
Update schemes to only allow run.

Now it is possible to build/run/debug mobileExecutable as
well as desktop from within Xcode.

Xcode demands that the path to the debug executable it not relative,
this of course gives a portability problem.

The path selected are
~/develop/src/subsurface/build....
to at least give it a shine of not being fixed.

Signed-off-by: Jan Iversen &lt;jani@apache.org&gt;
</content>
</entry>
<entry>
<title>mac: create Xcode project for mobile (on a desktop)</title>
<updated>2019-11-27T05:54:05Z</updated>
<author>
<name>jan Iversen</name>
<email>jani@apache.org</email>
</author>
<published>2018-09-17T10:08:15Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=e8a60429514af065a368862d656f5e699d7056e6'/>
<id>urn:sha1:e8a60429514af065a368862d656f5e699d7056e6</id>
<content type='text'>
Create Xcode project, allowing easy editing of all sources.
the project uses "make mobile" and "make desktop" to generate the project,
so all CMake changes are automatically updated

the project uses folder references, so adding/removing a source is
automatically updated

The project expect build-mobile and build to be existing as well
as external libraries, so after cloning do a normal build before
using the project.

Signed-off-by: Jan Iversen &lt;jani@apache.org&gt;
</content>
</entry>
<entry>
<title>macOS: with Qt 5.13 we need QtDBus again</title>
<updated>2019-11-20T18:47:18Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2019-11-20T18:47:18Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=919a09851347c10a062f1e3819dfbe886fda7ee2'/>
<id>urn:sha1:919a09851347c10a062f1e3819dfbe886fda7ee2</id>
<content type='text'>
So don't remove it from the build before signing.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>macOS: update make package script for Grantlee 5.1</title>
<updated>2019-11-20T18:46:35Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2019-11-20T18:46:35Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=3e5a81edeb918d1f4d96c7f5382e9661f146e36a'/>
<id>urn:sha1:3e5a81edeb918d1f4d96c7f5382e9661f146e36a</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
