Login to https://appleid.apple.com/ Generate APP-SPECIFIC PASSWORD Save generated password as later it will not be able to view and edit Use generated password in the altool . Example: xcrun altool --validate-app -f best/my/app.ipa -u username@mail.com -p "APP-SPECIFIC-PASSWORD" Notes: After changing users password all app specific passwords will be revoked.
TextMate support for git commit command: Open .bash_profile: vi ~/.bash_profile Insert command to support TextMate: # ------------------------ # TextMate support for git export PATH="$HOME/bin:$PATH" export EDITOR="$HOME/bin/mate -w" # End TextMate support for git # ----------------------------
This comment has been removed by the author.
ReplyDelete