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:
Diego Mello 2018-07-26 11:23:06 -03:00 committed by Guilherme Gazzo
parent 3b18216070
commit caac4a73d3
627 changed files with 10707 additions and 54 deletions

35
ios/Podfile Normal file
View File

@ -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

70
ios/Podfile.lock Normal file
View File

@ -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

View File

@ -0,0 +1 @@
../../../QBImagePickerController/QBImagePicker/QBAlbumCell.h

View File

@ -0,0 +1 @@
../../../QBImagePickerController/QBImagePicker/QBAlbumsViewController.h

View File

@ -0,0 +1 @@
../../../QBImagePickerController/QBImagePicker/QBAssetCell.h

View File

@ -0,0 +1 @@
../../../QBImagePickerController/QBImagePicker/QBAssetsViewController.h

View File

@ -0,0 +1 @@
../../../QBImagePickerController/QBImagePicker/QBCheckmarkView.h

View File

@ -0,0 +1 @@
../../../QBImagePickerController/QBImagePicker/QBImagePickerController.h

View File

@ -0,0 +1 @@
../../../QBImagePickerController/QBImagePicker/QBSlomoIconView.h

View File

@ -0,0 +1 @@
../../../QBImagePickerController/QBImagePicker/QBVideoIconView.h

View File

@ -0,0 +1 @@
../../../QBImagePickerController/QBImagePicker/QBVideoIndicatorView.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native-image-crop-picker/ios/src/Compression.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native-image-crop-picker/ios/src/ImageCropPicker.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native-image-crop-picker/ios/src/UIImage+Resize.h

View File

@ -0,0 +1 @@
../../../RSKImageCropper/RSKImageCropper/CGGeometry+RSKImageCropper.h

View File

@ -0,0 +1 @@
../../../RSKImageCropper/RSKImageCropper/RSKImageCropViewController+Protected.h

View File

@ -0,0 +1 @@
../../../RSKImageCropper/RSKImageCropper/RSKImageCropViewController.h

View File

@ -0,0 +1 @@
../../../RSKImageCropper/RSKImageCropper/RSKImageCropper.h

View File

@ -0,0 +1 @@
../../../RSKImageCropper/RSKImageCropper/RSKImageScrollView.h

View File

@ -0,0 +1 @@
../../../RSKImageCropper/RSKImageCropper/RSKInternalUtility.h

View File

@ -0,0 +1 @@
../../../RSKImageCropper/RSKImageCropper/RSKTouchView.h

View File

@ -0,0 +1 @@
../../../RSKImageCropper/RSKImageCropper/UIApplication+RSKImageCropper.h

View File

@ -0,0 +1 @@
../../../RSKImageCropper/RSKImageCropper/UIImage+RSKImageCropper.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/Text/Text/NSTextStorage+FontScaling.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/ActionSheetIOS/RCTActionSheetManager.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/Libraries/NativeAnimation/Nodes/RCTAdditionAnimatedNode.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/Libraries/NativeAnimation/Nodes/RCTAnimatedNode.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/Libraries/NativeAnimation/Drivers/RCTAnimationDriver.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/Libraries/NativeAnimation/RCTAnimationUtils.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/Libraries/NativeAnimation/Drivers/RCTDecayAnimation.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/Libraries/NativeAnimation/Nodes/RCTDiffClampAnimatedNode.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/Libraries/NativeAnimation/Nodes/RCTDivisionAnimatedNode.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/Libraries/NativeAnimation/Drivers/RCTEventAnimation.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/Libraries/NativeAnimation/Drivers/RCTFrameAnimation.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/Libraries/NativeAnimation/Nodes/RCTInterpolationAnimatedNode.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/Libraries/NativeAnimation/Nodes/RCTModuloAnimatedNode.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/Libraries/NativeAnimation/Nodes/RCTMultiplicationAnimatedNode.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/Libraries/NativeAnimation/RCTNativeAnimatedModule.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/Libraries/NativeAnimation/RCTNativeAnimatedNodesManager.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/Libraries/NativeAnimation/Nodes/RCTPropsAnimatedNode.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/Libraries/NativeAnimation/Drivers/RCTSpringAnimation.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/Libraries/NativeAnimation/Nodes/RCTStyleAnimatedNode.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/Libraries/NativeAnimation/Nodes/RCTSubtractionAnimatedNode.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/Libraries/NativeAnimation/Nodes/RCTTrackingAnimatedNode.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/Libraries/NativeAnimation/Nodes/RCTTransformAnimatedNode.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/Libraries/NativeAnimation/Nodes/RCTValueAnimatedNode.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/Text/TextInput/RCTBackedTextInputDelegate.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/Text/TextInput/RCTBackedTextInputDelegateAdapter.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/Text/TextInput/RCTBackedTextInputViewProtocol.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/Text/TextInput/RCTBaseTextInputShadowView.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/Text/TextInput/RCTBaseTextInputView.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/Text/TextInput/RCTBaseTextInputViewManager.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/Text/BaseText/RCTBaseTextShadowView.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/Text/BaseText/RCTBaseTextViewManager.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/Blob/RCTBlobManager.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/Text/RCTConvert+Text.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/Network/RCTDataRequestHandler.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/Blob/RCTFileReaderModule.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/Network/RCTFileRequestHandler.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/Image/RCTGIFImageDecoder.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/Network/RCTHTTPRequestHandler.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/Image/RCTImageBlurUtils.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/Image/RCTImageCache.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/Image/RCTImageEditingManager.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/Image/RCTImageLoader.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/Image/RCTImageShadowView.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/Image/RCTImageStoreManager.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/Image/RCTImageUtils.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/Image/RCTImageView.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/Image/RCTImageViewManager.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/Text/TextInput/RCTInputAccessoryShadowView.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/Text/TextInput/RCTInputAccessoryView.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/Text/TextInput/RCTInputAccessoryViewContent.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/Text/TextInput/RCTInputAccessoryViewManager.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/LinkingIOS/RCTLinkingManager.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/Image/RCTLocalAssetImageLoader.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/Geolocation/RCTLocationObserver.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/Text/TextInput/Multiline/RCTMultilineTextInputView.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/Text/TextInput/Multiline/RCTMultilineTextInputViewManager.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/Network/RCTNetInfo.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/Network/RCTNetworkTask.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/Network/RCTNetworking.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/Text/RawText/RCTRawTextShadowView.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/Text/RawText/RCTRawTextViewManager.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/WebSocket/RCTReconnectingWebSocket.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/Image/RCTResizeMode.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/WebSocket/RCTSRWebSocket.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/Settings/RCTSettingsManager.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/Text/TextInput/Singleline/RCTSinglelineTextInputView.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/Text/TextInput/Singleline/RCTSinglelineTextInputViewManager.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/Text/RCTTextAttributes.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/Text/TextInput/RCTTextSelection.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/Text/Text/RCTTextShadowView.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/Text/RCTTextTransform.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/Text/Text/RCTTextView.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/Text/Text/RCTTextViewManager.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/Text/TextInput/Singleline/RCTUITextField.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/Text/TextInput/Multiline/RCTUITextView.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native/Libraries/Vibration/RCTVibration.h

View File

@ -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