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: apps/example/ios/reactnativedeviceactivityexample.xcodeproj/project.pbxproj
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -123,6 +123,8 @@
123
123
/* Begin PBXFileSystemSynchronizedRootGroup section */
124
124
A9A030722CFF142000D9E7E8 /* Tests */ = {
125
125
isa = PBXFileSystemSynchronizedRootGroup;
126
+
exceptions = (
127
+
);
126
128
path = Tests;
127
129
sourceTree = "<group>";
128
130
};
@@ -591,14 +593,10 @@
591
593
inputFileListPaths = (
592
594
"${PODS_ROOT}/Target Support Files/Pods-reactnativedeviceactivityexample/Pods-reactnativedeviceactivityexample-resources-${CONFIGURATION}-input-files.xcfilelist",
593
595
);
594
-
inputPaths = (
595
-
);
596
596
name = "[CP] Copy Pods Resources";
597
597
outputFileListPaths = (
598
598
"${PODS_ROOT}/Target Support Files/Pods-reactnativedeviceactivityexample/Pods-reactnativedeviceactivityexample-resources-${CONFIGURATION}-output-files.xcfilelist",
599
599
);
600
-
outputPaths = (
601
-
);
602
600
runOnlyForDeploymentPostprocessing = 0;
603
601
shellPath = /bin/sh;
604
602
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-reactnativedeviceactivityexample/Pods-reactnativedeviceactivityexample-resources.sh\"\n";
@@ -612,14 +610,10 @@
612
610
inputFileListPaths = (
613
611
"${PODS_ROOT}/Target Support Files/Pods-reactnativedeviceactivityexample/Pods-reactnativedeviceactivityexample-frameworks-${CONFIGURATION}-input-files.xcfilelist",
614
612
);
615
-
inputPaths = (
616
-
);
617
613
name = "[CP] Embed Pods Frameworks";
618
614
outputFileListPaths = (
619
615
"${PODS_ROOT}/Target Support Files/Pods-reactnativedeviceactivityexample/Pods-reactnativedeviceactivityexample-frameworks-${CONFIGURATION}-output-files.xcfilelist",
620
616
);
621
-
outputPaths = (
622
-
);
623
617
runOnlyForDeploymentPostprocessing = 0;
624
618
shellPath = /bin/sh;
625
619
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-reactnativedeviceactivityexample/Pods-reactnativedeviceactivityexample-frameworks.sh\"\n";
0 commit comments