Skip to content

Commit 66947b6

Browse files
committed
Use XCFramework
1 parent b688452 commit 66947b6

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

ios/RNNodeJsMobile.xcodeproj/project.pbxproj

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
/* Begin PBXBuildFile section */
1010
33AE3DEB1F7A9C150051C3C6 /* rn-bridge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 33AE3DEA1F7A9C150051C3C6 /* rn-bridge.cpp */; settings = {COMPILER_FLAGS = "-I$(SRCROOT)/libnode/include/node/"; }; };
1111
33C4E1FF1F7979160047084D /* NodeRunner.mm in Sources */ = {isa = PBXBuildFile; fileRef = 33C4E1FE1F7979160047084D /* NodeRunner.mm */; };
12-
5BCE3F7F2861E28900A67BF4 /* NodeMobile-simulator.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5BCE3F7E2861E28800A67BF4 /* NodeMobile-simulator.framework */; platformFilter = ios; };
13-
5BCE3F812861E29600A67BF4 /* NodeMobile.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5BCE3F802861E29600A67BF4 /* NodeMobile.framework */; platformFilter = ios; };
12+
5BCE3F852861F1C600A67BF4 /* NodeMobile.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5BCE3F842861F1C600A67BF4 /* NodeMobile.xcframework */; };
1413
B3E7B58A1CC2AC0600A0062D /* RNNodeJsMobile.m in Sources */ = {isa = PBXBuildFile; fileRef = B3E7B5891CC2AC0600A0062D /* RNNodeJsMobile.m */; };
1514
/* End PBXBuildFile section */
1615

@@ -33,8 +32,7 @@
3332
33AE3DEA1F7A9C150051C3C6 /* rn-bridge.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = "rn-bridge.cpp"; sourceTree = "<group>"; };
3433
33C4E1FD1F7978E90047084D /* NodeRunner.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = NodeRunner.hpp; sourceTree = "<group>"; };
3534
33C4E1FE1F7979160047084D /* NodeRunner.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = NodeRunner.mm; sourceTree = "<group>"; };
36-
5BCE3F7E2861E28800A67BF4 /* NodeMobile-simulator.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "NodeMobile-simulator.framework"; path = "../../Documents/out_ios/NodeMobile.xcframework/ios-arm64/NodeMobile-simulator.framework"; sourceTree = "<group>"; };
37-
5BCE3F802861E29600A67BF4 /* NodeMobile.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = NodeMobile.framework; path = "../../Documents/out_ios/NodeMobile.xcframework/ios-arm64_x86_64-simulator/NodeMobile.framework"; sourceTree = "<group>"; };
35+
5BCE3F842861F1C600A67BF4 /* NodeMobile.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = NodeMobile.xcframework; path = ../../Documents/out_ios/NodeMobile.xcframework; sourceTree = "<group>"; };
3836
B3E7B5881CC2AC0600A0062D /* RNNodeJsMobile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNNodeJsMobile.h; sourceTree = "<group>"; };
3937
B3E7B5891CC2AC0600A0062D /* RNNodeJsMobile.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNodeJsMobile.m; sourceTree = "<group>"; };
4038
/* End PBXFileReference section */
@@ -44,8 +42,7 @@
4442
isa = PBXFrameworksBuildPhase;
4543
buildActionMask = 2147483647;
4644
files = (
47-
5BCE3F812861E29600A67BF4 /* NodeMobile.framework in Frameworks */,
48-
5BCE3F7F2861E28900A67BF4 /* NodeMobile-simulator.framework in Frameworks */,
45+
5BCE3F852861F1C600A67BF4 /* NodeMobile.xcframework in Frameworks */,
4946
);
5047
runOnlyForDeploymentPostprocessing = 0;
5148
};
@@ -63,8 +60,7 @@
6360
33C4E26E1F798D110047084D /* Frameworks */ = {
6461
isa = PBXGroup;
6562
children = (
66-
5BCE3F802861E29600A67BF4 /* NodeMobile.framework */,
67-
5BCE3F7E2861E28800A67BF4 /* NodeMobile-simulator.framework */,
63+
5BCE3F842861F1C600A67BF4 /* NodeMobile.xcframework */,
6864
);
6965
name = Frameworks;
7066
sourceTree = "<group>";

0 commit comments

Comments
 (0)