12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
- <plist version="1.0">
- <dict>
- <key>CFBundleName</key>
- <string>ConfigToFile</string>
- <key>CFBundleDisplayName</key>
- <string>ConfigToFile</string>
- <key>CFBundleIdentifier</key>
- <string>ConfigToFile</string>
- <key>CFBundleVersion</key>
- <string>1.0.0</string>
- <key>CFBundleShortVersionString</key>
- <string>1.0.0</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
- <key>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleAllowMixedLocalizations</key>
- <string>YES</string>
- <key>CFBundleExecutable</key>
- <string>ConfigToFile</string>
- <key>NSHighResolutionCapable</key>
- <string>true</string>
- <key>LSApplicationCategoryType</key>
- <string>public.app-category.utilities</string>
- <key>NSLocationAlwaysUsageDescription</key>
- <string>The reason for accessing the location information of the user</string>
- <key>NSLocationWhenInUseUsageDescription</key>
- <string>The reason for accessing the location information of the user</string>
- <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
- <string>The reason for accessing the location information of the user</string>
- <key>NSContactsUsageDescription</key>
- <string>The reason for accessing the contacts</string>
- <key>CFBundleIconFile</key>
- <string>ConfigToFile.icns</string>
- <key>CFBundleSupportedPlatforms</key>
- <array>
- <string>MacOSX</string>
- </array>
- </dict>
- </plist>
|