[PR #343] [CLOSED] Theoretical Fix issue with BoringSSL-GRPC via update to the podspec #465

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

📋 Pull Request Information

Original PR: https://github.com/jmcnamara/libxlsxwriter/pull/343
Author: @ulmentflam
Created: 7/9/2021
Status: Closed

Base: mainHead: main


📝 Commits (4)

  • 54dad23 Trying somthing weird
  • 2255090 Trying somthing weird
  • bd94838 Reverting git reference to the source repo
  • 3d869dd Updating podspec formatting

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 libxlsxwriter.podspec (+1 -1)

📄 Description

Fix to issue #342

Taking note from how Firebase uses preserve_path https://github.com/firebase/firebase-ios-sdk/blob/master/FirebaseFirestore.podspec#L54 and the issue created on the CocoaPods repo https://github.com/CocoaPods/CocoaPods/issues/10772.

This appears to fix my issue and allows my applications to build and the LibXlsxWriterSwiftSample to build with 'BoringSSL-GRPC'.

The LibXlsxWriterSwiftSample uses the following pod file to run with BoringSSL-GRPC:

# Uncomment the next line to define a global platform for your project
platform :ios, '13.0'

target 'LibXlsxWriterSwiftSample' do
  # Comment the next line if you don't want to use dynamic frameworks
  use_frameworks!

  # Pods for LibXlsxWriterSwiftSample
  pod 'libxlsxwriter', :git => 'https://github.com/52inc/libxlsxwriter.git'
  pod 'Sourceful', '~> 0.2' #Only present for synzax highlighting
  pod 'BoringSSL-GRPC'
end

🔄 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/343 **Author:** [@ulmentflam](https://github.com/ulmentflam) **Created:** 7/9/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (4) - [`54dad23`](https://github.com/jmcnamara/libxlsxwriter/commit/54dad23a1b37d20f968d37a1109b7a7dce56b4f0) Trying somthing weird - [`2255090`](https://github.com/jmcnamara/libxlsxwriter/commit/2255090ecd55cf246e4603bc6bf14779a40ca1bb) Trying somthing weird - [`bd94838`](https://github.com/jmcnamara/libxlsxwriter/commit/bd948389c397e164921c1cc221893ee10cc3806a) Reverting git reference to the source repo - [`3d869dd`](https://github.com/jmcnamara/libxlsxwriter/commit/3d869ddf22b0a2a73332336ecd5dccce01894491) Updating podspec formatting ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `libxlsxwriter.podspec` (+1 -1) </details> ### 📄 Description Fix to issue #342 Taking note from how Firebase uses `preserve_path` https://github.com/firebase/firebase-ios-sdk/blob/master/FirebaseFirestore.podspec#L54 and the issue created on the CocoaPods repo https://github.com/CocoaPods/CocoaPods/issues/10772. This appears to fix my issue and allows my applications to build and the LibXlsxWriterSwiftSample to build with 'BoringSSL-GRPC'. The LibXlsxWriterSwiftSample uses the following pod file to run with `BoringSSL-GRPC`: ``` # Uncomment the next line to define a global platform for your project platform :ios, '13.0' target 'LibXlsxWriterSwiftSample' do # Comment the next line if you don't want to use dynamic frameworks use_frameworks! # Pods for LibXlsxWriterSwiftSample pod 'libxlsxwriter', :git => 'https://github.com/52inc/libxlsxwriter.git' pod 'Sourceful', '~> 0.2' #Only present for synzax highlighting pod 'BoringSSL-GRPC' end ``` --- <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:16:39 -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#465
No description provided.