Skip to content

Commit

Permalink
cleanup leftovers for RSKImageCropper
Browse files Browse the repository at this point in the history
  • Loading branch information
ivpusic committed Sep 6, 2020
1 parent 2e2ad2e commit 2c35747
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 53 deletions.
8 changes: 4 additions & 4 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -354,7 +354,7 @@ SPEC CHECKSUMS:
React-RCTText: e3ef6191cdb627855ff7fe8fa0c1e14094967fb8
React-RCTVibration: fb54c732fd20405a76598e431aa2f8c2bf527de9
ReactCommon: 5848032ed2f274fcb40f6b9ec24067787c42d479
RNImageCropPicker: 530e8b69d97f80e03bc9f3b2cb64412312824330
RNImageCropPicker: b8ef89650db8bcf41b28b54b49a109cc3e8292fd
TOCropViewController: 2a1ae1242600b1f2d996fd91a5268b2309a33b5c
Yoga: 14927e37bd25376d216b150ab2a561773d57911f

Expand Down
51 changes: 3 additions & 48 deletions ios/imageCropPicker.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand All @@ -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 */
Expand All @@ -45,7 +30,6 @@
3408F5EF1E0DE76F00E97159 /* Compression.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Compression.h; sourceTree = "<group>"; };
3408F5F01E0DE76F00E97159 /* Compression.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Compression.m; sourceTree = "<group>"; };
34434E261D6F5EA300BF5063 /* QBImagePicker.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = QBImagePicker.xcodeproj; path = QBImagePicker/QBImagePicker.xcodeproj; sourceTree = "<group>"; };
34434E351D6F5EBB00BF5063 /* RSKImageCropper.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RSKImageCropper.xcodeproj; path = RSKImageCropper/RSKImageCropper.xcodeproj; sourceTree = "<group>"; };
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 = "<group>"; };
34963A931D6B919800F9CA2F /* UIImage+Resize.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImage+Resize.h"; sourceTree = "<group>"; };
34963A941D6B919800F9CA2F /* UIImage+Resize.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImage+Resize.m"; sourceTree = "<group>"; };
Expand All @@ -57,7 +41,6 @@
buildActionMask = 2147483647;
files = (
34EC4AB51D78FEC6001E9E86 /* QBImagePicker.framework in Frameworks */,
34EC4AB61D78FEC6001E9E86 /* RSKImageCropper.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -85,7 +68,6 @@
34434E251D6F5E5600BF5063 /* Libraries */ = {
isa = PBXGroup;
children = (
34434E351D6F5EBB00BF5063 /* RSKImageCropper.xcodeproj */,
34434E261D6F5EA300BF5063 /* QBImagePicker.xcodeproj */,
);
name = Libraries;
Expand All @@ -99,14 +81,6 @@
name = Products;
sourceTree = "<group>";
};
34434E361D6F5EBB00BF5063 /* Products */ = {
isa = PBXGroup;
children = (
34434E3A1D6F5EBB00BF5063 /* RSKImageCropper.framework */,
);
name = Products;
sourceTree = "<group>";
};
347ACA041E4B2B2F0068D500 /* Frameworks */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -141,7 +115,6 @@
buildRules = (
);
dependencies = (
D4A529271FE2A89E00F2C3A5 /* PBXTargetDependency */,
);
name = imageCropPicker;
productName = picker;
Expand All @@ -167,6 +140,7 @@
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
de,
es,
Expand All @@ -183,10 +157,6 @@
ProductGroup = 34434E271D6F5EA300BF5063 /* Products */;
ProjectRef = 34434E261D6F5EA300BF5063 /* QBImagePicker.xcodeproj */;
},
{
ProductGroup = 34434E361D6F5EBB00BF5063 /* Products */;
ProjectRef = 34434E351D6F5EBB00BF5063 /* RSKImageCropper.xcodeproj */;
},
);
projectRoot = "";
targets = (
Expand All @@ -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 */
Expand All @@ -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;
Expand Down Expand Up @@ -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/**",
Expand All @@ -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/**",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 2c35747

Please sign in to comment.