diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 98af3a60..02c1cc2c 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -2122,7 +2122,7 @@ PODS: - React-perflogger (= 0.80.0) - React-utils (= 0.80.0) - SocketRocket - - RNSketchCanvas (2.1.4): + - RNSketchCanvas (2.2.0): - boost - DoubleConversion - fast_float @@ -2456,7 +2456,7 @@ SPEC CHECKSUMS: ReactAppDependencyProvider: 3267432b637c9b38e86961b287f784ee1b08dde0 ReactCodegen: 5d41e1df061200130dd326e55cdfdf94b0289c6e ReactCommon: b028d09a66e60ebd83ca59d8cc9a1216360db147 - RNSketchCanvas: 4bbbff6009dcd7789784c861476564e0693d5128 + RNSketchCanvas: 32d23abfea3baff35571744dce4acc640ed44506 SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748 Yoga: 0c4b7d2aacc910a1f702694fa86be830386f4ceb diff --git a/example/ios/ReactNativeSketchCanvasExample.xcodeproj/project.pbxproj b/example/ios/ReactNativeSketchCanvasExample.xcodeproj/project.pbxproj index ef12bf93..76451806 100644 --- a/example/ios/ReactNativeSketchCanvasExample.xcodeproj/project.pbxproj +++ b/example/ios/ReactNativeSketchCanvasExample.xcodeproj/project.pbxproj @@ -189,14 +189,10 @@ inputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-ReactNativeSketchCanvasExample/Pods-ReactNativeSketchCanvasExample-frameworks-${CONFIGURATION}-input-files.xcfilelist", ); - inputPaths = ( - ); name = "[CP] Embed Pods Frameworks"; outputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-ReactNativeSketchCanvasExample/Pods-ReactNativeSketchCanvasExample-frameworks-${CONFIGURATION}-output-files.xcfilelist", ); - outputPaths = ( - ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ReactNativeSketchCanvasExample/Pods-ReactNativeSketchCanvasExample-frameworks.sh\"\n"; @@ -232,14 +228,10 @@ inputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-ReactNativeSketchCanvasExample/Pods-ReactNativeSketchCanvasExample-resources-${CONFIGURATION}-input-files.xcfilelist", ); - inputPaths = ( - ); name = "[CP] Copy Pods Resources"; outputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-ReactNativeSketchCanvasExample/Pods-ReactNativeSketchCanvasExample-resources-${CONFIGURATION}-output-files.xcfilelist", ); - outputPaths = ( - ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ReactNativeSketchCanvasExample/Pods-ReactNativeSketchCanvasExample-resources.sh\"\n"; @@ -384,7 +376,10 @@ "-DFOLLY_CFG_NO_COROUTINES=1", "-DFOLLY_HAVE_CLOCK_GETTIME=1", ); - OTHER_LDFLAGS = "$(inherited) "; + OTHER_LDFLAGS = ( + "$(inherited)", + " ", + ); REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; SDKROOT = iphoneos; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG"; @@ -453,7 +448,10 @@ "-DFOLLY_CFG_NO_COROUTINES=1", "-DFOLLY_HAVE_CLOCK_GETTIME=1", ); - OTHER_LDFLAGS = "$(inherited) "; + OTHER_LDFLAGS = ( + "$(inherited)", + " ", + ); REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; SDKROOT = iphoneos; USE_HERMES = true; diff --git a/package-lock.json b/package-lock.json index eb5aacb2..2a8f9cb7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sourcetoad/react-native-sketch-canvas", - "version": "2.1.4", + "version": "2.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@sourcetoad/react-native-sketch-canvas", - "version": "2.1.4", + "version": "2.2.0", "license": "MIT", "devDependencies": { "@react-native-community/cli": "15.0.1", diff --git a/package.json b/package.json index c44ca92d..197c962d 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "type": "git", "url": "https://github.com/sourcetoad/react-native-sketch-canvas" }, - "version": "2.1.4", + "version": "2.2.0", "description": "react-native-sketch-canvas allows you to draw / sketch on both iOS and Android devices and sync the drawing data between users. Of course you can save as image.", "author": "Terry Lin", "react-native": "./src/index.tsx",