20260330

【mobileconfig】Finderウィンドウのツールバー設定(基本編)


【mobileconfig】Finderウィンドウのツールバー設定

ダウンロードはこちら
NOTE記事一覧ですnote.com
com.apple.finder.NSToolbarCustomizeToolbarItem.mobileconfig

サンプルコード

サンプルソース(参考)
行番号ソース
001<?xml version="1.0" encoding="UTF-8"?>
002<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
003<plist version="1.0">
004<dict>
005  <key>ConsentText</key>
006  <dict>
007    <key>default</key>
008    <string>Finderのツールバーを追加します</string>
009  </dict>
010  <key>PayloadContent</key>
011  <array>
012    <dict>
013<key>NSToolbar Configuration Browser</key>
014<dict>
015
016<key>TB Item Identifiers</key>
017  <array>
018    <string>com.apple.finder.BACK</string>
019    <string>com.apple.finder.PATH</string>
020    <string>com.apple.finder.INFO</string>
021    <string>com.apple.finder.TRSH</string>
022    <string>com.apple.finder.ARNG</string>
023    <string>com.apple.finder.SWCH</string>
024    <string>com.apple.finder.NFLD</string>
025    <string>com.apple.finder.PTGL</string>
026    <string>com.apple.finder.ACTN</string>
027    <string>com.apple.finder.AirD</string>
028    <string>com.apple.finder.SHAR</string>
029    <string>com.apple.finder.AddP</string>
030    <string>com.apple.finder.CNCT</string>
031    <string>com.apple.finder.QUIK</string>
032    <string>com.apple.finder.BURN</string>
033    <string>com.apple.finder.EJCT</string>
034    <string>com.apple.finder.LABL</string>
035    <string>com.apple.finder.APPS</string>
036    <string>com.apple.finder.HOME</string>
037    <string>com.apple.finder.DOCS</string>
038    <string>com.apple.finder.PBLC</string>
039    <string>com.apple.finder.SRCH</string>
040  </array>
041
042
043
044</dict>
045
046      <key>PayloadDisplayName</key>
047      <string>com.apple.finder.NSToolbarCustomizeToolbarItem</string>
048      <key>PayloadDescription</key>
049      <string>com.apple.finder.NSToolbarCustomizeToolbarItem</string>
050      <key>PayloadIdentifier</key>
051      <string>com.apple.finder.DC988CC8-A5D8-44E8-AAFC-5BA26ABBE3C8</string>
052      <key>PayloadType</key>
053      <string>com.apple.finder</string>
054      <key>PayloadUUID</key>
055      <string>DC988CC8-A5D8-44E8-AAFC-5BA26ABBE3C8</string>
056      <key>PayloadVersion</key>
057      <integer>1</integer>
058    </dict>
059  </array>
060
061  <key>PayloadDescription</key>
062  <string>Finderのツールバーを追加します</string>
063  <key>PayloadDisplayName</key>
064  <string>com.apple.finder.NSToolbarCustomizeToolbarItem</string>
065  <key>PayloadIdentifier</key>
066  <string>com.apple.finder.NSToolbarCustomizeToolbarItem.C38EFDDE-18C2-4663-B1D7-B8ED1C62E47B</string>
067  <key>PayloadOrganization</key>
068  <string>com.cocolog-nifty.quicktimer</string>
069  <key>PayloadScope</key>
070  <string>User</string>
071  <key>PayloadType</key>
072  <string>Configuration</string>
073  <key>PayloadUUID</key>
074  <string>C38EFDDE-18C2-4663-B1D7-B8ED1C62E47B</string>
075  <key>PayloadVersion</key>
076  <integer>1</integer>
077  <key>TargetDeviceType</key>
078  <integer>5</integer>
079</dict>
080</plist>
AppleScriptで生成しました