Skip to content

Instantly share code, notes, and snippets.

View marionegroponzi's full-sized avatar

Mario Negro Ponzi marionegroponzi

  • ABN AMRO
  • Amsterdam
View GitHub Profile
One day
build and test -> Build ready One day
Build ready One day
success -> Build to beta One day
fail -> Another day
Build to beta One day
yes -> Beta test One day
no -> Another day
Beta test One day
bug found -> Another day
Pipeline
Continuous Delivery
Waiting
build triggered -> Build
Build
build success? -> Twistlock Scan
build failed? -> Fail
Twistlock Scan
scan passed? -> Test
scan failed? -> Fail
https://bitbar.com/the-basics-of-xcuitest-and-using-xcode-ui-test-recorder/
### if Xcode starts misbehaving you can use:
defaults delete com.apple.dt.Xcode
rm -rf $HOME/Library/Application Support/Developer/Shared/Xcode
rm -rf $HOME/Library/Saved\ Application\ State/com.apple.dt.Xcode.savedState
rm -rf $HOME/Library/Preferences/com.apple.dt.Xcode.*
### and for the simulators
xcrun simctl erase all
@marionegroponzi
marionegroponzi / gist:4621ca6072eaac6da65b73685c278ccf
Created December 24, 2018 09:51
Python create requirements.txt
pip install pipreqs
pipreqs /path/to/project