1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

chore(iOS): 添加微信 SDK v1.8.7.1

This commit is contained in:
jaywcjlove
2020-08-01 18:05:40 +08:00
parent 15c37db766
commit 973a80c9ba
18 changed files with 1659 additions and 136 deletions

View File

@@ -6,6 +6,10 @@
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
B9CCD3AF24D41B010084C62F /* libWeChatSDK.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B9CCD3AE24D41B000084C62F /* libWeChatSDK.a */; };
/* End PBXBuildFile section */
/* Begin PBXCopyFilesBuildPhase section */
58B511D91A9E6C8500147676 /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
@@ -20,6 +24,7 @@
/* Begin PBXFileReference section */
134814201AA4EA6300B7C361 /* libRNWechat.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNWechat.a; sourceTree = BUILT_PRODUCTS_DIR; };
B9CCD3AE24D41B000084C62F /* libWeChatSDK.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libWeChatSDK.a; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@@ -27,6 +32,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
B9CCD3AF24D41B010084C62F /* libWeChatSDK.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -45,9 +51,18 @@
isa = PBXGroup;
children = (
134814211AA4EA7D00B7C361 /* Products */,
B9CCD3AD24D41B000084C62F /* Frameworks */,
);
sourceTree = "<group>";
};
B9CCD3AD24D41B000084C62F /* Frameworks */ = {
isa = PBXGroup;
children = (
B9CCD3AE24D41B000084C62F /* libWeChatSDK.a */,
);
name = Frameworks;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
@@ -166,6 +181,10 @@
);
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = (
"-ObjC",
"-all_load",
);
SDKROOT = iphoneos;
};
name = Debug;
@@ -217,6 +236,10 @@
"\"$(inherited)\"",
);
MTL_ENABLE_DEBUG_INFO = NO;
OTHER_LDFLAGS = (
"-ObjC",
"-all_load",
);
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
};
@@ -231,8 +254,14 @@
"$(SRCROOT)/../../../React/**",
"$(SRCROOT)/../../react-native/React/**",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
OTHER_LDFLAGS = "-ObjC";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)",
);
OTHER_LDFLAGS = (
"-ObjC",
"-all_load",
);
PRODUCT_NAME = RNWechat;
SKIP_INSTALL = YES;
};
@@ -247,8 +276,14 @@
"$(SRCROOT)/../../../React/**",
"$(SRCROOT)/../../react-native/React/**",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
OTHER_LDFLAGS = "-ObjC";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)",
);
OTHER_LDFLAGS = (
"-ObjC",
"-all_load",
);
PRODUCT_NAME = RNWechat;
SKIP_INSTALL = YES;
};