<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/packaging/macosx, branch v4.1.93</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.1.93</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.1.93'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2014-02-27T01:17:50Z</updated>
<entry>
<title>Update the Mac Info.plist structure</title>
<updated>2014-02-27T01:17:50Z</updated>
<author>
<name>Thiago Macieira</name>
<email>thiago@macieira.org</email>
</author>
<published>2014-02-27T00:51:51Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=68d80e7a9d1b99f391869ebdd3f0f6f6c9a5d0c4'/>
<id>urn:sha1:68d80e7a9d1b99f391869ebdd3f0f6f6c9a5d0c4</id>
<content type='text'>
The bundle signature is not a necessary property in any of the OS X
versions we support. And the current bundle version identifier is 6.0,
not 1.0.

Signed-off-by: Thiago Macieira &lt;thiago@macieira.org&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Set the NSPrincipalClass in Info.plist</title>
<updated>2014-02-26T01:35:20Z</updated>
<author>
<name>Thiago Macieira</name>
<email>thiago@macieira.org</email>
</author>
<published>2014-02-26T00:48:29Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=28d0cb8e2cad400b4c99c0e2b7c9209dffe4e6ba'/>
<id>urn:sha1:28d0cb8e2cad400b4c99c0e2b7c9209dffe4e6ba</id>
<content type='text'>
This is required to enable HiDPI support for the Retina displays. The
Info.plist that comes with Qt had this, but the one we supply with
Subsurface didn't.

Done-with: Jake Petroules &lt;jake.petroules@petroules.com&gt;
Signed-off-by: Thiago Macieira &lt;thiago@macieira.org&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Improve signing script, adjust flags for gcc-4.2</title>
<updated>2013-12-20T04:42:59Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2013-12-20T04:42:59Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=a0b9daf63bfb0b5e7cd59806a9329382122dcac6'/>
<id>urn:sha1:a0b9daf63bfb0b5e7cd59806a9329382122dcac6</id>
<content type='text'>
On one of my machines codesign doesn't find my signing key by hash, but
does find it by name. Go figure.
Also on that same system (32bit Mac Mini with running Snow Leopard / 10.6)
gcc 4.2 doesn't support the -unused-result warning. So let's only turn
that on for more modern versions of gcc

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Tools to create nice signed DMG</title>
<updated>2013-12-15T19:22:57Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2013-12-15T19:19:01Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=d3065d811ac6441fd0eaa64b17eade4335a5a366'/>
<id>urn:sha1:d3065d811ac6441fd0eaa64b17eade4335a5a366</id>
<content type='text'>
These are only useful for me, but having them in git makes my life so much
easier...

Instead of using macdeployqt to create my DMG I use the tool that I used for
Subsurface 3. This allows for much prettier DMG content as well.

Fixes #329

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>And let qmake create the Mac bundle on its own</title>
<updated>2013-10-09T06:29:43Z</updated>
<author>
<name>Thiago Macieira</name>
<email>thiago@macieira.org</email>
</author>
<published>2013-10-07T06:12:59Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=57994fa7a19ece18ffbecfabd69216190f62e425'/>
<id>urn:sha1:57994fa7a19ece18ffbecfabd69216190f62e425</id>
<content type='text'>
It will even parse the Info.plist.in file for us and run sed on it.

Signed-off-by: Thiago Macieira &lt;thiago@macieira.org&gt;
</content>
</entry>
<entry>
<title>Mac bundle: include the XSLT files</title>
<updated>2013-02-24T00:20:19Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2013-02-24T00:20:19Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=1be9467231b3f418d41595d23a549f8198a2ab9d'/>
<id>urn:sha1:1be9467231b3f418d41595d23a549f8198a2ab9d</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Update MacOS make-package script</title>
<updated>2013-02-21T06:45:11Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2013-02-21T06:45:11Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=678dafbe67abe211a7934865779ca5df8a6e65b8'/>
<id>urn:sha1:678dafbe67abe211a7934865779ca5df8a6e65b8</id>
<content type='text'>
The three digit number is needed for the Info.plist, not for the dmg and
volume names.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Consistent syntax.</title>
<updated>2013-02-16T23:46:14Z</updated>
<author>
<name>Cristian Ionescu-Idbohrn</name>
<email>cristian.ionescu-idbohrn@axis.com</email>
</author>
<published>2013-02-16T23:16:11Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=155228004e6b295efba9a9c35b6dc080e76b8389'/>
<id>urn:sha1:155228004e6b295efba9a9c35b6dc080e76b8389</id>
<content type='text'>
Signed-off-by: Cristian Ionescu-Idbohrn &lt;cristian.ionescu-idbohrn@axis.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Remove useless whitespace.</title>
<updated>2013-02-16T23:45:55Z</updated>
<author>
<name>Cristian Ionescu-Idbohrn</name>
<email>cristian.ionescu-idbohrn@axis.com</email>
</author>
<published>2013-02-16T23:13:52Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=99159f06cc2a6e0a996c0b0739a980cc60a63d1b'/>
<id>urn:sha1:99159f06cc2a6e0a996c0b0739a980cc60a63d1b</id>
<content type='text'>
Signed-off-by: Cristian Ionescu-Idbohrn &lt;cristian.ionescu-idbohrn@axis.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Remove useless curly brackets.</title>
<updated>2013-02-16T23:43:30Z</updated>
<author>
<name>Cristian Ionescu-Idbohrn</name>
<email>cristian.ionescu-idbohrn@axis.com</email>
</author>
<published>2013-02-16T23:12:04Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=44c7e02c94a756de9bb111041b102fbcdae8c612'/>
<id>urn:sha1:44c7e02c94a756de9bb111041b102fbcdae8c612</id>
<content type='text'>
Signed-off-by: Cristian Ionescu-Idbohrn &lt;cristian.ionescu-idbohrn@axis.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
