<feed xmlns='http://www.w3.org/2005/Atom'>
<title>MASShortcut, branch Low-Battery-Yup</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>MASShortcut.xcodeproj: Force build architecture to 64-bit</title>
<updated>2016-12-02T22:46:34+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-12-02T22:46:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=94234d693bea653d31cfa3afca6f2233a23ffa2d'/>
<id>94234d693bea653d31cfa3afca6f2233a23ffa2d</id>
<content type='text'>
Otherwise I get an error:

    error: -fobjc-arc is not supported with fragile abi
    Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
    failed with exit code 1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise I get an error:

    error: -fobjc-arc is not supported with fragile abi
    Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
    failed with exit code 1
</pre>
</div>
</content>
</entry>
<entry>
<title>MASShortcutView.m: Ignore VoiceOver code block for &lt;= 10.8</title>
<updated>2016-11-17T12:03:04+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-11-17T12:03:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=aa9116d7a6a361edccb4db8d8b6db0e0c9786a29'/>
<id>aa9116d7a6a361edccb4db8d8b6db0e0c9786a29</id>
<content type='text'>
Since the identifiers used in this block of code aren't defined until OS
X 10.9 (`NSAccessibilityPriorityKey` et al.), they result in compilation
errors.

In order to remove these errors, add a preprocessor flag that removes
this whole bit if we're using an earlier OS than 10.9.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since the identifiers used in this block of code aren't defined until OS
X 10.9 (`NSAccessibilityPriorityKey` et al.), they result in compilation
errors.

In order to remove these errors, add a preprocessor flag that removes
this whole bit if we're using an earlier OS than 10.9.
</pre>
</div>
</content>
</entry>
<entry>
<title>MASShortcut.xcodeproj: Change settings to work in Low Battery Yup</title>
<updated>2016-11-17T11:54:58+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-11-17T11:54:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=15e808d900c5fe79b32efb2f01b1782dc114674e'/>
<id>15e808d900c5fe79b32efb2f01b1782dc114674e</id>
<content type='text'>
Change a number of settings to work in the context of my application and
my computer/development environment.

* Set build architecture to Standard (32/64-bit Intel)
* Set deployment target to 10.8
* Link MASShortcut.framework with Carbon.framework (fix
* `CopySymbolicHotKeys` etc. undeclared error)
* Delete test target because it was failing on:

		target specifies product type 'com.apple.product-type.bundle.unit-test', but there's no such product type for the 'macosx' platform

Since I don't appear to have that product type in my Xcode 4.5.2, I
figured I wasn't really going to run the tests anyway so let's just
delete the target in order to get the framework to build.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change a number of settings to work in the context of my application and
my computer/development environment.

* Set build architecture to Standard (32/64-bit Intel)
* Set deployment target to 10.8
* Link MASShortcut.framework with Carbon.framework (fix
* `CopySymbolicHotKeys` etc. undeclared error)
* Delete test target because it was failing on:

		target specifies product type 'com.apple.product-type.bundle.unit-test', but there's no such product type for the 'macosx' platform

Since I don't appear to have that product type in my Xcode 4.5.2, I
figured I wasn't really going to run the tests anyway so let's just
delete the target in order to get the framework to build.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #100 from tonyarnold/enums</title>
<updated>2016-11-01T06:52:58+00:00</updated>
<author>
<name>Tomáš Znamenáček</name>
</author>
<published>2016-11-01T06:52:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=b54c1edbf44ec32a25b76b4fc42ef0c82c4bdea4'/>
<id>b54c1edbf44ec32a25b76b4fc42ef0c82c4bdea4</id>
<content type='text'>
Minor fixes and Swift improvements</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Minor fixes and Swift improvements</pre>
</div>
</content>
</entry>
<entry>
<title>Fix return from a NSToolTip method that expects a non-null return value</title>
<updated>2016-10-31T22:49:55+00:00</updated>
<author>
<name>Tony Arnold</name>
</author>
<published>2016-10-31T22:49:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=e73de450add24ad5868e219ad71e43f3c02f0c21'/>
<id>e73de450add24ad5868e219ad71e43f3c02f0c21</id>
<content type='text'>
Signed-off-by: Tony Arnold &lt;tony@thecocoabots.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Tony Arnold &lt;tony@thecocoabots.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use properly typedef’d enumerations to improve Swift syntax</title>
<updated>2016-10-31T22:49:08+00:00</updated>
<author>
<name>Tony Arnold</name>
</author>
<published>2016-10-31T22:49:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=4e98f342e469af26cfd8cf6678f21c2fd2bda57f'/>
<id>4e98f342e469af26cfd8cf6678f21c2fd2bda57f</id>
<content type='text'>
Signed-off-by: Tony Arnold &lt;tony@thecocoabots.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Tony Arnold &lt;tony@thecocoabots.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Release 2.3.6</title>
<updated>2016-10-30T08:51:39+00:00</updated>
<author>
<name>Tomáš Znamenáček</name>
</author>
<published>2016-10-30T08:51:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=f743bdaa5b4f69bfdcd41de9a787e018398bee29'/>
<id>f743bdaa5b4f69bfdcd41de9a787e018398bee29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix wrong header import</title>
<updated>2016-10-28T13:10:19+00:00</updated>
<author>
<name>Tomáš Znamenáček</name>
</author>
<published>2016-10-28T13:10:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=6444d3f9a21672ab8bdb72daf1e4acb6dfd9175c'/>
<id>6444d3f9a21672ab8bdb72daf1e4acb6dfd9175c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Using numerical value instead of the __MAC_10_12 symbol</title>
<updated>2016-10-28T13:05:17+00:00</updated>
<author>
<name>Tomáš Znamenáček</name>
</author>
<published>2016-10-28T13:05:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=e7f7ee50a662b15817be7c844b7448f21998884c'/>
<id>e7f7ee50a662b15817be7c844b7448f21998884c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Key mask conditional compilation fix #2</title>
<updated>2016-10-28T12:59:31+00:00</updated>
<author>
<name>Tomáš Znamenáček</name>
</author>
<published>2016-10-28T12:59:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=7dfde95369e63ce0cb45b3f30306a3d7ddb014fa'/>
<id>7dfde95369e63ce0cb45b3f30306a3d7ddb014fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
