Changelog notes for reachability crash fix.

This commit is contained in:
Joshua A. Horton 2018-11-05 10:50:28 +07:00
parent 6999387461
commit 32fd4898bc
3 changed files with 10 additions and 1 deletions

View file

@ -824,7 +824,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "if which swiftlint >/dev/null; then\n swiftlint --config ../../.swiftlint.yml\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi";
shellScript = "if which swiftlint >/dev/null; then\n swiftlint --config ../../.swiftlint.yml\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n";
};
C0A5FF391F6684DE00BE740C /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;

View file

@ -5,6 +5,7 @@
* Bookmark add button is enabled only when title/url fields have text (#1073)
* Removed deprecated code to to support keyman:// scheme for ad-hoc distribution (#1160)
* Updated the default keyboard to SIL EuroLatin (#1101)
* Fixed bug behind some crashes of system keyboard (#1166)
## 2018-08-02 10.0.208 stable
* Fixed OSK layout problems (and possible crash) on iOS 11 on certain hardware (#1089, #1159)

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BuildSystemType</key>
<string>Original</string>
</dict>
</plist>