Skip to content

Instantly share code, notes, and snippets.

@laevandus
Last active May 22, 2020 06:43
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 laevandus/b7f222a084729785dffc8985e08cc297 to your computer and use it in GitHub Desktop.
Save laevandus/b7f222a084729785dffc8985e08cc297 to your computer and use it in GitHub Desktop.
<key>UIApplicationShortcutItems</key>
<array>
<dict>
<key>UIApplicationShortcutItemType</key>
<string>com.augmentedcode.watermyplants.addplants</string>
<key>UIApplicationShortcutItemTitle</key>
<string>Add Plant</string>
<key>UIApplicationShortcutItemIconType</key>
<string>UIApplicationShortcutIconTypeAdd</string>
</dict>
</array>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment