Skip to content

Instantly share code, notes, and snippets.

View tomasharkema's full-sized avatar

Tomas Harkema tomasharkema

View GitHub Profile
<dict>
<key>UIApplicationSupportsMultipleScenes</key>
<true/>
<key>UISceneConfigurations</key>
<dict>
<key>UIWindowSceneSessionRoleApplication</key>
<array>
<dict>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
import Contacts
import UIKit
// MARK: - Personal data
let name = "Tomas Harkema"
var address = CNMutablePostalAddress()
address.street = "Ebbehout 29 A05"
address.postalCode = "1507EA"