macOS MapKit Implementation

Installation
SKILL.md

macOS MapKit Implementation

macOS 14+ (Sonoma) 向けSwiftUI/AppKitアプリケーションにおけるMapKit実装ガイド。地図表示、位置情報、経路検索、周辺検索機能の実装をサポートする。

Quick Start Checklist

MapKit機能を実装する際の必須手順:

  1. Info.plist設定

    • NSLocationUsageDescription - 位置情報アクセス理由
  2. エンタイトルメント設定 (App Sandbox)

    • com.apple.security.personal-information.location - 位置情報アクセス
    • com.apple.security.network.client - ネットワークアクセス(位置情報サービスに必要)
Installs
GitHub Stars
1
First Seen
macOS MapKit Implementation — fumiya-kume/toy-poodle-love