From 2c35747a4a8d45d5cd0dc61d44815b0856355b90 Mon Sep 17 00:00:00 2001 From: Ivan Pusic <450140+ivpusic@users.noreply.github.com> Date: Sun, 6 Sep 2020 16:22:54 +0200 Subject: [PATCH] cleanup leftovers for RSKImageCropper --- example/ios/Podfile.lock | 8 +-- ios/imageCropPicker.xcodeproj/project.pbxproj | 51 ++----------------- package.json | 2 +- 3 files changed, 8 insertions(+), 53 deletions(-) diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 0401a4acd..c216dcbfa 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -222,12 +222,12 @@ PODS: - React-cxxreact (= 0.61.2) - React-jsi (= 0.61.2) - ReactCommon/jscallinvoker (= 0.61.2) - - RNImageCropPicker (0.33.4): + - RNImageCropPicker (0.34.0): - React-Core - React-RCTImage - - RNImageCropPicker/QBImagePickerController (= 0.33.4) + - RNImageCropPicker/QBImagePickerController (= 0.34.0) - TOCropViewController - - RNImageCropPicker/QBImagePickerController (0.33.4): + - RNImageCropPicker/QBImagePickerController (0.34.0): - React-Core - React-RCTImage - TOCropViewController @@ -354,7 +354,7 @@ SPEC CHECKSUMS: React-RCTText: e3ef6191cdb627855ff7fe8fa0c1e14094967fb8 React-RCTVibration: fb54c732fd20405a76598e431aa2f8c2bf527de9 ReactCommon: 5848032ed2f274fcb40f6b9ec24067787c42d479 - RNImageCropPicker: 530e8b69d97f80e03bc9f3b2cb64412312824330 + RNImageCropPicker: b8ef89650db8bcf41b28b54b49a109cc3e8292fd TOCropViewController: 2a1ae1242600b1f2d996fd91a5268b2309a33b5c Yoga: 14927e37bd25376d216b150ab2a561773d57911f diff --git a/ios/imageCropPicker.xcodeproj/project.pbxproj b/ios/imageCropPicker.xcodeproj/project.pbxproj index 40b7ce763..a476e0430 100644 --- a/ios/imageCropPicker.xcodeproj/project.pbxproj +++ b/ios/imageCropPicker.xcodeproj/project.pbxproj @@ -11,7 +11,6 @@ 3408F5F11E0DE76F00E97159 /* Compression.m in Sources */ = {isa = PBXBuildFile; fileRef = 3408F5F01E0DE76F00E97159 /* Compression.m */; }; 34963AB11D6B96A800F9CA2F /* UIImage+Resize.m in Sources */ = {isa = PBXBuildFile; fileRef = 34963A941D6B919800F9CA2F /* UIImage+Resize.m */; }; 34EC4AB51D78FEC6001E9E86 /* QBImagePicker.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 34434E2E1D6F5EA300BF5063 /* QBImagePicker.framework */; }; - 34EC4AB61D78FEC6001E9E86 /* RSKImageCropper.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 34434E3A1D6F5EBB00BF5063 /* RSKImageCropper.framework */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -22,20 +21,6 @@ remoteGlobalIDString = AAA8FE031ACDA079002A9710; remoteInfo = QBImagePicker; }; - 34434E391D6F5EBB00BF5063 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 34434E351D6F5EBB00BF5063 /* RSKImageCropper.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = A5BE393D1B32B49D00ECDF88; - remoteInfo = RSKImageCropper; - }; - D4A529261FE2A89E00F2C3A5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 34434E351D6F5EBB00BF5063 /* RSKImageCropper.xcodeproj */; - proxyType = 1; - remoteGlobalIDString = A5BE393C1B32B49D00ECDF88; - remoteInfo = RSKImageCropper; - }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ @@ -45,7 +30,6 @@ 3408F5EF1E0DE76F00E97159 /* Compression.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Compression.h; sourceTree = ""; }; 3408F5F01E0DE76F00E97159 /* Compression.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Compression.m; sourceTree = ""; }; 34434E261D6F5EA300BF5063 /* QBImagePicker.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = QBImagePicker.xcodeproj; path = QBImagePicker/QBImagePicker.xcodeproj; sourceTree = ""; }; - 34434E351D6F5EBB00BF5063 /* RSKImageCropper.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RSKImageCropper.xcodeproj; path = RSKImageCropper/RSKImageCropper.xcodeproj; sourceTree = ""; }; 347ACA051E4B2B2F0068D500 /* libRCTImage.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libRCTImage.a; path = "../../../../Library/Developer/Xcode/DerivedData/example-grvsvunjwoajzcfynrlckgmefufr/Build/Products/Debug-iphonesimulator/libRCTImage.a"; sourceTree = ""; }; 34963A931D6B919800F9CA2F /* UIImage+Resize.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImage+Resize.h"; sourceTree = ""; }; 34963A941D6B919800F9CA2F /* UIImage+Resize.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImage+Resize.m"; sourceTree = ""; }; @@ -57,7 +41,6 @@ buildActionMask = 2147483647; files = ( 34EC4AB51D78FEC6001E9E86 /* QBImagePicker.framework in Frameworks */, - 34EC4AB61D78FEC6001E9E86 /* RSKImageCropper.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -85,7 +68,6 @@ 34434E251D6F5E5600BF5063 /* Libraries */ = { isa = PBXGroup; children = ( - 34434E351D6F5EBB00BF5063 /* RSKImageCropper.xcodeproj */, 34434E261D6F5EA300BF5063 /* QBImagePicker.xcodeproj */, ); name = Libraries; @@ -99,14 +81,6 @@ name = Products; sourceTree = ""; }; - 34434E361D6F5EBB00BF5063 /* Products */ = { - isa = PBXGroup; - children = ( - 34434E3A1D6F5EBB00BF5063 /* RSKImageCropper.framework */, - ); - name = Products; - sourceTree = ""; - }; 347ACA041E4B2B2F0068D500 /* Frameworks */ = { isa = PBXGroup; children = ( @@ -141,7 +115,6 @@ buildRules = ( ); dependencies = ( - D4A529271FE2A89E00F2C3A5 /* PBXTargetDependency */, ); name = imageCropPicker; productName = picker; @@ -167,6 +140,7 @@ developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( + English, en, de, es, @@ -183,10 +157,6 @@ ProductGroup = 34434E271D6F5EA300BF5063 /* Products */; ProjectRef = 34434E261D6F5EA300BF5063 /* QBImagePicker.xcodeproj */; }, - { - ProductGroup = 34434E361D6F5EBB00BF5063 /* Products */; - ProjectRef = 34434E351D6F5EBB00BF5063 /* RSKImageCropper.xcodeproj */; - }, ); projectRoot = ""; targets = ( @@ -203,13 +173,6 @@ remoteRef = 34434E2D1D6F5EA300BF5063 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 34434E3A1D6F5EBB00BF5063 /* RSKImageCropper.framework */ = { - isa = PBXReferenceProxy; - fileType = wrapper.framework; - path = RSKImageCropper.framework; - remoteRef = 34434E391D6F5EBB00BF5063 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; /* End PBXReferenceProxy section */ /* Begin PBXSourcesBuildPhase section */ @@ -225,14 +188,6 @@ }; /* End PBXSourcesBuildPhase section */ -/* Begin PBXTargetDependency section */ - D4A529271FE2A89E00F2C3A5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RSKImageCropper; - targetProxy = D4A529261FE2A89E00F2C3A5 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - /* Begin XCBuildConfiguration section */ 3400A80F1CEB54A6008A0BC7 /* Debug */ = { isa = XCBuildConfiguration; @@ -320,7 +275,7 @@ isa = XCBuildConfiguration; buildSettings = { EMBEDDED_CONTENT_CONTAINS_SWIFT = NO; - FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/RSKImageCropper/build/Debug-iphoneos"; + FRAMEWORK_SEARCH_PATHS = ""; HEADER_SEARCH_PATHS = ( "$(inherited)", "$(SRCROOT)/../../react-native/React/**", @@ -341,7 +296,7 @@ isa = XCBuildConfiguration; buildSettings = { EMBEDDED_CONTENT_CONTAINS_SWIFT = NO; - FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/RSKImageCropper/build/Debug-iphoneos"; + FRAMEWORK_SEARCH_PATHS = ""; HEADER_SEARCH_PATHS = ( "$(inherited)", "$(SRCROOT)/../../react-native/React/**", diff --git a/package.json b/package.json index addd45884..0079f38e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-image-crop-picker", - "version": "0.34.0", + "version": "0.34.1", "description": "Select single or multiple images, with cropping option", "main": "index.js", "scripts": {