Skip to content

Commit f7699bd

Browse files
authored
build: version 2.2.0 tagged (#109)
1 parent 00f4233 commit f7699bd

File tree

4 files changed

+13
-15
lines changed

4 files changed

+13
-15
lines changed

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2122,7 +2122,7 @@ PODS:
21222122
- React-perflogger (= 0.80.0)
21232123
- React-utils (= 0.80.0)
21242124
- SocketRocket
2125-
- RNSketchCanvas (2.1.4):
2125+
- RNSketchCanvas (2.2.0):
21262126
- boost
21272127
- DoubleConversion
21282128
- fast_float
@@ -2456,7 +2456,7 @@ SPEC CHECKSUMS:
24562456
ReactAppDependencyProvider: 3267432b637c9b38e86961b287f784ee1b08dde0
24572457
ReactCodegen: 5d41e1df061200130dd326e55cdfdf94b0289c6e
24582458
ReactCommon: b028d09a66e60ebd83ca59d8cc9a1216360db147
2459-
RNSketchCanvas: 4bbbff6009dcd7789784c861476564e0693d5128
2459+
RNSketchCanvas: 32d23abfea3baff35571744dce4acc640ed44506
24602460
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
24612461
Yoga: 0c4b7d2aacc910a1f702694fa86be830386f4ceb
24622462

example/ios/ReactNativeSketchCanvasExample.xcodeproj/project.pbxproj

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -189,14 +189,10 @@
189189
inputFileListPaths = (
190190
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeSketchCanvasExample/Pods-ReactNativeSketchCanvasExample-frameworks-${CONFIGURATION}-input-files.xcfilelist",
191191
);
192-
inputPaths = (
193-
);
194192
name = "[CP] Embed Pods Frameworks";
195193
outputFileListPaths = (
196194
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeSketchCanvasExample/Pods-ReactNativeSketchCanvasExample-frameworks-${CONFIGURATION}-output-files.xcfilelist",
197195
);
198-
outputPaths = (
199-
);
200196
runOnlyForDeploymentPostprocessing = 0;
201197
shellPath = /bin/sh;
202198
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ReactNativeSketchCanvasExample/Pods-ReactNativeSketchCanvasExample-frameworks.sh\"\n";
@@ -232,14 +228,10 @@
232228
inputFileListPaths = (
233229
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeSketchCanvasExample/Pods-ReactNativeSketchCanvasExample-resources-${CONFIGURATION}-input-files.xcfilelist",
234230
);
235-
inputPaths = (
236-
);
237231
name = "[CP] Copy Pods Resources";
238232
outputFileListPaths = (
239233
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeSketchCanvasExample/Pods-ReactNativeSketchCanvasExample-resources-${CONFIGURATION}-output-files.xcfilelist",
240234
);
241-
outputPaths = (
242-
);
243235
runOnlyForDeploymentPostprocessing = 0;
244236
shellPath = /bin/sh;
245237
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ReactNativeSketchCanvasExample/Pods-ReactNativeSketchCanvasExample-resources.sh\"\n";
@@ -384,7 +376,10 @@
384376
"-DFOLLY_CFG_NO_COROUTINES=1",
385377
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
386378
);
387-
OTHER_LDFLAGS = "$(inherited) ";
379+
OTHER_LDFLAGS = (
380+
"$(inherited)",
381+
" ",
382+
);
388383
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
389384
SDKROOT = iphoneos;
390385
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
@@ -453,7 +448,10 @@
453448
"-DFOLLY_CFG_NO_COROUTINES=1",
454449
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
455450
);
456-
OTHER_LDFLAGS = "$(inherited) ";
451+
OTHER_LDFLAGS = (
452+
"$(inherited)",
453+
" ",
454+
);
457455
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
458456
SDKROOT = iphoneos;
459457
USE_HERMES = true;

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "git",
55
"url": "https://github.com/sourcetoad/react-native-sketch-canvas"
66
},
7-
"version": "2.1.4",
7+
"version": "2.2.0",
88
"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.",
99
"author": "Terry Lin",
1010
"react-native": "./src/index.tsx",

0 commit comments

Comments
 (0)