Skip to content

fix: correct podspec source URLs - #999

Merged
vonovak merged 1 commit into
mainfrom
codex/fix-podspec-source
Jul 27, 2026
Merged

fix: correct podspec source URLs#999
vonovak merged 1 commit into
mainfrom
codex/fix-podspec-source

Conversation

@vonovak

@vonovak vonovak commented Jul 27, 2026

Copy link
Copy Markdown
Member

closes #996

Copilot AI review requested due to automatic review settings July 27, 2026 23:02
@changeset-bot

changeset-bot Bot commented Jul 27, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: cd7162b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@react-native-documents/picker Patch
@react-native-documents/viewer Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Fixes the CocoaPods podspec s.source Git URL for the iOS react-native-document-picker and react-native-document-viewer pods so they point to the public react-native-documents/document-picker repository, addressing issue #996.

Changes:

  • Update s.source in both podspecs to use https://github.com/react-native-documents/document-picker.git (with :tag => "v#{s.version}").
  • Add a changeset to publish patch releases for @react-native-documents/picker and @react-native-documents/viewer.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
packages/document-viewer/react-native-document-viewer.podspec Points the podspec s.source git URL to the public repo.
packages/document-picker/react-native-document-picker.podspec Points the podspec s.source git URL to the public repo.
.changeset/fix-podspec-source.md Adds a patch changeset documenting the podspec source URL fix.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@vonovak
vonovak merged commit 923c1f8 into main Jul 27, 2026
6 checks passed
@vonovak
vonovak deleted the codex/fix-podspec-source branch July 27, 2026 23:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Wrong source URL in podspec

2 participants