This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xcrun simctl list | awk -F "[()]" '{ for (i=2; i<NF; i+=2) print $i }' | grep '^[-A-Z0-9]*$' | xargs -I uuid xcrun simctl erase uuid |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version=`/usr/libexec/PlistBuddy -c "Print CFBundleShortVersionString" "${INFOPLIST_FILE}"` | |
build=`/usr/libexec/PlistBuddy -c "Print CFBundleVersion" "${INFOPLIST_FILE}"` | |
export PATH=$PATH:/usr/local/bin | |
function addOverlayInfo() { | |
income_icon_name=$1 | |
outcome_icon_name=$2 | |
echo "addOverlayInfo with income ${income_icon_name} and outcoming ${outcome_icon_name}" | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NULL (void *)0 literal null value for C pointers | |
nil (id)0 literal null value for Objective-C objects | |
Nil (Class)0 literal null value for Objective-C classes | |
NSNull [NSNull null] singleton object used to represent null |