<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wireguard-apple/Sources/WireGuardApp/UI, branch am/develop</title>
<subtitle>iOS and macOS apps for WireGuard</subtitle>
<id>https://git.zx2c4.com/wireguard-apple/atom/Sources/WireGuardApp/UI?h=am%2Fdevelop</id>
<link rel='self' href='https://git.zx2c4.com/wireguard-apple/atom/Sources/WireGuardApp/UI?h=am%2Fdevelop'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-apple/'/>
<updated>2021-09-23T04:19:48Z</updated>
<entry>
<title>UI: macOS: increase login detector file timeout</title>
<updated>2021-09-23T04:19:48Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2021-09-23T04:19:48Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-apple/commit/?id=75b6925deb69581e93d5ea243a17d55a0a154878'/>
<id>urn:sha1:75b6925deb69581e93d5ea243a17d55a0a154878</id>
<content type='text'>
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>UI: iOS: remove list pinking when no config</title>
<updated>2021-09-23T04:08:53Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2021-09-23T04:08:20Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-apple/commit/?id=abf506c1fea651b0f7a8dba1573a9806b553c861'/>
<id>urn:sha1:abf506c1fea651b0f7a8dba1573a9806b553c861</id>
<content type='text'>
This reverts commit 86afd1a46a83038a787176272a7c486b7269e1a3.

Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>UI: iOS: disable list rows when no config</title>
<updated>2021-09-22T18:56:25Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2021-09-22T18:56:25Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-apple/commit/?id=86afd1a46a83038a787176272a7c486b7269e1a3'/>
<id>urn:sha1:86afd1a46a83038a787176272a7c486b7269e1a3</id>
<content type='text'>
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>WireGuardApp: use file to communicate launch-by-login-helper</title>
<updated>2021-09-22T17:22:44Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2021-09-22T17:22:44Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-apple/commit/?id=7171df84fa57e577d5da3b17946a334e330abcb0'/>
<id>urn:sha1:7171df84fa57e577d5da3b17946a334e330abcb0</id>
<content type='text'>
Apple event params are broken on recent macOS versions.

Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>MacAppStoreUpdateDetector: Detect StoreAEService correctly</title>
<updated>2021-09-22T04:58:14Z</updated>
<author>
<name>Roopesh Chander</name>
<email>roop@roopc.net</email>
</author>
<published>2021-07-22T07:08:45Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-apple/commit/?id=ba4d1e7b2183faddc3ac59a5ca18df0c75c3770f'/>
<id>urn:sha1:ba4d1e7b2183faddc3ac59a5ca18df0c75c3770f</id>
<content type='text'>
In macOS 10.15 and macOS 11, the quit Apple event is sent by:
  com.apple.AppStoreDaemon.StoreAEService

In some earlier macOS release, the quit Apple event was sent by:
  com.apple.CommerceKit.StoreAEService

Signed-off-by: Roopesh Chander &lt;roop@roopc.net&gt;
</content>
</entry>
<entry>
<title>MacAppStoreUpdateDetector: Add pid to the log</title>
<updated>2021-09-22T04:58:14Z</updated>
<author>
<name>Roopesh Chander</name>
<email>roop@roopc.net</email>
</author>
<published>2021-07-22T07:06:26Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-apple/commit/?id=f5a14b8434d4e811f6df93a99114cdee17b7e172'/>
<id>urn:sha1:f5a14b8434d4e811f6df93a99114cdee17b7e172</id>
<content type='text'>
Signed-off-by: Roopesh Chander &lt;roop@roopc.net&gt;
</content>
</entry>
<entry>
<title>build: Fix swiftlint warnings</title>
<updated>2021-09-22T04:58:14Z</updated>
<author>
<name>Roopesh Chander</name>
<email>roop@roopc.net</email>
</author>
<published>2021-08-02T08:19:47Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-apple/commit/?id=a8226b35d2a9773eed6665438257597e9a4aa711'/>
<id>urn:sha1:a8226b35d2a9773eed6665438257597e9a4aa711</id>
<content type='text'>
Signed-off-by: Roopesh Chander &lt;roop@roopc.net&gt;
</content>
</entry>
<entry>
<title>build: Fix swift warnings</title>
<updated>2021-09-22T04:58:14Z</updated>
<author>
<name>Roopesh Chander</name>
<email>roop@roopc.net</email>
</author>
<published>2021-08-02T08:16:06Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-apple/commit/?id=73c708d9028e8dada52c69e45e02b9d2255adbec'/>
<id>urn:sha1:73c708d9028e8dada52c69e45e02b9d2255adbec</id>
<content type='text'>
Use 'AnyObject' instead of 'class' to restrict protocol inheritance

Signed-off-by: Roopesh Chander &lt;roop@roopc.net&gt;
</content>
</entry>
<entry>
<title>UI: macOS: do on-demand ritual for clicking list item too</title>
<updated>2021-09-22T00:40:49Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2021-09-22T00:40:49Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-apple/commit/?id=3428bfbc9e6686e1293c96d15ce91bc47512828a'/>
<id>urn:sha1:3428bfbc9e6686e1293c96d15ce91bc47512828a</id>
<content type='text'>
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>UI: macOS: Incorporate on-demand-ness in status menu</title>
<updated>2021-07-30T07:59:38Z</updated>
<author>
<name>Roopesh Chander</name>
<email>roop@roopc.net</email>
</author>
<published>2021-07-30T07:56:56Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-apple/commit/?id=b6831c1aca50f02be5de623e0e4dc6a3d2800d88'/>
<id>urn:sha1:b6831c1aca50f02be5de623e0e4dc6a3d2800d88</id>
<content type='text'>
Signed-off-by: Roopesh Chander &lt;roop@roopc.net&gt;
</content>
</entry>
</feed>
