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>
2019-12-08 15:38:38 +08:00
<key>BETA</key>
<false/>
2018-06-13 10:44:30 +08:00
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
2020-06-02 18:25:42 +08:00
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>yaml</string>
</array>
<key>CFBundleTypeName</key>
<string>YAML</string>
2020-09-06 10:47:53 +08:00
<key>CFBundleTypeRole</key>
<string>Viewer</string>
2020-06-02 18:25:42 +08:00
<key>LSHandlerRank</key>
<string>None</string>
</dict>
</array>
2018-06-13 10:44:30 +08:00
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<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>
2019-09-27 20:57:40 +08:00
<string>$(MARKETING_VERSION)</string>
2019-07-28 18:56:30 +08:00
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
2019-07-29 12:03:11 +08:00
<key>CFBundleURLIconFile</key>
<string>Icon</string>
2019-07-28 18:56:30 +08:00
<key>CFBundleURLName</key>
<string>com.west2online.ClashX</string>
<key>CFBundleURLSchemes</key>
<array>
<string>clashx</string>
</array>
2019-07-29 12:03:11 +08:00
</dict>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLIconFile</key>
<string>Icon</string>
<key>CFBundleURLName</key>
<string>com.west2online.Clash</string>
<key>CFBundleURLSchemes</key>
<array>
<string>clash</string>
</array>
2019-07-28 18:56:30 +08:00
</dict>
</array>
2018-06-13 10:44:30 +08:00
<key>CFBundleVersion</key>
2019-09-27 20:57:40 +08:00
<string>$(CURRENT_PROJECT_VERSION)</string>
2018-12-10 16:54:02 +08:00
<key>Fabric</key>
<dict>
<key>APIKey</key>
<string>e5990c61f53f0e5713e37f78458291760d631147</string>
<key>Kits</key>
<array>
<dict>
<key>KitInfo</key>
2019-08-18 13:50:46 +08:00
<dict/>
2018-12-10 16:54:02 +08:00
<key>KitName</key>
<string>Crashlytics</string>
</dict>
</array>
</dict>
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>
2019-10-01 16:40:52 +08:00
<string>NSApplication</string>
2020-04-27 23:34:07 +08:00
<key>NSSupportsAutomaticTermination</key>
<false/>
<key>NSSupportsSuddenTermination</key>
<false/>
2020-05-10 23:36:43 +08:00
<key>NSUbiquitousContainers</key>
<dict>
<key>iCloud.com.west2online.ClashX</key>
<dict>
<key>NSUbiquitousContainerIsDocumentScopePublic</key>
<true/>
<key>NSUbiquitousContainerName</key>
<string>ClashX</string>
<key>NSUbiquitousContainerSupportedFolderLevels</key>
<string>Any</string>
</dict>
</dict>
2020-05-10 12:17:51 +08:00
<key>SMAuthorizedClients</key>
<array>
2020-09-06 10:47:53 +08:00
<string>identifier "com.west2online.ClashX" and anchor apple generic and certificate leaf[subject.CN] = "Mac Developer: chen yicheng (96U846XGYH)" and certificate 1[field.1.2.840.113635.100.6.2.1] /* exists */</string>
2020-05-10 12:17:51 +08:00
</array>
2019-08-17 13:47:43 +08:00
<key>SMPrivilegedExecutables</key>
<dict>
<key>com.west2online.ClashX.ProxyConfigHelper</key>
2020-09-06 10:47:53 +08:00
<string>anchor apple generic and identifier "com.west2online.ClashX.ProxyConfigHelper" and (certificate leaf[field.1.2.840.113635.100.6.1.9] /* exists */ or certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = MEWHFZ92DY)</string>
2019-08-17 13:47:43 +08:00
</dict>
2018-10-02 15:26:51 +08:00
<key>SUFeedURL</key>
2018-12-10 16:54:02 +08:00
<string>https://yichengchen.github.io/clashX/appcast.xml</string>
2018-06-13 10:44:30 +08:00
</dict>
</plist>