소스 검색

ComPDFKit(rn) - 1.13.0 cocoapods 更新

yangliuhua 9 달 전
부모
커밋
4738f15053
2개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 2
      App.tsx
  2. 2 1
      ios/Podfile

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 2 - 2
App.tsx


+ 2 - 1
ios/Podfile

@@ -31,7 +31,8 @@ target 'ComPDFKit_RN' do
   # Flags change depending on the env values.
   flags = get_default_flags()
 
-  pod 'ComPDFKit', :git => 'https://github.com/ComPDFKit/compdfkit-ios.git', :tag => '1.13.0'
+  pod 'ComPDFKit', :git => 'https://github.com/ComPDFKit/compdfkit-pdf-sdk-ios-swift.git', :tag => '1.13.0'
+  pod 'ComPDFKit_Tools', :git => 'https://github.com/ComPDFKit/compdfkit-pdf-sdk-ios-swift.git', :tag => '1.13.0'
 
   use_react_native!(
     :path => config[:reactNativePath],