To display the current version of an iOS app in the settings
- Add an entry like this in
Settings.bundle/Root.plist
<key>PreferenceSpecifiers</key>
<array>
<dict>
<key>Type</key>
PSTitleValueSpecifierTo display the current version of an iOS app in the settings
Settings.bundle/Root.plist<key>PreferenceSpecifiers</key>
<array>
<dict>
<key>Type</key>
PSTitleValueSpecifier| # Running xdebug in the console, for debugging Laravel artisan commands. Useful as I keep forgetting this one... | |
| php -dxdebug.remote_autostart artisan | |
| #Running phpcs for 5.3: | |
| phpcs -pv --standards= --runtime-set testVersion 5.3 --ignore=*/public/*,*.js,*.css,*/tests/*,*/views/training/* . |