Skip to content

Instantly share code, notes, and snippets.

@ycui1
Last active January 4, 2020 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ycui1/fda4eeaa82020093ebe0d08374437ad8 to your computer and use it in GitHub Desktop.
Save ycui1/fda4eeaa82020093ebe0d08374437ad8 to your computer and use it in GitHub Desktop.
<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