You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: example/ios/ReactNativeSketchCanvasExample.xcodeproj/project.pbxproj
+8-10Lines changed: 8 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -189,14 +189,10 @@
189
189
inputFileListPaths = (
190
190
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeSketchCanvasExample/Pods-ReactNativeSketchCanvasExample-frameworks-${CONFIGURATION}-input-files.xcfilelist",
191
191
);
192
-
inputPaths = (
193
-
);
194
192
name = "[CP] Embed Pods Frameworks";
195
193
outputFileListPaths = (
196
194
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeSketchCanvasExample/Pods-ReactNativeSketchCanvasExample-frameworks-${CONFIGURATION}-output-files.xcfilelist",
197
195
);
198
-
outputPaths = (
199
-
);
200
196
runOnlyForDeploymentPostprocessing = 0;
201
197
shellPath = /bin/sh;
202
198
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ReactNativeSketchCanvasExample/Pods-ReactNativeSketchCanvasExample-frameworks.sh\"\n";
@@ -232,14 +228,10 @@
232
228
inputFileListPaths = (
233
229
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeSketchCanvasExample/Pods-ReactNativeSketchCanvasExample-resources-${CONFIGURATION}-input-files.xcfilelist",
234
230
);
235
-
inputPaths = (
236
-
);
237
231
name = "[CP] Copy Pods Resources";
238
232
outputFileListPaths = (
239
233
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeSketchCanvasExample/Pods-ReactNativeSketchCanvasExample-resources-${CONFIGURATION}-output-files.xcfilelist",
240
234
);
241
-
outputPaths = (
242
-
);
243
235
runOnlyForDeploymentPostprocessing = 0;
244
236
shellPath = /bin/sh;
245
237
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ReactNativeSketchCanvasExample/Pods-ReactNativeSketchCanvasExample-resources.sh\"\n";
"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.",
0 commit comments