hamburger-tech-nits

主にプログラミングのNITSな話

iOS

Xcode15にアップデートした後にやったこと

Xcode15にアップデートしたら、Flutterのビルドが通らなくなったりSimulatorが起動しなくなったりした。 元々Xcode15.0.1を利用していたが、新しいバージョンがでていたので15.2に更新し、最初からやってみることにした。 まず、Xcodeの最新を利用するように…

DeepLinkとAppLinkとUniversalLink

ややこしい 一般用語がDeepLink。基本的にはこれを使って会話したい。 e-words.jp WebのhttpsスキームのURLをフックしたい場合、 AndroidはApplink developer.android.com iOSはUniversalLink developer.apple.com WebのhttpsスキームのURLをフックしたい場…

<key>UIApplicationSupportsIndirectInputEvents</key>

FlutterアプリをXcode15を利用してビルドしたらInfo.plistが勝手に編集された。 <key>UIApplicationSupportsIndirectInputEvents</key> <true/> developer.apple.com A Boolean value indicating that the app generally supports indirect input mechanisms. AppleTVのリモコ</true/>…