Skip to content

Having trouble setting up SPM #3

@perryprog

Description

@perryprog

I'm trying to get SPM to work, and I'm worried that we might need to change the file layout.

If you look at any project that supports SPM, they all have the typical Swift package layout, while this project has the Xcode framework layout.

I think we should either make a new repo, build on SPM, and the Swift package layout
(this thing)

├── Package.swift
├── Sources
│   └── hellothere.swift
└── Tests
    ├── LinuxMain.swift
    └── hellothereTests
        └── hellothereTests.swift

Or, we could just make a fork (or something similar, idk) that completely overwrites everything we had. Or, just not support SPM. (I don't think we should do that however)

Using my second option we can easily support Linux, all platforms, Carthage and Coccapods, and have a simpler directory format. Obliviously this is completely up to you, as you wrote all the code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions