mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-19 19:53:25 +01:00
spm: complex refactor, document of package
This commit is contained in:
11
Tuist/Config.swift
Normal file
11
Tuist/Config.swift
Normal file
@@ -0,0 +1,11 @@
|
||||
import ProjectDescription
|
||||
|
||||
let config = Config(
|
||||
compatibleXcodeVersions: [upToNextMajor("14.0")],
|
||||
swiftVersion: "5.4.0",
|
||||
generationOptions: .options([
|
||||
xcodeProjectName: "SideStore-\(.projectName)",
|
||||
organizationName: "SideStore.io",
|
||||
developmentRegion: "en"
|
||||
])
|
||||
)
|
||||
Reference in New Issue
Block a user