Block Rotation & force Landscape on .swiftpm

Greetings, I want to force my app's Orientation. Most solutions for "How to force orientation to Landscape for SwiftUI" seems works only for "real" SwiftUI project, not .swiftpm

How can I force orientation to landscape for Swift Playground App Project?

I dealt with this a couple of years ago! Use two fingers to click on your .swiftpm file in Finder, and click "show package contents"... Open the file called Package.swift to deal with orientations.

Block Rotation & force Landscape on .swiftpm
 
 
Q