Directory structure:
└── microsoftgraph-ios-swift-connect-sample/
├── Readme.md
├── License.txt
├── Podfile
├── Graph-iOS-Swift-Connect/
│ ├── AppDelegate.swift
│ ├── ApplicationConstants.swift
│ ├── Authentication.swift
│ ├── ConnectViewController.swift
│ ├── EmailBody.html
│ ├── Graph-iOS-Swift-Connect-Bridging-Header.h
│ ├── Info.plist
│ ├── Localizable.strings
│ ├── SendViewController.swift
│ ├── Assets.xcassets/
│ │ ├── Contents.json
│ │ ├── AppIcon.appiconset/
│ │ │ └── Contents.json
│ │ └── Image.imageset/
│ │ └── Contents.json
│ └── Base.lproj/
│ ├── LaunchScreen.storyboard
│ └── Main.storyboard
├── Graph-iOS-Swift-ConnectTests/
│ ├── Graph_iOS_Swift_ConnectTests.swift
│ ├── Info.plist
│ ├── preTest.sh
│ ├── testAuthProvider.swift
│ └── testUserArgs.json
└── README-Localized/
├── README-de-de.md
├── README-es-es.md
├── README-fr-fr.md
├── README-ja-jp.md
├── README-pt-br.md
├── README-ru-ru.md
├── README-zh-cn.md
└── README-zh-tw.md