You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.
I was able to create a starting guide for this. But there appears to be issues with the inner submodule of .Client. Unable to trouble shoot because I can't get the SDK to compile with Carthage either
// swift-tools-version:5.3// The swift-tools-version declares the minimum version of Swift required to build this package.
import PackageDescription
letpackage=Package(
name:"FiskalySDK",
defaultLocalization:"en",
platforms:[.iOS(.v9)],
products:[.library(
name:"FiskalySDK",
targets:["FiskalySDK"]),],
dependencies:[],
targets:[.target(name:"FiskalySDK",
path:"FiskalySDK"),.testTarget(name:"FiskalySDKTests",
dependencies:["FiskalySDK"],
path:"FiskalySDKTests"),])
Feature
It would be preferable to use Swift Package Manager over all the options disclosed in the readme file
The text was updated successfully, but these errors were encountered: