Added CocoaPods to manage react-native-image-crop-picker (#373)
<!-- INSTRUCTION: Keep the line below to notify all core developers about this new PR --> @RocketChat/ReactNative <!-- INSTRUCTION: Inform the issue number that this PR closes, or remove the line below --> <!-- INSTRUCTION: Tell us more about your PR with screen shots if you can --> react-native-image-crop-picker raised an error when uploading to TestFlight. The lib highly recommends CocoaPods for production builds.
This commit is contained in:
parent
3b18216070
commit
caac4a73d3
|
@ -0,0 +1,35 @@
|
|||
# Uncomment the next line to define a global platform for your project
|
||||
platform :ios, '9.0'
|
||||
|
||||
target 'RocketChatRN' do
|
||||
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
|
||||
# use_frameworks!
|
||||
|
||||
# Pods for RocketChatRN
|
||||
# this is very important to have!
|
||||
rn_path = '../node_modules/react-native'
|
||||
pod 'yoga', path: "#{rn_path}/ReactCommon/yoga/yoga.podspec"
|
||||
pod 'React', path: rn_path, subspecs: [
|
||||
'Core',
|
||||
'RCTActionSheet',
|
||||
'RCTAnimation',
|
||||
'RCTGeolocation',
|
||||
'RCTImage',
|
||||
'RCTLinkingIOS',
|
||||
'RCTNetwork',
|
||||
'RCTSettings',
|
||||
'RCTText',
|
||||
'RCTVibration',
|
||||
'RCTWebSocket'
|
||||
]
|
||||
|
||||
pod 'RNImageCropPicker', :path => '../node_modules/react-native-image-crop-picker'
|
||||
end
|
||||
|
||||
post_install do |installer|
|
||||
installer.pods_project.targets.each do |target|
|
||||
if target.name == "React"
|
||||
target.remove_from_project
|
||||
end
|
||||
end
|
||||
end
|
|
@ -0,0 +1,70 @@
|
|||
PODS:
|
||||
- QBImagePickerController (3.4.0)
|
||||
- React/Core (0.56.0):
|
||||
- yoga (= 0.56.0.React)
|
||||
- React/fishhook (0.56.0)
|
||||
- React/RCTActionSheet (0.56.0):
|
||||
- React/Core
|
||||
- React/RCTAnimation (0.56.0):
|
||||
- React/Core
|
||||
- React/RCTBlob (0.56.0):
|
||||
- React/Core
|
||||
- React/RCTGeolocation (0.56.0):
|
||||
- React/Core
|
||||
- React/RCTImage (0.56.0):
|
||||
- React/Core
|
||||
- React/RCTNetwork
|
||||
- React/RCTLinkingIOS (0.56.0):
|
||||
- React/Core
|
||||
- React/RCTNetwork (0.56.0):
|
||||
- React/Core
|
||||
- React/RCTSettings (0.56.0):
|
||||
- React/Core
|
||||
- React/RCTText (0.56.0):
|
||||
- React/Core
|
||||
- React/RCTVibration (0.56.0):
|
||||
- React/Core
|
||||
- React/RCTWebSocket (0.56.0):
|
||||
- React/Core
|
||||
- React/fishhook
|
||||
- React/RCTBlob
|
||||
- RNImageCropPicker (0.20.3):
|
||||
- QBImagePickerController
|
||||
- React/Core
|
||||
- RSKImageCropper
|
||||
- RSKImageCropper (2.0.0)
|
||||
- yoga (0.56.0.React)
|
||||
|
||||
DEPENDENCIES:
|
||||
- React/Core (from `../node_modules/react-native`)
|
||||
- React/RCTActionSheet (from `../node_modules/react-native`)
|
||||
- React/RCTAnimation (from `../node_modules/react-native`)
|
||||
- React/RCTGeolocation (from `../node_modules/react-native`)
|
||||
- React/RCTImage (from `../node_modules/react-native`)
|
||||
- React/RCTLinkingIOS (from `../node_modules/react-native`)
|
||||
- React/RCTNetwork (from `../node_modules/react-native`)
|
||||
- React/RCTSettings (from `../node_modules/react-native`)
|
||||
- React/RCTText (from `../node_modules/react-native`)
|
||||
- React/RCTVibration (from `../node_modules/react-native`)
|
||||
- React/RCTWebSocket (from `../node_modules/react-native`)
|
||||
- RNImageCropPicker (from `../node_modules/react-native-image-crop-picker`)
|
||||
- yoga (from `../node_modules/react-native/ReactCommon/yoga/yoga.podspec`)
|
||||
|
||||
EXTERNAL SOURCES:
|
||||
React:
|
||||
:path: ../node_modules/react-native
|
||||
RNImageCropPicker:
|
||||
:path: ../node_modules/react-native-image-crop-picker
|
||||
yoga:
|
||||
:path: ../node_modules/react-native/ReactCommon/yoga/yoga.podspec
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
QBImagePickerController: d54cf93db6decf26baf6ed3472f336ef35cae022
|
||||
React: 1fe0eb13d90b625d94c3b117c274dcfd2e760e11
|
||||
RNImageCropPicker: 32ca4b9fef4e1b7b85ba69494242122948117e06
|
||||
RSKImageCropper: d9a1acbc0600bf8decc8f0d21895872c99a9e4cf
|
||||
yoga: b1ce48b6cf950b98deae82838f5173ea7cf89e85
|
||||
|
||||
PODFILE CHECKSUM: 61f93deba99bd7e36384c5bceba5b92c6b96009e
|
||||
|
||||
COCOAPODS: 1.4.0
|
|
@ -0,0 +1 @@
|
|||
../../../QBImagePickerController/QBImagePicker/QBAlbumCell.h
|
|
@ -0,0 +1 @@
|
|||
../../../QBImagePickerController/QBImagePicker/QBAlbumsViewController.h
|
|
@ -0,0 +1 @@
|
|||
../../../QBImagePickerController/QBImagePicker/QBAssetCell.h
|
|
@ -0,0 +1 @@
|
|||
../../../QBImagePickerController/QBImagePicker/QBAssetsViewController.h
|
|
@ -0,0 +1 @@
|
|||
../../../QBImagePickerController/QBImagePicker/QBCheckmarkView.h
|
1
ios/Pods/Headers/Private/QBImagePickerController/QBImagePickerController.h
generated
Symbolic link
1
ios/Pods/Headers/Private/QBImagePickerController/QBImagePickerController.h
generated
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../../QBImagePickerController/QBImagePicker/QBImagePickerController.h
|
|
@ -0,0 +1 @@
|
|||
../../../QBImagePickerController/QBImagePicker/QBSlomoIconView.h
|
|
@ -0,0 +1 @@
|
|||
../../../QBImagePickerController/QBImagePicker/QBVideoIconView.h
|
|
@ -0,0 +1 @@
|
|||
../../../QBImagePickerController/QBImagePicker/QBVideoIndicatorView.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native-image-crop-picker/ios/src/Compression.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native-image-crop-picker/ios/src/ImageCropPicker.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native-image-crop-picker/ios/src/UIImage+Resize.h
|
|
@ -0,0 +1 @@
|
|||
../../../RSKImageCropper/RSKImageCropper/CGGeometry+RSKImageCropper.h
|
1
ios/Pods/Headers/Private/RSKImageCropper/RSKImageCropViewController+Protected.h
generated
Symbolic link
1
ios/Pods/Headers/Private/RSKImageCropper/RSKImageCropViewController+Protected.h
generated
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../../RSKImageCropper/RSKImageCropper/RSKImageCropViewController+Protected.h
|
|
@ -0,0 +1 @@
|
|||
../../../RSKImageCropper/RSKImageCropper/RSKImageCropViewController.h
|
|
@ -0,0 +1 @@
|
|||
../../../RSKImageCropper/RSKImageCropper/RSKImageCropper.h
|
|
@ -0,0 +1 @@
|
|||
../../../RSKImageCropper/RSKImageCropper/RSKImageScrollView.h
|
|
@ -0,0 +1 @@
|
|||
../../../RSKImageCropper/RSKImageCropper/RSKInternalUtility.h
|
|
@ -0,0 +1 @@
|
|||
../../../RSKImageCropper/RSKImageCropper/RSKTouchView.h
|
|
@ -0,0 +1 @@
|
|||
../../../RSKImageCropper/RSKImageCropper/UIApplication+RSKImageCropper.h
|
|
@ -0,0 +1 @@
|
|||
../../../RSKImageCropper/RSKImageCropper/UIImage+RSKImageCropper.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/Text/Text/NSTextStorage+FontScaling.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/ActionSheetIOS/RCTActionSheetManager.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../../node_modules/react-native/Libraries/NativeAnimation/Nodes/RCTAdditionAnimatedNode.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../../node_modules/react-native/Libraries/NativeAnimation/Nodes/RCTAnimatedNode.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../../node_modules/react-native/Libraries/NativeAnimation/Drivers/RCTAnimationDriver.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../../node_modules/react-native/Libraries/NativeAnimation/RCTAnimationUtils.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../../node_modules/react-native/Libraries/NativeAnimation/Drivers/RCTDecayAnimation.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../../node_modules/react-native/Libraries/NativeAnimation/Nodes/RCTDiffClampAnimatedNode.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../../node_modules/react-native/Libraries/NativeAnimation/Nodes/RCTDivisionAnimatedNode.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../../node_modules/react-native/Libraries/NativeAnimation/Drivers/RCTEventAnimation.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../../node_modules/react-native/Libraries/NativeAnimation/Drivers/RCTFrameAnimation.h
|
1
ios/Pods/Headers/Private/React/RCTAnimation/RCTInterpolationAnimatedNode.h
generated
Symbolic link
1
ios/Pods/Headers/Private/React/RCTAnimation/RCTInterpolationAnimatedNode.h
generated
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../../../../../node_modules/react-native/Libraries/NativeAnimation/Nodes/RCTInterpolationAnimatedNode.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../../node_modules/react-native/Libraries/NativeAnimation/Nodes/RCTModuloAnimatedNode.h
|
1
ios/Pods/Headers/Private/React/RCTAnimation/RCTMultiplicationAnimatedNode.h
generated
Symbolic link
1
ios/Pods/Headers/Private/React/RCTAnimation/RCTMultiplicationAnimatedNode.h
generated
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../../../../../node_modules/react-native/Libraries/NativeAnimation/Nodes/RCTMultiplicationAnimatedNode.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../../node_modules/react-native/Libraries/NativeAnimation/RCTNativeAnimatedModule.h
|
1
ios/Pods/Headers/Private/React/RCTAnimation/RCTNativeAnimatedNodesManager.h
generated
Symbolic link
1
ios/Pods/Headers/Private/React/RCTAnimation/RCTNativeAnimatedNodesManager.h
generated
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../../../../../node_modules/react-native/Libraries/NativeAnimation/RCTNativeAnimatedNodesManager.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../../node_modules/react-native/Libraries/NativeAnimation/Nodes/RCTPropsAnimatedNode.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../../node_modules/react-native/Libraries/NativeAnimation/Drivers/RCTSpringAnimation.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../../node_modules/react-native/Libraries/NativeAnimation/Nodes/RCTStyleAnimatedNode.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../../node_modules/react-native/Libraries/NativeAnimation/Nodes/RCTSubtractionAnimatedNode.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../../node_modules/react-native/Libraries/NativeAnimation/Nodes/RCTTrackingAnimatedNode.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../../node_modules/react-native/Libraries/NativeAnimation/Nodes/RCTTransformAnimatedNode.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../../node_modules/react-native/Libraries/NativeAnimation/Nodes/RCTValueAnimatedNode.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/Text/TextInput/RCTBackedTextInputDelegate.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/Text/TextInput/RCTBackedTextInputDelegateAdapter.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/Text/TextInput/RCTBackedTextInputViewProtocol.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/Text/TextInput/RCTBaseTextInputShadowView.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/Text/TextInput/RCTBaseTextInputView.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/Text/TextInput/RCTBaseTextInputViewManager.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/Text/BaseText/RCTBaseTextShadowView.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/Text/BaseText/RCTBaseTextViewManager.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/Blob/RCTBlobManager.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/Text/RCTConvert+Text.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/Network/RCTDataRequestHandler.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/Blob/RCTFileReaderModule.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/Network/RCTFileRequestHandler.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/Image/RCTGIFImageDecoder.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/Network/RCTHTTPRequestHandler.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/Image/RCTImageBlurUtils.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/Image/RCTImageCache.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/Image/RCTImageEditingManager.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/Image/RCTImageLoader.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/Image/RCTImageShadowView.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/Image/RCTImageStoreManager.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/Image/RCTImageUtils.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/Image/RCTImageView.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/Image/RCTImageViewManager.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/Text/TextInput/RCTInputAccessoryShadowView.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/Text/TextInput/RCTInputAccessoryView.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/Text/TextInput/RCTInputAccessoryViewContent.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/Text/TextInput/RCTInputAccessoryViewManager.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/LinkingIOS/RCTLinkingManager.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/Image/RCTLocalAssetImageLoader.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/Geolocation/RCTLocationObserver.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/Text/TextInput/Multiline/RCTMultilineTextInputView.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/Text/TextInput/Multiline/RCTMultilineTextInputViewManager.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/Network/RCTNetInfo.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/Network/RCTNetworkTask.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/Network/RCTNetworking.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/Text/RawText/RCTRawTextShadowView.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/Text/RawText/RCTRawTextViewManager.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/WebSocket/RCTReconnectingWebSocket.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/Image/RCTResizeMode.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/WebSocket/RCTSRWebSocket.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/Settings/RCTSettingsManager.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/Text/TextInput/Singleline/RCTSinglelineTextInputView.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/Text/TextInput/Singleline/RCTSinglelineTextInputViewManager.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/Text/RCTTextAttributes.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/Text/TextInput/RCTTextSelection.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/Text/Text/RCTTextShadowView.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/Text/RCTTextTransform.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/Text/Text/RCTTextView.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/Text/Text/RCTTextViewManager.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/Text/TextInput/Singleline/RCTUITextField.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/Text/TextInput/Multiline/RCTUITextView.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/Vibration/RCTVibration.h
|
|
@ -0,0 +1 @@
|
|||
../../../../../node_modules/react-native/Libraries/Text/VirtualText/RCTVirtualTextShadowView.h
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue