Info.plist (2610B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3 <plist version="1.0"> 4 <dict> 5 <key>CFBundleAllowMixedLocalizations</key> 6 <true/> 7 <key>CFBundleDevelopmentRegion</key> 8 <string>English</string> 9 <key>CFBundleExecutable</key> 10 <string>applet</string> 11 <key>CFBundleIconFile</key> 12 <string>applet</string> 13 <key>CFBundleIdentifier</key> 14 <string>com.apple.ScriptEditor.id.macos-new-space</string> 15 <key>CFBundleInfoDictionaryVersion</key> 16 <string>6.0</string> 17 <key>CFBundleName</key> 18 <string>macos-new-space</string> 19 <key>CFBundlePackageType</key> 20 <string>APPL</string> 21 <key>CFBundleShortVersionString</key> 22 <string>1.0</string> 23 <key>CFBundleSignature</key> 24 <string>aplt</string> 25 <key>LSMinimumSystemVersionByArchitecture</key> 26 <dict> 27 <key>x86_64</key> 28 <string>10.6</string> 29 </dict> 30 <key>LSRequiresCarbon</key> 31 <true/> 32 <key>NSAppleEventsUsageDescription</key> 33 <string>This script needs to control other applications to run.</string> 34 <key>NSAppleMusicUsageDescription</key> 35 <string>This script needs access to your music to run.</string> 36 <key>NSCalendarsUsageDescription</key> 37 <string>This script needs access to your calendars to run.</string> 38 <key>NSCameraUsageDescription</key> 39 <string>This script needs access to your camera to run.</string> 40 <key>NSContactsUsageDescription</key> 41 <string>This script needs access to your contacts to run.</string> 42 <key>NSHomeKitUsageDescription</key> 43 <string>This script needs access to your HomeKit Home to run.</string> 44 <key>NSMicrophoneUsageDescription</key> 45 <string>This script needs access to your microphone to run.</string> 46 <key>NSPhotoLibraryUsageDescription</key> 47 <string>This script needs access to your photos to run.</string> 48 <key>NSRemindersUsageDescription</key> 49 <string>This script needs access to your reminders to run.</string> 50 <key>NSSiriUsageDescription</key> 51 <string>This script needs access to Siri to run.</string> 52 <key>NSSystemAdministrationUsageDescription</key> 53 <string>This script needs access to administer this system to run.</string> 54 <key>WindowState</key> 55 <dict> 56 <key>bundleDividerCollapsed</key> 57 <true/> 58 <key>bundlePositionOfDivider</key> 59 <real>0.0</real> 60 <key>dividerCollapsed</key> 61 <false/> 62 <key>eventLogLevel</key> 63 <integer>2</integer> 64 <key>name</key> 65 <string>ScriptWindowState</string> 66 <key>positionOfDivider</key> 67 <real>588</real> 68 <key>savedFrame</key> 69 <string>14 47 1412 839 0 0 1440 900 </string> 70 <key>selectedTab</key> 71 <string>result</string> 72 </dict> 73 </dict> 74 </plist>