A Swift framework for parsing and formatting phone numbers
Swift 5.3 framework for parsing, formatting and validating international phone numbers. Inspired by Google's libphonenumber. Import PhoneNumberKit at the top of the Swift file that will interact with a phone number. All of your interactions with PhoneNumberKit happen through a PhoneNumberKit object. The first step you should take is to allocate one. A PhoneNumberKit instance is relatively expensive to allocate (it parses the metadata and keeps it in memory for the object's lifecycle), you...
Super simple mail merging for Mac OS X using CSV and Mac's Mail.app
Super simple mail merging for Mac OS X using CSV and Mac's Mail.app.
Start by creating a CSV file with one header row and no header columns. Excel or Numbers are both capable of exporting to CSV.
Load the CSV file in SimpleMerge then fill out the template email. Use the header value enclosed in percent signs wherever you want to use a value from the CSV file.