Skip to content
This repository was archived by the owner on Apr 30, 2025. It is now read-only.

Fix SPM manifest to build on Any iOS Device Xcode 13.3 #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nhenri
Copy link

@nhenri nhenri commented Mar 28, 2022

Upgrade swift tool version to 5.5
Specify platforms for build

Specify platforms for build
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription

let package = Package(
name: "ShowcaseKit",
platforms: [
.iOS(.v13)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we could allow all the way down do iOS 11.

Suggested change
.iOS(.v13)
.iOS(.v11)

@pakko972
Copy link

pakko972 commented Nov 23, 2022

@jegnux This change is required to be able to archive using Xcode 14.

Could you consider merging it ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants