2014-05-04 14:37:55 +08:00
|
|
|
<?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>
|
2016-06-23 11:26:32 +08:00
|
|
|
<key>ATSApplicationFontsPath</key>
|
|
|
|
<string>fonts</string>
|
2014-05-04 14:37:55 +08:00
|
|
|
<key>CFBundleDevelopmentRegion</key>
|
2016-12-05 09:36:35 +08:00
|
|
|
<string>English</string>
|
2014-05-04 14:37:55 +08:00
|
|
|
<key>CFBundleExecutable</key>
|
2020-01-06 09:34:25 +08:00
|
|
|
<string>${MACOSX_BUNDLE_EXECUTABLE_NAME}</string>
|
2014-05-04 14:37:55 +08:00
|
|
|
<key>CFBundleIconFile</key>
|
|
|
|
<string>Icon</string>
|
|
|
|
<key>CFBundleIdentifier</key>
|
2021-08-12 15:54:16 +08:00
|
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
2014-05-04 14:37:55 +08:00
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
<string>6.0</string>
|
|
|
|
<key>CFBundleName</key>
|
2020-01-06 09:34:25 +08:00
|
|
|
<string>${PROJECT_NAME}</string>
|
2014-05-04 14:37:55 +08:00
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>APPL</string>
|
|
|
|
<key>CFBundleShortVersionString</key>
|
|
|
|
<string>1.0</string>
|
|
|
|
<key>CFBundleSignature</key>
|
|
|
|
<string>????</string>
|
|
|
|
<key>CFBundleVersion</key>
|
|
|
|
<string>1</string>
|
|
|
|
<key>NSHumanReadableCopyright</key>
|
2019-10-22 13:42:56 +08:00
|
|
|
<string>Copyright © 2019. All rights reserved.</string>
|
2014-05-04 14:37:55 +08:00
|
|
|
<key>NSMainNibFile</key>
|
|
|
|
<string>MainMenu</string>
|
|
|
|
<key>NSPrincipalClass</key>
|
|
|
|
<string>NSApplication</string>
|
2016-12-05 09:36:35 +08:00
|
|
|
<key>NSAppTransportSecurity</key>
|
|
|
|
<dict>
|
|
|
|
<key>NSAllowsArbitraryLoads</key>
|
|
|
|
<true/>
|
|
|
|
</dict>
|
2014-05-04 14:37:55 +08:00
|
|
|
</dict>
|
|
|
|
</plist>
|