Last active
January 4, 2020 14:19
-
-
Save ycui1/fda4eeaa82020093ebe0d08374437ad8 to your computer and use it in GitHub Desktop.
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
<key>UIApplicationShortcutItems</key> | |
<array> | |
<dict> | |
<key>UIApplicationShortcutItemType</key> | |
<string>SearchAction</string> | |
<key>UIApplicationShortcutItemIconType</key> | |
<string>UIApplicationShortcutIconTypeSearch</string> | |
<key>UIApplicationShortcutItemTitle</key> | |
<string>Search</string> | |
<key>UIApplicationShortcutItemSubtitle</key> | |
<string>Search for an item</string> | |
</dict> | |
</array> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment