Skip to content

Commit 28fbc36

Browse files
authored
ios build config (#401)
1 parent dbb5144 commit 28fbc36

File tree

4 files changed

+9
-21
lines changed

4 files changed

+9
-21
lines changed

dist/src/version.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
* Auto-generated file. Do not edit manually.
33
* React Native Nami SDK version.
44
*/
5-
export declare const NAMI_REACT_NATIVE_VERSION = "3.3.2-8";
5+
export declare const NAMI_REACT_NATIVE_VERSION = "3.3.2-9";

examples/Basic/ios/Basic.xcodeproj/project.pbxproj

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -787,10 +787,7 @@
787787
"-DFOLLY_CFG_NO_COROUTINES=1",
788788
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
789789
);
790-
OTHER_LDFLAGS = (
791-
"$(inherited)",
792-
" ",
793-
);
790+
OTHER_LDFLAGS = "$(inherited) ";
794791
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
795792
SDKROOT = iphoneos;
796793
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
@@ -874,10 +871,7 @@
874871
"-DFOLLY_CFG_NO_COROUTINES=1",
875872
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
876873
);
877-
OTHER_LDFLAGS = (
878-
"$(inherited)",
879-
" ",
880-
);
874+
OTHER_LDFLAGS = "$(inherited) ";
881875
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
882876
SDKROOT = iphoneos;
883877
USE_HERMES = true;

examples/TestNamiTV/ios/Basic.xcodeproj/project.pbxproj

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
AB54B4DA2A21D34100E8D0D0 /* RNConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 134541262A0E91A0009C6485 /* RNConfig.m */; };
2424
ABAB36372A21C34E00552A2E /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
2525
ABAB363C2A21C34E00552A2E /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
26-
F758789BE26AA35C381C7637 /* BuildFile in Frameworks */ = {isa = PBXBuildFile; };
26+
F758789BE26AA35C381C7637 /* (null) in Frameworks */ = {isa = PBXBuildFile; };
2727
/* End PBXBuildFile section */
2828

2929
/* Begin PBXContainerItemProxy section */
@@ -85,7 +85,7 @@
8585
isa = PBXFrameworksBuildPhase;
8686
buildActionMask = 2147483647;
8787
files = (
88-
F758789BE26AA35C381C7637 /* BuildFile in Frameworks */,
88+
F758789BE26AA35C381C7637 /* (null) in Frameworks */,
8989
854B5D9B6BD22F144D8AD3E4 /* libPods-Basic-tvOS.a in Frameworks */,
9090
);
9191
runOnlyForDeploymentPostprocessing = 0;
@@ -372,7 +372,7 @@
372372
);
373373
runOnlyForDeploymentPostprocessing = 0;
374374
shellPath = /bin/sh;
375-
shellScript = "export NODE_BINARY=`which node`\n../node_modules/react-native/scripts/react-native-xcode.sh\n";
375+
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";
376376
};
377377
4A1C257489F9D1EAE535A591 /* [CP] Check Pods Manifest.lock */ = {
378378
isa = PBXShellScriptBuildPhase;
@@ -867,10 +867,7 @@
867867
LDPLUSPLUS = "";
868868
MTL_ENABLE_DEBUG_INFO = YES;
869869
ONLY_ACTIVE_ARCH = YES;
870-
OTHER_LDFLAGS = (
871-
"$(inherited)",
872-
" ",
873-
);
870+
OTHER_LDFLAGS = "$(inherited) ";
874871
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
875872
SDKROOT = iphoneos;
876873
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
@@ -924,10 +921,7 @@
924921
LD = "";
925922
LDPLUSPLUS = "";
926923
MTL_ENABLE_DEBUG_INFO = NO;
927-
OTHER_LDFLAGS = (
928-
"$(inherited)",
929-
" ",
930-
);
924+
OTHER_LDFLAGS = "$(inherited) ";
931925
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
932926
SDKROOT = iphoneos;
933927
USE_HERMES = true;

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
* Auto-generated file. Do not edit manually.
33
* React Native Nami SDK version.
44
*/
5-
export const NAMI_REACT_NATIVE_VERSION = '3.3.2-8';
5+
export const NAMI_REACT_NATIVE_VERSION = '3.3.2-9';

0 commit comments

Comments
 (0)