Читать книгу SwiftUI For Dummies - Wei-Meng Lee - Страница 18
Info.plist
ОглавлениеLet’s take a look at the Info.plist
file first (see Figure 1-18). In particular, look at the key named Application Scene Manifest
.
Within the Application Scene Manifest
key, you have the following keys:
Enable Multiple Windows: This is set to NO by default. You can set this to YES if you're building apps for iPadOS and macOS.
Application Session Role: An array that contains a list of dictionary objects. The default object contains a key named Delegate Class Name that points to the SceneDelegate.swift file.
FIGURE 1-18: Examining the items in the Info.plist
file.