giginet / Scipio

A new build tool to generate XCFramework

Home Page:https://giginet.github.io/Scipio/documentation/scipio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support buildSettings

giginet opened this issue · comments

https://github.com/apple/swift-package-manager/blob/main/Sources/PackageDescription/BuildSettings.swift

Some package specifies cSettings, cxxSettings, swiftSettings, linkerSettings.
Currently the project generator ignores them.

It will fix part of #26.