iOS版 開発環境を Xcode 10.1 に移行
ビルド時に次の警告が出力されるようになった。
warning: The application supports opening files, but doesn't declare whether it supports opening them in place. You can add an LSSupportsOpeningDocumentsInPlace entry or an UISupportsDocumentBrowser entry to your Info.plist to declare support.
MIDITrail-Info.plist に 以下の項目を追加した。
Key: UISupportsDocumentBrowser (Supports Document Browser) Value: YES
iOS 12がインストールされたデバイスでの検証を行うため、Xcode 10.1 に移行する。
Xcode9には#37885で対応した。