Worth a read for some more context.
Create the file in the root of the project (where your Package.swift file lives as well), and use the following contents:
/// Package.xcconfigWorth a read for some more context.
Create the file in the root of the project (where your Package.swift file lives as well), and use the following contents:
/// Package.xcconfig| // | |
| // ViewController.swift | |
| // CollectionViewPractice | |
| // | |
| // Created by nTom on 2020/10/26. | |
| // Copyright © 2020 CollectionViewPractice. All rights reserved. | |
| // | |
| import UIKit | |
| import SnapKit |