Specify NSPrincipalClass in Xcode 13 for a library project

158 Views Asked by At

I need to specify an NSPrincipalClass. This used to be done using an Info.plist but when creating a Library in Xcode 13 an Info.plist is no longer created. Can an NSPrincipalClass be specified in the Package.swift manifest instead? I have not found any documentation that explains how to do this in Xcode 13 created projects.

0

There are 0 best solutions below