[PR #399] [CLOSED] Fix same library names for pods and spm #480

Closed
opened 2026-05-05 12:17:05 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jmcnamara/libxlsxwriter/pull/399
Author: @H0xel
Created: 4/14/2023
Status: Closed

Base: mainHead: feature/Pospec_name


📝 Commits (4)

📊 Changes

5 files changed (+37 additions, -2 deletions)

View changed files

.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata (+7 -0)
.swiftpm/xcode/package.xcworkspace/xcuserdata/amakhin.xcuserdatad/UserInterfaceState.xcuserstate (+0 -0)
.swiftpm/xcode/xcuserdata/amakhin.xcuserdatad/xcschemes/xcschememanagement.plist (+27 -0)
📝 cocoapods/libxlsxwriter.modulemap (+1 -1)
📝 libxlsxwriter.podspec (+2 -1)

📄 Description

Problem
When you connect your framework with dependency via pods and inside framework you use spm you have troubles with different import namings


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jmcnamara/libxlsxwriter/pull/399 **Author:** [@H0xel](https://github.com/H0xel) **Created:** 4/14/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feature/Pospec_name` --- ### 📝 Commits (4) - [`94c9f51`](https://github.com/jmcnamara/libxlsxwriter/commit/94c9f5139b087223db886b29943605b96e733b48) Change podspecname - [`5a314eb`](https://github.com/jmcnamara/libxlsxwriter/commit/5a314ebf23674ac0601d2f284518c6a884a3fbac) add changes - [`ec0db29`](https://github.com/jmcnamara/libxlsxwriter/commit/ec0db29ee121bbac1e0c8e125bc8716b47856d38) update - [`8982f99`](https://github.com/jmcnamara/libxlsxwriter/commit/8982f99501610f714ee11741ac88727e4d594ff7) add changes ### 📊 Changes **5 files changed** (+37 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata` (+7 -0) ➕ `.swiftpm/xcode/package.xcworkspace/xcuserdata/amakhin.xcuserdatad/UserInterfaceState.xcuserstate` (+0 -0) ➕ `.swiftpm/xcode/xcuserdata/amakhin.xcuserdatad/xcschemes/xcschememanagement.plist` (+27 -0) 📝 `cocoapods/libxlsxwriter.modulemap` (+1 -1) 📝 `libxlsxwriter.podspec` (+2 -1) </details> ### 📄 Description Problem When you connect your framework with dependency via pods and inside framework you use spm you have troubles with different import namings --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 12:17:05 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/libxlsxwriter#480
No description provided.