Skip to content

Commit d236705

Browse files
committed
sign
1 parent 2d37600 commit d236705

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

GMObjC.xcodeproj/project.pbxproj

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 55;
6+
objectVersion = 60;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -38,7 +38,7 @@
3838
9CEA769D2710180E00DA6FA1 /* GMSm2Utils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GMSm2Utils.m; sourceTree = "<group>"; };
3939
9CEA769E2710180E00DA6FA1 /* GMSm2Bio.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GMSm2Bio.m; sourceTree = "<group>"; };
4040
9CEA769F2710180E00DA6FA1 /* GMObjCDef.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GMObjCDef.h; sourceTree = "<group>"; };
41-
9CEA76AC2710182200DA6FA1 /* openssl.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = openssl.xcframework; sourceTree = "<group>"; };
41+
9CEA76AC2710182200DA6FA1 /* openssl.xcframework */ = {isa = PBXFileReference; expectedSignature = "AppleDeveloperProgram:9CA5KUE8T7:BEIJING JINHER SOFTWARE CO.LTD."; lastKnownFileType = wrapper.xcframework; path = openssl.xcframework; sourceTree = "<group>"; };
4242
/* End PBXFileReference section */
4343

4444
/* Begin PBXFrameworksBuildPhase section */
@@ -316,9 +316,11 @@
316316
9CEA7693271017B700DA6FA1 /* Debug */ = {
317317
isa = XCBuildConfiguration;
318318
buildSettings = {
319+
CODE_SIGN_IDENTITY = "Apple Development";
319320
CODE_SIGN_STYLE = Automatic;
320321
CURRENT_PROJECT_VERSION = 1;
321322
DEFINES_MODULE = YES;
323+
DEVELOPMENT_TEAM = 4BX77JHQHH;
322324
DYLIB_COMPATIBILITY_VERSION = 1;
323325
DYLIB_CURRENT_VERSION = 1;
324326
DYLIB_INSTALL_NAME_BASE = "@rpath";
@@ -345,9 +347,11 @@
345347
9CEA7694271017B700DA6FA1 /* Release */ = {
346348
isa = XCBuildConfiguration;
347349
buildSettings = {
350+
CODE_SIGN_IDENTITY = "Apple Development";
348351
CODE_SIGN_STYLE = Automatic;
349352
CURRENT_PROJECT_VERSION = 1;
350353
DEFINES_MODULE = YES;
354+
DEVELOPMENT_TEAM = 4BX77JHQHH;
351355
DYLIB_COMPATIBILITY_VERSION = 1;
352356
DYLIB_CURRENT_VERSION = 1;
353357
DYLIB_INSTALL_NAME_BASE = "@rpath";

0 commit comments

Comments
 (0)