Specify minimum macOS version in Swift Package manifest
This commit is contained in:
		@@ -5,6 +5,9 @@ import PackageDescription
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
let package = Package(
 | 
					let package = Package(
 | 
				
			||||||
    name: "Adwaita Template",
 | 
					    name: "Adwaita Template",
 | 
				
			||||||
 | 
					    platforms: [
 | 
				
			||||||
 | 
					        .macOS(.v13)
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    dependencies: [
 | 
					    dependencies: [
 | 
				
			||||||
        .package(url: "https://github.com/AparokshaUI/Adwaita", from: "0.2.0"),
 | 
					        .package(url: "https://github.com/AparokshaUI/Adwaita", from: "0.2.0"),
 | 
				
			||||||
        .package(url: "https://github.com/AparokshaUI/Localized", from: "0.2.0")
 | 
					        .package(url: "https://github.com/AparokshaUI/Localized", from: "0.2.0")
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user