treastrain / Tanaka Ryoga
treastrain / Tanaka Ryoga
ICカード運転免許証・マイナンバーカードに関する部分で「MIFARE、MiFare」という表記が用いられているが、MIFARE は ISO/IEC 14443 Type **_A_** であり、ICカード運転免許証・マイナンバーカードが準拠しているのは ISO/IEC 14443 Type **_B_** ではない。
Core NFC の `NFCReaderSession` を使用する際には Info.plist に `NFCReaderUsageDescription` や `com.apple.developer.nfc.readersession.iso7816.select-identifiers` 、 `com.apple.developer.nfc.readersession.felica.systemcodes` を指定する必要がある。 Info.plist Checker によって、これらのパラメータが設定されていない場合、Debug ビルドにおいてコンソールにその旨を表示する機能を追加する。
I use version 0.6.2, the Symbol Navigator feature works, but Definition and Documentation are not displayed with the mouse hover. I was randomly browsing Swift projects displayed in GitHub Explore,...
### Description The flags present in Crashlytics `upload-symbols` at the moment (10.20.0) are: ``` % upload-symbols --help usage: upload-symbols [flags] -- flags: -gsp, --google-service-plist The path to your app's GoogleService-Info.plist...
* [x] I've started my branch from the `develop` branch (gitflow) * [x] And I've selected `develop` as the "base" branch for this Pull Request I'm about to create *...
# Issue Part of #216 (https://github.com/uber/mockolo/issues/216#issuecomment-1454179318 's "1.") # Description Add an annotation "object: class/actor" for specifying the object nominal types of the mock. This allows the user to choose,...
# Issue Part of #216 (https://github.com/uber/mockolo/issues/216#issuecomment-1454179318 's "2.") # Description Add feature generating mocks for that protocol that conform to the [`Actor`](https://developer.apple.com/documentation/swift/actor) automatically become actor. For details: https://github.com/uber/mockolo/issues/216#issuecomment-1454179318