Set up a new project using the iOS App with WatchKit App template that we have used before, but this time include the Glance Scene (and deselect Notification Scene as previously), as pictured here:

Using the flow diagram to provide some (very welcome) visual support, we can now start to think about our requirements in more concrete terms.
Since we'll be passing a number of weather summaries to the table view that displays the initial view of the data, it makes sense to be able to package the data necessary for each individual summary into some sort of structure.
Create a new Swift file, call it WeatherData.swift
, and select both the WatchKit app and the iOS app targets, as pictured here:
