<feed xmlns='http://www.w3.org/2005/Atom'>
<title>MASShortcut, branch 2.1.0</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>Version bump to 2.1.0.</title>
<updated>2015-01-16T10:53:19+00:00</updated>
<author>
<name>Tomáš Znamenáček</name>
</author>
<published>2015-01-16T10:53:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=3ebbb7efde52d97abf9d215e5446e10a30223057'/>
<id>3ebbb7efde52d97abf9d215e5446e10a30223057</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #57 from shpakovski/legacy-osx-support</title>
<updated>2015-01-16T10:38:43+00:00</updated>
<author>
<name>Tomáš Znamenáček</name>
</author>
<published>2015-01-16T10:38:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=66fd9b8e4117069d2c58563d668577f5af0dae87'/>
<id>66fd9b8e4117069d2c58563d668577f5af0dae87</id>
<content type='text'>
Legacy OS X support down to 10.6 included (fixes #56).</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Legacy OS X support down to 10.6 included (fixes #56).</pre>
</div>
</content>
</entry>
<entry>
<title>Removed section about ARC support from README.</title>
<updated>2015-01-16T08:42:37+00:00</updated>
<author>
<name>Tomáš Znamenáček</name>
</author>
<published>2015-01-16T08:42:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=1baa2bae9d63093d64239992dc702b10d149b7c5'/>
<id>1baa2bae9d63093d64239992dc702b10d149b7c5</id>
<content type='text'>
There are now two officially supported ways to use MASShortcut: through
including the Xcode project in your app’s workspace and linking against
MASShortcut.framework, and through CocoaPods. Both options work well in both
ARC and MRC projects with no additional settings needed. (I use MASShortcut in
a MRC project myself.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are now two officially supported ways to use MASShortcut: through
including the Xcode project in your app’s workspace and linking against
MASShortcut.framework, and through CocoaPods. Both options work well in both
ARC and MRC projects with no additional settings needed. (I use MASShortcut in
a MRC project myself.)
</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>Updating to current master.</title>
<updated>2015-01-14T10:07:22+00:00</updated>
<author>
<name>Tomáš Znamenáček</name>
</author>
<published>2015-01-14T10:07:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=44542896d447dccb0579f319935c44c04a1ca62e'/>
<id>44542896d447dccb0579f319935c44c04a1ca62e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the clear glyph instead of backspace for clearing a shortcut.</title>
<updated>2015-01-14T09:03:31+00:00</updated>
<author>
<name>Tomáš Znamenáček</name>
</author>
<published>2015-01-14T09:03:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=bdb64f0177a9bac79002ac929d0328b32f10143c'/>
<id>bdb64f0177a9bac79002ac929d0328b32f10143c</id>
<content type='text'>
The recording control used to display the backspace glyph (U+232B)
on the button that clears the shortcut. That’s a bit confusing, since
the same backspace glyph can also appear inside the control,
representing the recorded shortcut. The clear glyph (U+2715,
diagonal cross) seems like a better fit – it’s already used in
similar context throughout the Apple UIs like search bars.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The recording control used to display the backspace glyph (U+232B)
on the button that clears the shortcut. That’s a bit confusing, since
the same backspace glyph can also appear inside the control,
representing the recorded shortcut. The clear glyph (U+2715,
diagonal cross) seems like a better fit – it’s already used in
similar context throughout the Apple UIs like search bars.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated headerdoc markup for MASShortcutView+Bindings.</title>
<updated>2015-01-14T08:59:28+00:00</updated>
<author>
<name>Tomáš Znamenáček</name>
</author>
<published>2015-01-14T08:59:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=cfc4bd64d0f5d784633b7ae5d9faf8a6a657f239'/>
<id>cfc4bd64d0f5d784633b7ae5d9faf8a6a657f239</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix README.</title>
<updated>2015-01-13T17:45:29+00:00</updated>
<author>
<name>Vadim Shpakovski</name>
</author>
<published>2015-01-13T17:45:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=988fcee20835f2df48bc4d29d351a797eba34a30'/>
<id>988fcee20835f2df48bc4d29d351a797eba34a30</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #59 from aral/patch-1</title>
<updated>2015-01-13T17:25:58+00:00</updated>
<author>
<name>Vadim Shpakovski</name>
</author>
<published>2015-01-13T17:25:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=ca561ca70cc45180f25beae054265c08af1c1dd6'/>
<id>ca561ca70cc45180f25beae054265c08af1c1dd6</id>
<content type='text'>
Added explicit instructions for use in Swift</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added explicit instructions for use in Swift</pre>
</div>
</content>
</entry>
<entry>
<title>Added explicit instructions for use in Swift</title>
<updated>2015-01-13T17:21:27+00:00</updated>
<author>
<name>Aral Balkan</name>
</author>
<published>2015-01-13T17:21:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=8dc86c9b62f1f2a4649bf9e09b9afe0a92de00c1'/>
<id>8dc86c9b62f1f2a4649bf9e09b9afe0a92de00c1</id>
<content type='text'>
The explicit Cocoa import had tripped me up. Would be good to save someone the same hassle.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The explicit Cocoa import had tripped me up. Would be good to save someone the same hassle.</pre>
</div>
</content>
</entry>
</feed>
