mirror of
https://github.com/UrbanApps/Armchair.git
synced 2026-03-10 16:15:55 +01:00
[PR #145] Added Swift Package Manager support #143
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/UrbanApps/Armchair/pull/145
Author: @guidev
Created: 11/6/2022
Status: 🔄 Open
Base:
master← Head:master📝 Commits (1)
53d6bc3added support for spm📊 Changes
36 files changed (+35 additions, -1 deletions)
View changed files
📝
.gitignore(+1 -0)📝
Armchair.podspec(+1 -1)➕
Package.swift(+28 -0)📝
Source/Armchair.swift(+5 -0)📝
Source/Localization/ar.lproj/ArmchairLocalizable.strings(+0 -0)📝
Source/Localization/arm.lproj/ArmchairLocalizable.strings(+0 -0)📝
Source/Localization/ca.lproj/ArmchairLocalizable.strings(+0 -0)📝
Source/Localization/cs.lproj/ArmchairLocalizable.strings(+0 -0)📝
Source/Localization/da.lproj/ArmchairLocalizable.strings(+0 -0)📝
Source/Localization/de.lproj/ArmchairLocalizable.strings(+0 -0)📝
Source/Localization/el.lproj/ArmchairLocalizable.strings(+0 -0)📝
Source/Localization/en.lproj/ArmchairLocalizable.strings(+0 -0)📝
Source/Localization/es.lproj/ArmchairLocalizable.strings(+0 -0)📝
Source/Localization/fi.lproj/ArmchairLocalizable.strings(+0 -0)📝
Source/Localization/fr.lproj/ArmchairLocalizable.strings(+0 -0)📝
Source/Localization/he.lproj/ArmchairLocalizable.strings(+0 -0)📝
Source/Localization/hu.lproj/ArmchairLocalizable.strings(+0 -0)📝
Source/Localization/id.lproj/ArmchairLocalizable.strings(+0 -0)📝
Source/Localization/it.lproj/ArmchairLocalizable.strings(+0 -0)📝
Source/Localization/ja.lproj/ArmchairLocalizable.strings(+0 -0)...and 16 more files
📄 Description
It's 2023, it's time to add support for SPM 😜
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.