Skip to content

Commit 9c1eb78

Browse files
committed
wiå
1 parent bd24de8 commit 9c1eb78

File tree

1 file changed

+12
-12
lines changed
  • integration-tests/environments/react-native/ios/RealmReactNativeTests.xcodeproj

1 file changed

+12
-12
lines changed

integration-tests/environments/react-native/ios/RealmReactNativeTests.xcodeproj/project.pbxproj

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,10 @@
469469
buildSettings = {
470470
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
471471
CLANG_ENABLE_MODULES = YES;
472+
CODE_SIGN_IDENTITY = "Apple Development";
473+
CODE_SIGN_STYLE = Manual;
472474
CURRENT_PROJECT_VERSION = 1;
475+
DEVELOPMENT_TEAM = "";
473476
ENABLE_BITCODE = NO;
474477
INFOPLIST_FILE = RealmReactNativeTests/Info.plist;
475478
LD_RUNPATH_SEARCH_PATHS = (
@@ -484,6 +487,7 @@
484487
);
485488
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
486489
PRODUCT_NAME = RealmReactNativeTests;
490+
PROVISIONING_PROFILE_SPECIFIER = "";
487491
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
488492
SWIFT_VERSION = 5.0;
489493
VERSIONING_SYSTEM = "apple-generic";
@@ -496,7 +500,10 @@
496500
buildSettings = {
497501
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
498502
CLANG_ENABLE_MODULES = YES;
503+
CODE_SIGN_IDENTITY = "Apple Development";
504+
CODE_SIGN_STYLE = Manual;
499505
CURRENT_PROJECT_VERSION = 1;
506+
DEVELOPMENT_TEAM = "";
500507
INFOPLIST_FILE = RealmReactNativeTests/Info.plist;
501508
LD_RUNPATH_SEARCH_PATHS = (
502509
"$(inherited)",
@@ -510,6 +517,7 @@
510517
);
511518
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
512519
PRODUCT_NAME = RealmReactNativeTests;
520+
PROVISIONING_PROFILE_SPECIFIER = "";
513521
SWIFT_VERSION = 5.0;
514522
VERSIONING_SYSTEM = "apple-generic";
515523
};
@@ -585,12 +593,8 @@
585593
"-DFOLLY_USE_LIBCPP=1",
586594
"-DFOLLY_CFG_NO_COROUTINES=1",
587595
);
588-
OTHER_LDFLAGS = (
589-
"$(inherited)",
590-
"-Wl",
591-
"-ld_classic",
592-
);
593-
REACT_NATIVE_PATH = "${PODS_ROOT}/../../../../../node_modules/react-native";
596+
OTHER_LDFLAGS = "$(inherited)";
597+
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
594598
SDKROOT = iphoneos;
595599
USE_HERMES = true;
596600
};
@@ -661,12 +665,8 @@
661665
"-DFOLLY_USE_LIBCPP=1",
662666
"-DFOLLY_CFG_NO_COROUTINES=1",
663667
);
664-
OTHER_LDFLAGS = (
665-
"$(inherited)",
666-
"-Wl",
667-
"-ld_classic",
668-
);
669-
REACT_NATIVE_PATH = "${PODS_ROOT}/../../../../../node_modules/react-native";
668+
OTHER_LDFLAGS = "$(inherited)";
669+
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
670670
SDKROOT = iphoneos;
671671
USE_HERMES = true;
672672
VALIDATE_PRODUCT = YES;

0 commit comments

Comments
 (0)