Skip to content

Commit 35deba3

Browse files
fix: include remaining files
1 parent e513cf2 commit 35deba3

File tree

2 files changed

+13
-17
lines changed

2 files changed

+13
-17
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
-sdk iphonosimulator \
9696
-destination 'platform=iOS Simulator,OS=17.5,name=iPhone 15' \
9797
-only-testing:sampleTests \
98-
test | bundle exec xcpretty && exit ${PIPESTATUS[0]}
98+
test | bundle exec xcpretty && exit ${PIPESTATUS[0]}
9999
100100
test-android:
101101
needs: test-rn

sample/ios/sample.xcodeproj/project.pbxproj

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 70;
6+
objectVersion = 77;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -45,12 +45,6 @@
4545
/* Begin PBXFileSystemSynchronizedRootGroup section */
4646
B876D47A2E95685D00879086 /* sampleTests */ = {
4747
isa = PBXFileSystemSynchronizedRootGroup;
48-
exceptions = (
49-
);
50-
explicitFileTypes = {
51-
};
52-
explicitFolders = (
53-
);
5448
path = sampleTests;
5549
sourceTree = "<group>";
5650
};
@@ -205,14 +199,14 @@
205199
};
206200
};
207201
buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "sample" */;
208-
compatibilityVersion = "Xcode 12.0";
209202
developmentRegion = en;
210203
hasScannedForEncodings = 0;
211204
knownRegions = (
212205
en,
213206
Base,
214207
);
215208
mainGroup = 83CBB9F61A601CBA00E9B192;
209+
preferredProjectObjectVersion = 77;
216210
productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
217211
projectDirPath = "";
218212
projectRoot = "";
@@ -290,10 +284,14 @@
290284
inputFileListPaths = (
291285
"${PODS_ROOT}/Target Support Files/Pods-sample/Pods-sample-frameworks-${CONFIGURATION}-input-files.xcfilelist",
292286
);
287+
inputPaths = (
288+
);
293289
name = "[CP] Embed Pods Frameworks";
294290
outputFileListPaths = (
295291
"${PODS_ROOT}/Target Support Files/Pods-sample/Pods-sample-frameworks-${CONFIGURATION}-output-files.xcfilelist",
296292
);
293+
outputPaths = (
294+
);
297295
runOnlyForDeploymentPostprocessing = 0;
298296
shellPath = /bin/sh;
299297
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-sample/Pods-sample-frameworks.sh\"\n";
@@ -307,10 +305,14 @@
307305
inputFileListPaths = (
308306
"${PODS_ROOT}/Target Support Files/Pods-sample/Pods-sample-resources-${CONFIGURATION}-input-files.xcfilelist",
309307
);
308+
inputPaths = (
309+
);
310310
name = "[CP] Copy Pods Resources";
311311
outputFileListPaths = (
312312
"${PODS_ROOT}/Target Support Files/Pods-sample/Pods-sample-resources-${CONFIGURATION}-output-files.xcfilelist",
313313
);
314+
outputPaths = (
315+
);
314316
runOnlyForDeploymentPostprocessing = 0;
315317
shellPath = /bin/sh;
316318
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-sample/Pods-sample-resources.sh\"\n";
@@ -510,10 +512,7 @@
510512
"-DFOLLY_CFG_NO_COROUTINES=1",
511513
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
512514
);
513-
OTHER_LDFLAGS = (
514-
"$(inherited)",
515-
" ",
516-
);
515+
OTHER_LDFLAGS = "$(inherited) ";
517516
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
518517
SDKROOT = iphoneos;
519518
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
@@ -597,10 +596,7 @@
597596
"-DFOLLY_CFG_NO_COROUTINES=1",
598597
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
599598
);
600-
OTHER_LDFLAGS = (
601-
"$(inherited)",
602-
" ",
603-
);
599+
OTHER_LDFLAGS = "$(inherited) ";
604600
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
605601
SDKROOT = iphoneos;
606602
USE_HERMES = true;

0 commit comments

Comments
 (0)