mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
11 lines
301 B
Swift
11 lines
301 B
Swift
import ProjectDescription
|
|
|
|
let config = Config(
|
|
compatibleXcodeVersions: [upToNextMajor("14.0")],
|
|
swiftVersion: "5.4.0",
|
|
generationOptions: .options([
|
|
xcodeProjectName: "SideStore-\(.projectName)",
|
|
organizationName: "SideStore.io",
|
|
developmentRegion: "en"
|
|
])
|
|
) |