<feed xmlns='http://www.w3.org/2005/Atom'>
<title>MASShortcut/MASShortcut.xcodeproj/project.pbxproj, branch 2.3.3</title>
<subtitle>Modern framework for managing global keyboard shortcuts compatible with Mac App Store. More details:</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/'/>
<entry>
<title>Japanese localization</title>
<updated>2015-10-14T09:44:06+00:00</updated>
<author>
<name>shinya takahashi</name>
</author>
<published>2015-10-14T09:44:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=09b7364130841e3c979e2165033455ea644eb396'/>
<id>09b7364130841e3c979e2165033455ea644eb396</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added basic localization for German, Spanish, French, Italian, and Japanese.</title>
<updated>2015-09-10T07:24:41+00:00</updated>
<author>
<name>Tomáš Znamenáček</name>
</author>
<published>2015-09-10T07:24:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=3cca4da610f75862508dfe6b8f78a1801162ed73'/>
<id>3cca4da610f75862508dfe6b8f78a1801162ed73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added Czech localization.</title>
<updated>2015-08-18T12:00:09+00:00</updated>
<author>
<name>Tomáš Znamenáček</name>
</author>
<published>2015-08-18T12:00:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=814934072aef7050f0efc880a6496c97aa288d3a'/>
<id>814934072aef7050f0efc880a6496c97aa288d3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Namespaced the testing build scheme name (Tests → MASShortcutTests).</title>
<updated>2015-03-09T13:32:38+00:00</updated>
<author>
<name>Tomáš Znamenáček</name>
</author>
<published>2015-03-09T13:32:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=6c4577199c3d46ddcd9b6c5caf56ade9fc2559aa'/>
<id>6c4577199c3d46ddcd9b6c5caf56ade9fc2559aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>module map</title>
<updated>2015-03-08T22:12:27+00:00</updated>
<author>
<name>Tom Brow</name>
</author>
<published>2015-03-08T22:12:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=d845d8cda9fa6d845b2071c89a9f2d7372876ff7'/>
<id>d845d8cda9fa6d845b2071c89a9f2d7372876ff7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DEFINES_MODULE = YES</title>
<updated>2015-03-08T21:49:30+00:00</updated>
<author>
<name>Tom Brow</name>
</author>
<published>2015-03-08T21:49:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=2efd8d1dcab7481aa0813b42d3d895cd9d2695bb'/>
<id>2efd8d1dcab7481aa0813b42d3d895cd9d2695bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added test for hotkeys and shortcut monitor.</title>
<updated>2015-01-14T11:54:49+00:00</updated>
<author>
<name>Tomáš Znamenáček</name>
</author>
<published>2015-01-14T11:54:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=27eace979e202116e44db3dc6acc9a8427ecaa0a'/>
<id>27eace979e202116e44db3dc6acc9a8427ecaa0a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added support for older OS X releases back to 10.6 included.</title>
<updated>2015-01-12T16:10:20+00:00</updated>
<author>
<name>Tomáš Znamenáček</name>
</author>
<published>2015-01-09T11:54:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=86a32313986fb9da606df40bc937298b2abeed35'/>
<id>86a32313986fb9da606df40bc937298b2abeed35</id>
<content type='text'>
Apart from turning off Auto Layout for the Demo project, the only
thing remaining was several __weak qualifiers to prevent retain
cycles in blocks. I have replaced them with __unsafe_unretained
since __weak is not supported on 10.6. There should be no safety
concerns here, since we are certain the pointers will remain valid.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Apart from turning off Auto Layout for the Demo project, the only
thing remaining was several __weak qualifiers to prevent retain
cycles in blocks. I have replaced them with __unsafe_unretained
since __weak is not supported on 10.6. There should be no safety
concerns here, since we are certain the pointers will remain valid.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Xcode warnings and fix the hard-coded shortcut.</title>
<updated>2015-01-09T19:04:10+00:00</updated>
<author>
<name>Vadim Shpakovski</name>
</author>
<published>2015-01-09T19:04:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=0a0619461d473085608af0aa1e00540bf6253a9c'/>
<id>0a0619461d473085608af0aa1e00540bf6253a9c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed an obsolete reference to the XCTest framework.</title>
<updated>2015-01-09T11:58:06+00:00</updated>
<author>
<name>Tomáš Znamenáček</name>
</author>
<published>2015-01-09T11:58:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=25d97b68c7e2ad3f91ed285c17005b90bf9d8849'/>
<id>25d97b68c7e2ad3f91ed285c17005b90bf9d8849</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
