diff --git a/.changeset/fix-podspec-source.md b/.changeset/fix-podspec-source.md new file mode 100644 index 00000000..c09d4e34 --- /dev/null +++ b/.changeset/fix-podspec-source.md @@ -0,0 +1,6 @@ +--- +"@react-native-documents/picker": patch +"@react-native-documents/viewer": patch +--- + +fix: point podspec source URLs to the public repository diff --git a/packages/document-picker/react-native-document-picker.podspec b/packages/document-picker/react-native-document-picker.podspec index 96ec4802..0c2e260a 100644 --- a/packages/document-picker/react-native-document-picker.podspec +++ b/packages/document-picker/react-native-document-picker.podspec @@ -11,7 +11,7 @@ Pod::Spec.new do |s| s.authors = package["author"] s.platforms = { :ios => "14.0" } - s.source = { :git => "https://github.com/react-native-documents/sponsors-only.git", :tag => "v#{s.version}" } + s.source = { :git => "https://github.com/react-native-documents/document-picker.git", :tag => "v#{s.version}" } s.source_files = ["ios/**/*.{h,m,mm,swift}"] s.swift_version = '6.0' diff --git a/packages/document-viewer/react-native-document-viewer.podspec b/packages/document-viewer/react-native-document-viewer.podspec index 3bb5fbd0..692edb35 100644 --- a/packages/document-viewer/react-native-document-viewer.podspec +++ b/packages/document-viewer/react-native-document-viewer.podspec @@ -11,7 +11,7 @@ Pod::Spec.new do |s| s.authors = package["author"] s.platforms = { :ios => "13.0" } - s.source = { :git => "https://github.com/react-native-documents/sponsors-only.git", :tag => "v#{s.version}" } + s.source = { :git => "https://github.com/react-native-documents/document-picker.git", :tag => "v#{s.version}" } s.frameworks = 'QuickLook' s.source_files = ["ios/**/*.{h,m,mm}"]