<feed xmlns='http://www.w3.org/2005/Atom'>
<title>MASShortcut/MASShortcut.xcodeproj, 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>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>Trying to fix conditional key mask definition on 10.12</title>
<updated>2016-10-28T12:52:37+00:00</updated>
<author>
<name>Tomáš Znamenáček</name>
</author>
<published>2016-10-28T12:52:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=0d54ede8699d90997022d2286ef65953b7761628'/>
<id>0d54ede8699d90997022d2286ef65953b7761628</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use modern key mask constants instead of the ones deprecated in 10.12</title>
<updated>2016-10-28T12:40:32+00:00</updated>
<author>
<name>Tomáš Znamenáček</name>
</author>
<published>2016-10-28T12:40:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=f12ed861b095d0734173948594202e25ee7e926d'/>
<id>f12ed861b095d0734173948594202e25ee7e926d</id>
<content type='text'>
See #99 for details.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See #99 for details.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update build warnings as suggested by Xcode 8</title>
<updated>2016-10-28T11:10:58+00:00</updated>
<author>
<name>Tomáš Znamenáček</name>
</author>
<published>2016-10-28T11:10:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=bf4329178d3982f25be96ff3156477349e6bc25d'/>
<id>bf4329178d3982f25be96ff3156477349e6bc25d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade Projects to Xcode 7</title>
<updated>2016-08-08T15:24:19+00:00</updated>
<author>
<name>Vadim Shpakovski</name>
</author>
<published>2016-08-08T15:24:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=928bbe25b49cea1e3445302081ea097a3b5e1977'/>
<id>928bbe25b49cea1e3445302081ea097a3b5e1977</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ko, nl, pl, ru, es translations</title>
<updated>2016-04-14T07:55:34+00:00</updated>
<author>
<name>radex</name>
</author>
<published>2016-04-14T07:55:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=6233bfac5608fcab871d8934d14cfa91f68d0e08'/>
<id>6233bfac5608fcab871d8934d14cfa91f68d0e08</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 German localization to the demo project.</title>
<updated>2016-02-10T18:13:53+00:00</updated>
<author>
<name>Tomáš Znamenáček</name>
</author>
<published>2016-02-10T18:13:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=69b0a0665615b51d74b9ff7009664d4a0e7655a0'/>
<id>69b0a0665615b51d74b9ff7009664d4a0e7655a0</id>
<content type='text'>
This makes it possible to test the German MASShortcut localization
on the demo project.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes it possible to test the German MASShortcut localization
on the demo project.
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplified and traditional Chinese localizations.</title>
<updated>2016-01-22T04:04:51+00:00</updated>
<author>
<name>MichaelRow</name>
</author>
<published>2016-01-22T04:04:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=8e14c20ca4384bbcdd95239348d0582057ac9682'/>
<id>8e14c20ca4384bbcdd95239348d0582057ac9682</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>
</feed>
