ClashX.Meta/ClashX/Info.plist

60 lines
1.8 KiB
Plaintext
Raw Normal View History

2018-06-13 10:44:30 +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>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIconFile</key>
2018-06-23 15:41:59 +08:00
<string>Icon</string>
2018-06-13 10:44:30 +08:00
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
2018-12-06 20:46:15 +08:00
<string>1.7.6</string>
2018-06-13 10:44:30 +08:00
<key>CFBundleVersion</key>
2018-12-06 20:46:15 +08:00
<string>1.7.6</string>
2018-10-02 15:26:51 +08:00
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
2018-06-13 10:44:30 +08:00
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
2018-06-16 16:59:15 +08:00
<key>LSUIElement</key>
<true/>
2018-09-08 20:41:09 +08:00
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
2018-06-13 10:44:30 +08:00
<key>NSHumanReadableCopyright</key>
2018-08-08 13:47:38 +08:00
<string>Copyright © 2018年 yichengchen. All rights reserved.</string>
2018-06-13 10:44:30 +08:00
<key>NSMainStoryboardFile</key>
<string>Main</string>
<key>NSPrincipalClass</key>
<string>SWBApplication</string>
2018-09-28 10:07:30 +08:00
<key>SUEnableAutomaticChecks</key>
<true/>
2018-10-02 15:26:51 +08:00
<key>SUFeedURL</key>
2018-12-09 00:06:43 +08:00
<string>https://yichengchen.github.io/clashX/appcast.xml</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>
<string>e5990c61f53f0e5713e37f78458291760d631147</string>
<key>Kits</key>
<array>
<dict>
<key>KitInfo</key>
<dict/>
<key>KitName</key>
<string>Crashlytics</string>
</dict>
</array>
</dict>
2018-06-13 10:44:30 +08:00
</dict>
</plist>