<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>iseebi</author_name>
  <author_url>https://blog.hatena.ne.jp/iseebi/</author_url>
  <blog_title>backyard of 伊勢的新常識</blog_title>
  <blog_url>https://iseebi.hatenablog.com/</blog_url>
  <categories>
    <anon>Dev</anon>
    <anon>macOS</anon>
  </categories>
  <description>macOSのアプリ開発のお話し。 起動中のウィンドウを一覧するには、CGWindowListCopyWindowInfoを使う。 struct Window: CustomStringConvertible { let rawData: [String: AnyObject] var name: String? { get { return rawData[kCGWindowName as String] as? String } } var number: Int? { get { return rawData[kCGWindowNumber as String] as? Int } } v…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fiseebi.hatenablog.com%2Fentry%2F2022%2F03%2F06%2F221634&quot; title=&quot;macOSで起動中のウィンドウの一覧を列挙する - backyard of 伊勢的新常識&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2022-03-06 22:16:34</published>
  <title>macOSで起動中のウィンドウの一覧を列挙する</title>
  <type>rich</type>
  <url>https://iseebi.hatenablog.com/entry/2022/03/06/221634</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
