How to read current app version in Xcode 11 with script

Xcode 11-14 In terminal or bash script in your project you can use: App version xcodebuild -showBuildSettings | grep MARKETING_VERSION | tr -d ‘MARKETING_VERSION =’ // will be displayed 1.1.6 Build version xcodebuild -showBuildSettings | grep CURRENT_PROJECT_VERSION | tr -d ‘CURRENT_PROJECT_VERSION =’ // will be displayed 7 Or (don’t forget to change YouProjectName to your … Read more

Equivalent of .bat in mac os

May be you can find answer here? Equivalent of double-clickable .sh and .bat on Mac? Usually you can create bash script for Mac OS, where you put similar commands as in batch file. For your case create bash file and put same command, but change back-slashes with regular ones. Your file will look something like: … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)