Tags
Latest 5 Posts
-
fastlane
ios
testflight
Updated guide on using fastlane to automate the process of building, signing, and uploading your iOS app to TestFlight.
-
shell
cli
git
Often after running `git push`, you want to go to GitHub to open a PR. Why not have a shell command that does it for you?
-
xcode
react-native
ios
When attempting to create a new simulator, xcode gives the vague error "incompatible device" - here is how to solve it
-
xargs
Given a text file with a list of files to be moved (one per line) - how can we use xargs to move all those files to a new subdirectory with a single command?
-
jq
json
debugging
Often I am working with large JSON files and want to extract specific limited information from them. The jq tool makes it easy to get the data I want quickly.
Updated guide on using fastlane to automate the process of building, signing, and uploading your iOS app to TestFlight.
Often after running `git push`, you want to go to GitHub to open a PR. Why not have a shell command that does it for you?
When attempting to create a new simulator, xcode gives the vague error "incompatible device" - here is how to solve it
Given a text file with a list of files to be moved (one per line) - how can we use xargs to move all those files to a new subdirectory with a single command?
Often I am working with large JSON files and want to extract specific limited information from them. The jq tool makes it easy to get the data I want quickly.