diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 2f81cb932..9c4fac684 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -2,7 +2,7 @@ PODS: - QBImagePickerController (3.4.0) - React (0.30.0): - React/Core (= 0.30.0) - - react-native-image-crop-picker (0.5.0): + - react-native-image-crop-picker (0.5.2): - QBImagePickerController (= 3.4.0) - React (>= 0.26.1) - RSKImageCropper (= 1.5.1) @@ -37,7 +37,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: QBImagePickerController: d54cf93db6decf26baf6ed3472f336ef35cae022 React: ed499ad8bb72560821a80fefa59e15a18f3ec75c - react-native-image-crop-picker: 16f10164c90a0fde7807ec053609d7a0a241367c + react-native-image-crop-picker: 3300e902a9b0113e18c976aa5ba2cb46d636f511 RSKImageCropper: edd65fedb3734332818deb139906d6b7f54b8a44 UIImage-Resize: fa776860f10e6900bbaf53a73e494bdceaaccc77 diff --git a/ios/Podfile b/ios/Podfile index 9d3ee7a92..3165f0145 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -3,7 +3,7 @@ platform :ios, '8.0' # Uncomment this line if you're using Swift # use_frameworks! -target 'ios' do +target 'imageCropPicker' do pod 'React', :path => '../node_modules/react-native' pod 'QBImagePickerController', '3.4.0' pod 'RSKImageCropper', '1.5.1' diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 3a4fb7f02..b305dfad3 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -1,8 +1,8 @@ PODS: - QBImagePickerController (3.4.0) - - React (0.26.0): - - React/Core (= 0.26.0) - - React/Core (0.26.0) + - React (0.30.0): + - React/Core (= 0.30.0) + - React/Core (0.30.0) - RSKImageCropper (1.5.1) - UIImage-Resize (1.0.1) @@ -18,7 +18,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: QBImagePickerController: d54cf93db6decf26baf6ed3472f336ef35cae022 - React: 77cf2f128076f6e41b33dd7217a725874cd5e931 + React: ed499ad8bb72560821a80fefa59e15a18f3ec75c RSKImageCropper: edd65fedb3734332818deb139906d6b7f54b8a44 UIImage-Resize: fa776860f10e6900bbaf53a73e494bdceaaccc77 diff --git a/ios/ios.xcodeproj/project.pbxproj b/ios/imageCropPicker.xcodeproj/project.pbxproj similarity index 80% rename from ios/ios.xcodeproj/project.pbxproj rename to ios/imageCropPicker.xcodeproj/project.pbxproj index d44e1dde7..6655a4d03 100644 --- a/ios/ios.xcodeproj/project.pbxproj +++ b/ios/imageCropPicker.xcodeproj/project.pbxproj @@ -10,6 +10,7 @@ 05ED982300309570595E6415 /* libPods.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1BD68D2BA210764F2B45A9E8 /* libPods.a */; }; 3400A8161CEB54F3008A0BC7 /* ImageCropPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 3400A8151CEB54F3008A0BC7 /* ImageCropPicker.m */; }; 7C2FA32BD238084092BADC62 /* libPods-ios.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 28D0F40878CF442B0366B8BD /* libPods-ios.a */; }; + 9B46DDDC9479669CD34E163A /* libPods-imageCropPicker.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7EEAACF4A99BFA29DE7F70DA /* libPods-imageCropPicker.a */; }; /* End PBXBuildFile section */ /* Begin PBXCopyFilesBuildPhase section */ @@ -26,12 +27,13 @@ /* Begin PBXFileReference section */ 1BD68D2BA210764F2B45A9E8 /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 2463CBAB1C77CC256B77EF66 /* Pods-imageCropPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-imageCropPicker.release.xcconfig"; path = "Pods/Target Support Files/Pods-imageCropPicker/Pods-imageCropPicker.release.xcconfig"; sourceTree = ""; }; 28D0F40878CF442B0366B8BD /* libPods-ios.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-ios.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 3400A8081CEB54A6008A0BC7 /* libios.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libios.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 3400A8081CEB54A6008A0BC7 /* libimageCropPicker.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libimageCropPicker.a; sourceTree = BUILT_PRODUCTS_DIR; }; 3400A8141CEB54F3008A0BC7 /* ImageCropPicker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ImageCropPicker.h; sourceTree = ""; }; 3400A8151CEB54F3008A0BC7 /* ImageCropPicker.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ImageCropPicker.m; sourceTree = ""; }; - 5334DE9EC8523E00C03E7B1F /* Pods-ios.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ios.debug.xcconfig"; path = "Pods/Target Support Files/Pods-ios/Pods-ios.debug.xcconfig"; sourceTree = ""; }; - 7AD9B365910E1EAA1889FC3C /* Pods-ios.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ios.release.xcconfig"; path = "Pods/Target Support Files/Pods-ios/Pods-ios.release.xcconfig"; sourceTree = ""; }; + 7EEAACF4A99BFA29DE7F70DA /* libPods-imageCropPicker.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-imageCropPicker.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + DF0383191562417F69CE13C0 /* Pods-imageCropPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-imageCropPicker.debug.xcconfig"; path = "Pods/Target Support Files/Pods-imageCropPicker/Pods-imageCropPicker.debug.xcconfig"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -41,6 +43,7 @@ files = ( 7C2FA32BD238084092BADC62 /* libPods-ios.a in Frameworks */, 05ED982300309570595E6415 /* libPods.a in Frameworks */, + 9B46DDDC9479669CD34E163A /* libPods-imageCropPicker.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -61,7 +64,7 @@ 3400A8091CEB54A6008A0BC7 /* Products */ = { isa = PBXGroup; children = ( - 3400A8081CEB54A6008A0BC7 /* libios.a */, + 3400A8081CEB54A6008A0BC7 /* libimageCropPicker.a */, ); name = Products; sourceTree = ""; @@ -71,6 +74,7 @@ children = ( 28D0F40878CF442B0366B8BD /* libPods-ios.a */, 1BD68D2BA210764F2B45A9E8 /* libPods.a */, + 7EEAACF4A99BFA29DE7F70DA /* libPods-imageCropPicker.a */, ); name = Frameworks; sourceTree = ""; @@ -78,8 +82,8 @@ DE9F36C10D014D61FADE41D2 /* Pods */ = { isa = PBXGroup; children = ( - 5334DE9EC8523E00C03E7B1F /* Pods-ios.debug.xcconfig */, - 7AD9B365910E1EAA1889FC3C /* Pods-ios.release.xcconfig */, + DF0383191562417F69CE13C0 /* Pods-imageCropPicker.debug.xcconfig */, + 2463CBAB1C77CC256B77EF66 /* Pods-imageCropPicker.release.xcconfig */, ); name = Pods; sourceTree = ""; @@ -87,9 +91,9 @@ /* End PBXGroup section */ /* Begin PBXNativeTarget section */ - 3400A8071CEB54A6008A0BC7 /* ios */ = { + 3400A8071CEB54A6008A0BC7 /* imageCropPicker */ = { isa = PBXNativeTarget; - buildConfigurationList = 3400A8111CEB54A6008A0BC7 /* Build configuration list for PBXNativeTarget "ios" */; + buildConfigurationList = 3400A8111CEB54A6008A0BC7 /* Build configuration list for PBXNativeTarget "imageCropPicker" */; buildPhases = ( 1F2C7A7F1CD107249FB80C39 /* Check Pods Manifest.lock */, 3400A8041CEB54A6008A0BC7 /* Sources */, @@ -101,9 +105,9 @@ ); dependencies = ( ); - name = ios; + name = imageCropPicker; productName = picker; - productReference = 3400A8081CEB54A6008A0BC7 /* libios.a */; + productReference = 3400A8081CEB54A6008A0BC7 /* libimageCropPicker.a */; productType = "com.apple.product-type.library.static"; }; /* End PBXNativeTarget section */ @@ -120,7 +124,7 @@ }; }; }; - buildConfigurationList = 3400A8031CEB54A6008A0BC7 /* Build configuration list for PBXProject "ios" */; + buildConfigurationList = 3400A8031CEB54A6008A0BC7 /* Build configuration list for PBXProject "imageCropPicker" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 0; @@ -132,7 +136,7 @@ projectDirPath = ""; projectRoot = ""; targets = ( - 3400A8071CEB54A6008A0BC7 /* ios */, + 3400A8071CEB54A6008A0BC7 /* imageCropPicker */, ); }; /* End PBXProject section */ @@ -165,7 +169,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ios/Pods-ios-resources.sh\"\n"; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-imageCropPicker/Pods-imageCropPicker-resources.sh\"\n"; showEnvVarsInLog = 0; }; /* End PBXShellScriptBuildPhase section */ @@ -266,26 +270,26 @@ }; 3400A8121CEB54A6008A0BC7 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5334DE9EC8523E00C03E7B1F /* Pods-ios.debug.xcconfig */; + baseConfigurationReference = DF0383191562417F69CE13C0 /* Pods-imageCropPicker.debug.xcconfig */; buildSettings = { OTHER_LDFLAGS = ( "-ObjC", "$(inherited)", ); - PRODUCT_NAME = ios; + PRODUCT_NAME = imageCropPicker; SKIP_INSTALL = YES; }; name = Debug; }; 3400A8131CEB54A6008A0BC7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7AD9B365910E1EAA1889FC3C /* Pods-ios.release.xcconfig */; + baseConfigurationReference = 2463CBAB1C77CC256B77EF66 /* Pods-imageCropPicker.release.xcconfig */; buildSettings = { OTHER_LDFLAGS = ( "-ObjC", "$(inherited)", ); - PRODUCT_NAME = ios; + PRODUCT_NAME = imageCropPicker; SKIP_INSTALL = YES; }; name = Release; @@ -293,7 +297,7 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 3400A8031CEB54A6008A0BC7 /* Build configuration list for PBXProject "ios" */ = { + 3400A8031CEB54A6008A0BC7 /* Build configuration list for PBXProject "imageCropPicker" */ = { isa = XCConfigurationList; buildConfigurations = ( 3400A80F1CEB54A6008A0BC7 /* Debug */, @@ -302,7 +306,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 3400A8111CEB54A6008A0BC7 /* Build configuration list for PBXNativeTarget "ios" */ = { + 3400A8111CEB54A6008A0BC7 /* Build configuration list for PBXNativeTarget "imageCropPicker" */ = { isa = XCConfigurationList; buildConfigurations = ( 3400A8121CEB54A6008A0BC7 /* Debug */, diff --git a/ios/ios.xcworkspace/contents.xcworkspacedata b/ios/imageCropPicker.xcworkspace/contents.xcworkspacedata similarity index 77% rename from ios/ios.xcworkspace/contents.xcworkspacedata rename to ios/imageCropPicker.xcworkspace/contents.xcworkspacedata index b984d5dd1..9ab78d43b 100644 --- a/ios/ios.xcworkspace/contents.xcworkspacedata +++ b/ios/imageCropPicker.xcworkspace/contents.xcworkspacedata @@ -2,7 +2,7 @@ + location = "group:imageCropPicker.xcodeproj"> diff --git a/ios/ios.xcworkspace/xcshareddata/ios.xcscmblueprint b/ios/ios.xcworkspace/xcshareddata/ios.xcscmblueprint deleted file mode 100644 index fadb50ea6..000000000 --- a/ios/ios.xcworkspace/xcshareddata/ios.xcscmblueprint +++ /dev/null @@ -1,30 +0,0 @@ -{ - "DVTSourceControlWorkspaceBlueprintPrimaryRemoteRepositoryKey" : "5800466D1D613FC9757AEC0D4A1E3067BA273F6D", - "DVTSourceControlWorkspaceBlueprintWorkingCopyRepositoryLocationsKey" : { - - }, - "DVTSourceControlWorkspaceBlueprintWorkingCopyStatesKey" : { - "70F8ECE2EBC921B30FAAC42DFF3269CDD79B3E93" : 0, - "5800466D1D613FC9757AEC0D4A1E3067BA273F6D" : 0 - }, - "DVTSourceControlWorkspaceBlueprintIdentifierKey" : "433638DA-09E5-4A9C-BAAF-D81A52EB4BEE", - "DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey" : { - "70F8ECE2EBC921B30FAAC42DFF3269CDD79B3E93" : "..\/..\/..\/..", - "5800466D1D613FC9757AEC0D4A1E3067BA273F6D" : "react-native-image-crop-picker\/" - }, - "DVTSourceControlWorkspaceBlueprintNameKey" : "ios", - "DVTSourceControlWorkspaceBlueprintVersion" : 204, - "DVTSourceControlWorkspaceBlueprintRelativePathToProjectKey" : "ios\/ios.xcworkspace", - "DVTSourceControlWorkspaceBlueprintRemoteRepositoriesKey" : [ - { - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "github.com:ivpusic\/react-native-image-crop-picker.git", - "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "5800466D1D613FC9757AEC0D4A1E3067BA273F6D" - }, - { - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "github.com:ivpusic\/wissprs.git", - "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "70F8ECE2EBC921B30FAAC42DFF3269CDD79B3E93" - } - ] -} \ No newline at end of file diff --git a/package.json b/package.json index f7e7b60c3..4fde51bbc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-image-crop-picker", - "version": "0.5.1", + "version": "0.5.2", "description": "Select single or multiple images, with croping option", "main": "index.js", "scripts": {