20260603

[システム設定]メニューバー・アイコンの間隔設定 8px

[システム設定]メニューバー・アイコンの間隔設定 8px

NOTE記事一覧ですnote.com
 com.apple.ManagedClient.preferences.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
006<key>PayloadContent</key>
007<array>
008<dict>
009<key>PayloadContent</key>
010<dict>
011  <key>.GlobalPreferences</key>
012  <dict>
013    <key>Forced</key>
014    <array>
015      <dict>
016        <key>mcx_preference_settings</key>
017        <dict>
018            <key>NSStatusItemSelectionPadding</key>
019            <integer>8</integer>
020            <key>NSStatusItemSpacing</key>
021            <integer>8</integer>
022          </dict>
023      </dict>
024    </array>
025  </dict>
026</dict>
027<key>PayloadDisplayName</key>
028<string>currentHost globalDomain NSStatusItemSpacing</string>
029<key>PayloadDescription</key>
030<string>メニューバーのアイコンの感覚を調整します</string>
031<key>PayloadIdentifier</key>
032<string>com.apple.ManagedClient.preferences.7D899888-256F-4E81-B890-2A7D25DA32D2</string>
033<key>PayloadType</key>
034<string>com.apple.ManagedClient.preferences</string>
035<key>PayloadUUID</key>
036<string>7D899888-256F-4E81-B890-2A7D25DA32D2</string>
037<key>PayloadVersion</key>
038<integer>1</integer>
039</dict>
040</array>
041
042
043
044
045
046<key>ConsentText</key>
047<dict>
048<key>default</key>
049<string>com.apple.ManagedClient.preferences
050currentHost globalDomain NSStatusItemSpacing
051メニューバーのアイコンの感覚を調整します</string>
052</dict>
053<key>PayloadDescription</key>
054<string>メニューバーのアイコンの感覚を調整します</string>
055<key>PayloadDisplayName</key>
056<string>com.apple.ManagedClient.preferences</string>
057<key>PayloadEnabled</key>
058<true/>
059<key>PayloadIdentifier</key>
060<string>com.apple.ManagedClient.preferences.9D97A4A8-932D-4317-9EF0-2322870D0C4E</string>
061<key>PayloadOrganization</key>
062<string>com.apple.ManagedClient.preferences</string>
063<key>PayloadRemovalDisallowed</key>
064<true/>
065<key>PayloadScope</key>
066<string>User</string>
067<key>PayloadType</key>
068<string>Configuration</string>
069<key>PayloadUUID</key>
070<string>9D97A4A8-932D-4317-9EF0-2322870D0C4E</string>
071<key>PayloadVersion</key>
072<integer>1</integer>
073<key>TargetDeviceType</key>
074<integer>5</integer>
075</dict>
076</plist>
AppleScriptで生成しました