Last active
April 4, 2026 12:50
-
-
Save enihsyou/f2647d6e2f1a896954e9db27cc2b1d40 to your computer and use it in GitHub Desktop.
免确认远程开启小米 SU7 2024款前备箱的 iOS 快捷指令 https://blog.kokomi.me/posts/xiaomi-su7-2024-front-truck-control-shortcut/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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>WFWorkflowMinimumClientVersionString</key> | |
| <string>900</string> | |
| <key>WFWorkflowMinimumClientVersion</key> | |
| <integer>900</integer> | |
| <key>WFWorkflowIcon</key> | |
| <dict> | |
| <key>WFWorkflowIconStartColor</key> | |
| <integer>-314141441</integer> | |
| <key>WFWorkflowIconGlyphNumber</key> | |
| <integer>61440</integer> | |
| </dict> | |
| <key>WFWorkflowClientVersion</key> | |
| <string>3303.0.5</string> | |
| <key>WFWorkflowOutputContentItemClasses</key> | |
| <array/> | |
| <key>WFWorkflowHasOutputFallback</key> | |
| <false/> | |
| <key>WFWorkflowActions</key> | |
| <array> | |
| <dict> | |
| <key>WFWorkflowActionIdentifier</key> | |
| <string>com.mi.car.mobile.CarCtrlWidgetIntent</string> | |
| <key>WFWorkflowActionParameters</key> | |
| <dict> | |
| <key>value</key> | |
| <true/> | |
| <key>AppIntentDescriptor</key> | |
| <dict> | |
| <key>TeamIdentifier</key> | |
| <string>5B8TAQTRP8</string> | |
| <key>BundleIdentifier</key> | |
| <string>com.mi.car.mobile</string> | |
| <key>Name</key> | |
| <string>小米汽车</string> | |
| <key>AppIntentIdentifier</key> | |
| <string>CarCtrlWidgetIntent</string> | |
| </dict> | |
| <key>UUID</key> | |
| <string>A9D27F82-5058-4B11-9FCD-4C224F08EE25</string> | |
| <key>ctrlType</key> | |
| <string>frontBox</string> | |
| </dict> | |
| </dict> | |
| </array> | |
| <key>WFWorkflowInputContentItemClasses</key> | |
| <array> | |
| <string>WFAppContentItem</string> | |
| <string>WFAppStoreAppContentItem</string> | |
| <string>WFArticleContentItem</string> | |
| <string>WFContactContentItem</string> | |
| <string>WFDateContentItem</string> | |
| <string>WFEmailAddressContentItem</string> | |
| <string>WFFolderContentItem</string> | |
| <string>WFGenericFileContentItem</string> | |
| <string>WFImageContentItem</string> | |
| <string>WFiTunesProductContentItem</string> | |
| <string>WFLocationContentItem</string> | |
| <string>WFDCMapsLinkContentItem</string> | |
| <string>WFAVAssetContentItem</string> | |
| <string>WFPDFContentItem</string> | |
| <string>WFPhoneNumberContentItem</string> | |
| <string>WFRichTextContentItem</string> | |
| <string>WFSafariWebPageContentItem</string> | |
| <string>WFStringContentItem</string> | |
| <string>WFURLContentItem</string> | |
| </array> | |
| <key>WFWorkflowImportQuestions</key> | |
| <array/> | |
| <key>WFQuickActionSurfaces</key> | |
| <array/> | |
| <key>WFWorkflowTypes</key> | |
| <array> | |
| <string>WFWorkflowTypeShowInSearch</string> | |
| </array> | |
| <key>WFWorkflowHasShortcutInputVariables</key> | |
| <false/> | |
| </dict> | |
| </plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment