Skip to content

Commit 712405d

Browse files
authored
💚 disable turbo cache (#2710)
1 parent 569d071 commit 712405d

File tree

5 files changed

+63
-63
lines changed

5 files changed

+63
-63
lines changed

‎.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
env:
143143
JAVA_OPTS: "-XX:MaxHeapSize=6g"
144144
run: |
145-
yarn turbo run build:android --cache-dir="${{ env.TURBO_CACHE_DIR }}" --concurrency 1 --filter=paper
145+
yarn turbo run build:android --cache-dir="${{ env.TURBO_CACHE_DIR }}" --concurrency 1 --filter=paper --force
146146
147147
build-android:
148148
runs-on: macos-latest-large
@@ -331,4 +331,4 @@ jobs:
331331
332332
- name: Build example for iOS
333333
run: |
334-
yarn turbo run build:ios --cache-dir="${{ env.TURBO_CACHE_DIR }}" --concurrency 1
334+
yarn turbo run build:ios --cache-dir="${{ env.TURBO_CACHE_DIR }}" --concurrency 1 --force

‎apps/paper/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1283,7 +1283,7 @@ PODS:
12831283
- ReactCommon/turbomodule/bridging
12841284
- ReactCommon/turbomodule/core
12851285
- Yoga
1286-
- react-native-wgpu (0.1.7):
1286+
- react-native-wgpu (0.1.13):
12871287
- DoubleConversion
12881288
- glog
12891289
- hermes-engine
@@ -1937,7 +1937,7 @@ SPEC CHECKSUMS:
19371937
react-native-safe-area-context: ab8f4a3d8180913bd78ae75dd599c94cce3d5e9a
19381938
react-native-skia: 89e0ec26e70ca4f34a7a1f7425bc955baf77c566
19391939
react-native-slider: 97ce0bd921f40de79cead9754546d5e4e7ba44f8
1940-
react-native-wgpu: fb9d60b0f4c63a03fb60bd986d758aeffca6ee13
1940+
react-native-wgpu: c62fa0a17226a438d0fcd63b2177ce554e70f5b0
19411941
React-nativeconfig: 57781b79e11d5af7573e6f77cbf1143b71802a6d
19421942
React-NativeModulesApple: 7ff2e2cfb2e5fa5bdedcecf28ce37e696c6ef1e1
19431943
React-perflogger: 8a360ccf603de6ddbe9ff8f54383146d26e6c936

‎apps/paper/ios/paper.xcodeproj/project.pbxproj

Lines changed: 53 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
/* Begin PBXBuildFile section */
1010
00E356F31AD99517003FC87E /* paperTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* paperTests.m */; };
11-
12943193CE6A8655FAFA9DEF /* libPods-paper-paperTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 862E492DB64E77AD62D1833C /* libPods-paper-paperTests.a */; };
1211
13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; };
1312
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
1413
13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
1514
5A5573D48597F250071C3631 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = C4E88CA904DA354414CAB50C /* PrivacyInfo.xcprivacy */; };
15+
7FEC58A8FD2A3EDFB5750E2C /* libPods-paper-paperTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E9B7928C62E960FC3CAE89C1 /* libPods-paper-paperTests.a */; };
1616
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
17-
F35CA691D5509BDF66EB492E /* libPods-paper.a in Frameworks */ = {isa = PBXBuildFile; fileRef = AD80514BC8109358191BCFA5 /* libPods-paper.a */; };
17+
ED38CE2BF27068459A24ECF7 /* libPods-paper.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4C64031E821E865DDC6458BA /* libPods-paper.a */; };
1818
/* End PBXBuildFile section */
1919

2020
/* Begin PBXContainerItemProxy section */
@@ -38,14 +38,14 @@
3838
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = paper/Info.plist; sourceTree = "<group>"; };
3939
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = paper/main.m; sourceTree = "<group>"; };
4040
13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = PrivacyInfo.xcprivacy; path = paper/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
41-
13BB0924D9C730D84AB31536 /* Pods-paper.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-paper.release.xcconfig"; path = "Target Support Files/Pods-paper/Pods-paper.release.xcconfig"; sourceTree = "<group>"; };
42-
4B597544FF69440CCC1C3FB3 /* Pods-paper-paperTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-paper-paperTests.debug.xcconfig"; path = "Target Support Files/Pods-paper-paperTests/Pods-paper-paperTests.debug.xcconfig"; sourceTree = "<group>"; };
41+
2B0BB7705762AB0CCCFA5CDC /* Pods-paper.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-paper.release.xcconfig"; path = "Target Support Files/Pods-paper/Pods-paper.release.xcconfig"; sourceTree = "<group>"; };
42+
3488FD118FCD4EB338114AAA /* Pods-paper-paperTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-paper-paperTests.debug.xcconfig"; path = "Target Support Files/Pods-paper-paperTests/Pods-paper-paperTests.debug.xcconfig"; sourceTree = "<group>"; };
43+
4C64031E821E865DDC6458BA /* libPods-paper.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-paper.a"; sourceTree = BUILT_PRODUCTS_DIR; };
4344
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = paper/LaunchScreen.storyboard; sourceTree = "<group>"; };
44-
862E492DB64E77AD62D1833C /* libPods-paper-paperTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-paper-paperTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
45-
8EA754FA2EFE603D68B739B1 /* Pods-paper.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-paper.debug.xcconfig"; path = "Target Support Files/Pods-paper/Pods-paper.debug.xcconfig"; sourceTree = "<group>"; };
46-
A75872F68B82029302893F64 /* Pods-paper-paperTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-paper-paperTests.release.xcconfig"; path = "Target Support Files/Pods-paper-paperTests/Pods-paper-paperTests.release.xcconfig"; sourceTree = "<group>"; };
47-
AD80514BC8109358191BCFA5 /* libPods-paper.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-paper.a"; sourceTree = BUILT_PRODUCTS_DIR; };
45+
852870306A24801FBCD463D2 /* Pods-paper-paperTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-paper-paperTests.release.xcconfig"; path = "Target Support Files/Pods-paper-paperTests/Pods-paper-paperTests.release.xcconfig"; sourceTree = "<group>"; };
46+
9DF30D641329E20B50BBFA4E /* Pods-paper.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-paper.debug.xcconfig"; path = "Target Support Files/Pods-paper/Pods-paper.debug.xcconfig"; sourceTree = "<group>"; };
4847
C4E88CA904DA354414CAB50C /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = paper/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
48+
E9B7928C62E960FC3CAE89C1 /* libPods-paper-paperTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-paper-paperTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
4949
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
5050
/* End PBXFileReference section */
5151

@@ -54,15 +54,15 @@
5454
isa = PBXFrameworksBuildPhase;
5555
buildActionMask = 2147483647;
5656
files = (
57-
12943193CE6A8655FAFA9DEF /* libPods-paper-paperTests.a in Frameworks */,
57+
7FEC58A8FD2A3EDFB5750E2C /* libPods-paper-paperTests.a in Frameworks */,
5858
);
5959
runOnlyForDeploymentPostprocessing = 0;
6060
};
6161
13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
6262
isa = PBXFrameworksBuildPhase;
6363
buildActionMask = 2147483647;
6464
files = (
65-
F35CA691D5509BDF66EB492E /* libPods-paper.a in Frameworks */,
65+
ED38CE2BF27068459A24ECF7 /* libPods-paper.a in Frameworks */,
6666
);
6767
runOnlyForDeploymentPostprocessing = 0;
6868
};
@@ -105,8 +105,8 @@
105105
isa = PBXGroup;
106106
children = (
107107
ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
108-
AD80514BC8109358191BCFA5 /* libPods-paper.a */,
109-
862E492DB64E77AD62D1833C /* libPods-paper-paperTests.a */,
108+
4C64031E821E865DDC6458BA /* libPods-paper.a */,
109+
E9B7928C62E960FC3CAE89C1 /* libPods-paper-paperTests.a */,
110110
);
111111
name = Frameworks;
112112
sourceTree = "<group>";
@@ -145,10 +145,10 @@
145145
BBD78D7AC51CEA395F1C20DB /* Pods */ = {
146146
isa = PBXGroup;
147147
children = (
148-
8EA754FA2EFE603D68B739B1 /* Pods-paper.debug.xcconfig */,
149-
13BB0924D9C730D84AB31536 /* Pods-paper.release.xcconfig */,
150-
4B597544FF69440CCC1C3FB3 /* Pods-paper-paperTests.debug.xcconfig */,
151-
A75872F68B82029302893F64 /* Pods-paper-paperTests.release.xcconfig */,
148+
9DF30D641329E20B50BBFA4E /* Pods-paper.debug.xcconfig */,
149+
2B0BB7705762AB0CCCFA5CDC /* Pods-paper.release.xcconfig */,
150+
3488FD118FCD4EB338114AAA /* Pods-paper-paperTests.debug.xcconfig */,
151+
852870306A24801FBCD463D2 /* Pods-paper-paperTests.release.xcconfig */,
152152
);
153153
path = Pods;
154154
sourceTree = "<group>";
@@ -160,12 +160,12 @@
160160
isa = PBXNativeTarget;
161161
buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "paperTests" */;
162162
buildPhases = (
163-
46623BA60E005FA6F354B620 /* [CP] Check Pods Manifest.lock */,
163+
4F79718F1BEE1F6FE3619B51 /* [CP] Check Pods Manifest.lock */,
164164
00E356EA1AD99517003FC87E /* Sources */,
165165
00E356EB1AD99517003FC87E /* Frameworks */,
166166
00E356EC1AD99517003FC87E /* Resources */,
167-
61923316DFE79DF774641BA6 /* [CP] Embed Pods Frameworks */,
168-
47BAD351472295DC31D0DB7A /* [CP] Copy Pods Resources */,
167+
5720DCE66AA6CBC01508F8A5 /* [CP] Embed Pods Frameworks */,
168+
57BD29C564BCC30858545D68 /* [CP] Copy Pods Resources */,
169169
);
170170
buildRules = (
171171
);
@@ -181,13 +181,13 @@
181181
isa = PBXNativeTarget;
182182
buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "paper" */;
183183
buildPhases = (
184-
F73E8970BA9EA30ACCA0905E /* [CP] Check Pods Manifest.lock */,
184+
3F7BE6E00CB025D3580B5F67 /* [CP] Check Pods Manifest.lock */,
185185
13B07F871A680F5B00A75B9A /* Sources */,
186186
13B07F8C1A680F5B00A75B9A /* Frameworks */,
187187
13B07F8E1A680F5B00A75B9A /* Resources */,
188188
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
189-
B33D55632B01A96381DCE908 /* [CP] Embed Pods Frameworks */,
190-
218855078D48FF1C97A4907A /* [CP] Copy Pods Resources */,
189+
64B7EEAB0D36F7B8420933FE /* [CP] Embed Pods Frameworks */,
190+
DD6A5382C464C81023CC20D0 /* [CP] Copy Pods Resources */,
191191
);
192192
buildRules = (
193193
);
@@ -271,24 +271,29 @@
271271
shellPath = /bin/sh;
272272
shellScript = "set -e\n\nWITH_ENVIRONMENT=\"$REACT_NATIVE_PATH/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"$REACT_NATIVE_PATH/scripts/react-native-xcode.sh\"\n\n/bin/sh -c \"$WITH_ENVIRONMENT $REACT_NATIVE_XCODE\"\n";
273273
};
274-
218855078D48FF1C97A4907A /* [CP] Copy Pods Resources */ = {
274+
3F7BE6E00CB025D3580B5F67 /* [CP] Check Pods Manifest.lock */ = {
275275
isa = PBXShellScriptBuildPhase;
276276
buildActionMask = 2147483647;
277277
files = (
278278
);
279279
inputFileListPaths = (
280-
"${PODS_ROOT}/Target Support Files/Pods-paper/Pods-paper-resources-${CONFIGURATION}-input-files.xcfilelist",
281280
);
282-
name = "[CP] Copy Pods Resources";
281+
inputPaths = (
282+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
283+
"${PODS_ROOT}/Manifest.lock",
284+
);
285+
name = "[CP] Check Pods Manifest.lock";
283286
outputFileListPaths = (
284-
"${PODS_ROOT}/Target Support Files/Pods-paper/Pods-paper-resources-${CONFIGURATION}-output-files.xcfilelist",
287+
);
288+
outputPaths = (
289+
"$(DERIVED_FILE_DIR)/Pods-paper-checkManifestLockResult.txt",
285290
);
286291
runOnlyForDeploymentPostprocessing = 0;
287292
shellPath = /bin/sh;
288-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-paper/Pods-paper-resources.sh\"\n";
293+
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
289294
showEnvVarsInLog = 0;
290295
};
291-
46623BA60E005FA6F354B620 /* [CP] Check Pods Manifest.lock */ = {
296+
4F79718F1BEE1F6FE3619B51 /* [CP] Check Pods Manifest.lock */ = {
292297
isa = PBXShellScriptBuildPhase;
293298
buildActionMask = 2147483647;
294299
files = (
@@ -310,41 +315,41 @@
310315
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
311316
showEnvVarsInLog = 0;
312317
};
313-
47BAD351472295DC31D0DB7A /* [CP] Copy Pods Resources */ = {
318+
5720DCE66AA6CBC01508F8A5 /* [CP] Embed Pods Frameworks */ = {
314319
isa = PBXShellScriptBuildPhase;
315320
buildActionMask = 2147483647;
316321
files = (
317322
);
318323
inputFileListPaths = (
319-
"${PODS_ROOT}/Target Support Files/Pods-paper-paperTests/Pods-paper-paperTests-resources-${CONFIGURATION}-input-files.xcfilelist",
324+
"${PODS_ROOT}/Target Support Files/Pods-paper-paperTests/Pods-paper-paperTests-frameworks-${CONFIGURATION}-input-files.xcfilelist",
320325
);
321-
name = "[CP] Copy Pods Resources";
326+
name = "[CP] Embed Pods Frameworks";
322327
outputFileListPaths = (
323-
"${PODS_ROOT}/Target Support Files/Pods-paper-paperTests/Pods-paper-paperTests-resources-${CONFIGURATION}-output-files.xcfilelist",
328+
"${PODS_ROOT}/Target Support Files/Pods-paper-paperTests/Pods-paper-paperTests-frameworks-${CONFIGURATION}-output-files.xcfilelist",
324329
);
325330
runOnlyForDeploymentPostprocessing = 0;
326331
shellPath = /bin/sh;
327-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-paper-paperTests/Pods-paper-paperTests-resources.sh\"\n";
332+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-paper-paperTests/Pods-paper-paperTests-frameworks.sh\"\n";
328333
showEnvVarsInLog = 0;
329334
};
330-
61923316DFE79DF774641BA6 /* [CP] Embed Pods Frameworks */ = {
335+
57BD29C564BCC30858545D68 /* [CP] Copy Pods Resources */ = {
331336
isa = PBXShellScriptBuildPhase;
332337
buildActionMask = 2147483647;
333338
files = (
334339
);
335340
inputFileListPaths = (
336-
"${PODS_ROOT}/Target Support Files/Pods-paper-paperTests/Pods-paper-paperTests-frameworks-${CONFIGURATION}-input-files.xcfilelist",
341+
"${PODS_ROOT}/Target Support Files/Pods-paper-paperTests/Pods-paper-paperTests-resources-${CONFIGURATION}-input-files.xcfilelist",
337342
);
338-
name = "[CP] Embed Pods Frameworks";
343+
name = "[CP] Copy Pods Resources";
339344
outputFileListPaths = (
340-
"${PODS_ROOT}/Target Support Files/Pods-paper-paperTests/Pods-paper-paperTests-frameworks-${CONFIGURATION}-output-files.xcfilelist",
345+
"${PODS_ROOT}/Target Support Files/Pods-paper-paperTests/Pods-paper-paperTests-resources-${CONFIGURATION}-output-files.xcfilelist",
341346
);
342347
runOnlyForDeploymentPostprocessing = 0;
343348
shellPath = /bin/sh;
344-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-paper-paperTests/Pods-paper-paperTests-frameworks.sh\"\n";
349+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-paper-paperTests/Pods-paper-paperTests-resources.sh\"\n";
345350
showEnvVarsInLog = 0;
346351
};
347-
B33D55632B01A96381DCE908 /* [CP] Embed Pods Frameworks */ = {
352+
64B7EEAB0D36F7B8420933FE /* [CP] Embed Pods Frameworks */ = {
348353
isa = PBXShellScriptBuildPhase;
349354
buildActionMask = 2147483647;
350355
files = (
@@ -361,26 +366,21 @@
361366
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-paper/Pods-paper-frameworks.sh\"\n";
362367
showEnvVarsInLog = 0;
363368
};
364-
F73E8970BA9EA30ACCA0905E /* [CP] Check Pods Manifest.lock */ = {
369+
DD6A5382C464C81023CC20D0 /* [CP] Copy Pods Resources */ = {
365370
isa = PBXShellScriptBuildPhase;
366371
buildActionMask = 2147483647;
367372
files = (
368373
);
369374
inputFileListPaths = (
375+
"${PODS_ROOT}/Target Support Files/Pods-paper/Pods-paper-resources-${CONFIGURATION}-input-files.xcfilelist",
370376
);
371-
inputPaths = (
372-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
373-
"${PODS_ROOT}/Manifest.lock",
374-
);
375-
name = "[CP] Check Pods Manifest.lock";
377+
name = "[CP] Copy Pods Resources";
376378
outputFileListPaths = (
377-
);
378-
outputPaths = (
379-
"$(DERIVED_FILE_DIR)/Pods-paper-checkManifestLockResult.txt",
379+
"${PODS_ROOT}/Target Support Files/Pods-paper/Pods-paper-resources-${CONFIGURATION}-output-files.xcfilelist",
380380
);
381381
runOnlyForDeploymentPostprocessing = 0;
382382
shellPath = /bin/sh;
383-
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
383+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-paper/Pods-paper-resources.sh\"\n";
384384
showEnvVarsInLog = 0;
385385
};
386386
/* End PBXShellScriptBuildPhase section */
@@ -416,7 +416,7 @@
416416
/* Begin XCBuildConfiguration section */
417417
00E356F61AD99517003FC87E /* Debug */ = {
418418
isa = XCBuildConfiguration;
419-
baseConfigurationReference = 4B597544FF69440CCC1C3FB3 /* Pods-paper-paperTests.debug.xcconfig */;
419+
baseConfigurationReference = 3488FD118FCD4EB338114AAA /* Pods-paper-paperTests.debug.xcconfig */;
420420
buildSettings = {
421421
BUNDLE_LOADER = "$(TEST_HOST)";
422422
GCC_PREPROCESSOR_DEFINITIONS = (
@@ -443,7 +443,7 @@
443443
};
444444
00E356F71AD99517003FC87E /* Release */ = {
445445
isa = XCBuildConfiguration;
446-
baseConfigurationReference = A75872F68B82029302893F64 /* Pods-paper-paperTests.release.xcconfig */;
446+
baseConfigurationReference = 852870306A24801FBCD463D2 /* Pods-paper-paperTests.release.xcconfig */;
447447
buildSettings = {
448448
BUNDLE_LOADER = "$(TEST_HOST)";
449449
COPY_PHASE_STRIP = NO;
@@ -467,7 +467,7 @@
467467
};
468468
13B07F941A680F5B00A75B9A /* Debug */ = {
469469
isa = XCBuildConfiguration;
470-
baseConfigurationReference = 8EA754FA2EFE603D68B739B1 /* Pods-paper.debug.xcconfig */;
470+
baseConfigurationReference = 9DF30D641329E20B50BBFA4E /* Pods-paper.debug.xcconfig */;
471471
buildSettings = {
472472
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
473473
CLANG_ENABLE_MODULES = YES;
@@ -494,7 +494,7 @@
494494
};
495495
13B07F951A680F5B00A75B9A /* Release */ = {
496496
isa = XCBuildConfiguration;
497-
baseConfigurationReference = 13BB0924D9C730D84AB31536 /* Pods-paper.release.xcconfig */;
497+
baseConfigurationReference = 2B0BB7705762AB0CCCFA5CDC /* Pods-paper.release.xcconfig */;
498498
buildSettings = {
499499
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
500500
CLANG_ENABLE_MODULES = YES;

‎apps/paper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"react-native-safe-area-context": "^4.10.9",
3333
"react-native-screens": "^3.34.0",
3434
"react-native-svg": "^15.6.0",
35-
"react-native-wgpu": "^0.1.7",
35+
"react-native-wgpu": "https://firebasestorage.googleapis.com/v0/b/start-react-native.appspot.com/o/tmp%2Fpackage.tgz?alt=media&token=c27867d2-d46e-407d-8c32-073bbd29c4dd",
3636
"typescript": "^5.2.2"
3737
},
3838
"devDependencies": {

0 commit comments

Comments
 (0)