Skip to content

Commit 43e2eaa

Browse files
committed
chore: update Xcode project configuration
1 parent 460c570 commit 43e2eaa

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

example/ios/RNSwiftUIExample.xcodeproj/project.pbxproj

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,14 @@
191191
inputFileListPaths = (
192192
"${PODS_ROOT}/Target Support Files/Pods-RNSwiftUIExample/Pods-RNSwiftUIExample-frameworks-${CONFIGURATION}-input-files.xcfilelist",
193193
);
194+
inputPaths = (
195+
);
194196
name = "[CP] Embed Pods Frameworks";
195197
outputFileListPaths = (
196198
"${PODS_ROOT}/Target Support Files/Pods-RNSwiftUIExample/Pods-RNSwiftUIExample-frameworks-${CONFIGURATION}-output-files.xcfilelist",
197199
);
200+
outputPaths = (
201+
);
198202
runOnlyForDeploymentPostprocessing = 0;
199203
shellPath = /bin/sh;
200204
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-RNSwiftUIExample/Pods-RNSwiftUIExample-frameworks.sh\"\n";
@@ -230,10 +234,14 @@
230234
inputFileListPaths = (
231235
"${PODS_ROOT}/Target Support Files/Pods-RNSwiftUIExample/Pods-RNSwiftUIExample-resources-${CONFIGURATION}-input-files.xcfilelist",
232236
);
237+
inputPaths = (
238+
);
233239
name = "[CP] Copy Pods Resources";
234240
outputFileListPaths = (
235241
"${PODS_ROOT}/Target Support Files/Pods-RNSwiftUIExample/Pods-RNSwiftUIExample-resources-${CONFIGURATION}-output-files.xcfilelist",
236242
);
243+
outputPaths = (
244+
);
237245
runOnlyForDeploymentPostprocessing = 0;
238246
shellPath = /bin/sh;
239247
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-RNSwiftUIExample/Pods-RNSwiftUIExample-resources.sh\"\n";
@@ -260,6 +268,7 @@
260268
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
261269
CLANG_ENABLE_MODULES = YES;
262270
CURRENT_PROJECT_VERSION = 1;
271+
DEVELOPMENT_TEAM = 75QE9PRT3V;
263272
ENABLE_BITCODE = NO;
264273
INFOPLIST_FILE = RNSwiftUIExample/Info.plist;
265274
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
@@ -288,6 +297,7 @@
288297
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
289298
CLANG_ENABLE_MODULES = YES;
290299
CURRENT_PROJECT_VERSION = 1;
300+
DEVELOPMENT_TEAM = 75QE9PRT3V;
291301
INFOPLIST_FILE = RNSwiftUIExample/Info.plist;
292302
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
293303
LD_RUNPATH_SEARCH_PATHS = (
@@ -376,10 +386,7 @@
376386
"-DFOLLY_CFG_NO_COROUTINES=1",
377387
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
378388
);
379-
OTHER_LDFLAGS = (
380-
"$(inherited)",
381-
" ",
382-
);
389+
OTHER_LDFLAGS = "$(inherited) ";
383390
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
384391
SDKROOT = iphoneos;
385392
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
@@ -448,10 +455,7 @@
448455
"-DFOLLY_CFG_NO_COROUTINES=1",
449456
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
450457
);
451-
OTHER_LDFLAGS = (
452-
"$(inherited)",
453-
" ",
454-
);
458+
OTHER_LDFLAGS = "$(inherited) ";
455459
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
456460
SDKROOT = iphoneos;
457461
USE_HERMES = true;

0 commit comments

Comments
 (0)