Skip to content

Commit ba5c162

Browse files
committed
Fixed code-signing issues
1 parent 1e82556 commit ba5c162

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

SQLite.xcodeproj/project.pbxproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
DC650B9619F0CDC3002FBE91 /* Expression.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC650B9519F0CDC3002FBE91 /* Expression.swift */; };
2828
DC70AC991AC2331000371524 /* libsqlite3.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = DC37744219C8DC91004FCF85 /* libsqlite3.dylib */; };
2929
DC70AC9A1AC2331100371524 /* libsqlite3.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = DC37744219C8DC91004FCF85 /* libsqlite3.dylib */; };
30-
DC70AC9B1AC2331400371524 /* libsqlite3.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = DC5B12121ABE3298000DA146 /* libsqlite3.dylib */; };
3130
DC9D389C1AAD458500780AE7 /* fts3_tokenizer.h in Headers */ = {isa = PBXBuildFile; fileRef = DC9D389B1AAD458500780AE7 /* fts3_tokenizer.h */; };
3231
DC9D389D1AAD458500780AE7 /* fts3_tokenizer.h in Headers */ = {isa = PBXBuildFile; fileRef = DC9D389B1AAD458500780AE7 /* fts3_tokenizer.h */; };
3332
DCAD429719E2E0F1004A51DF /* Query.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCAD429619E2E0F1004A51DF /* Query.swift */; };
@@ -701,6 +700,7 @@
701700
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
702701
CLANG_WARN_UNREACHABLE_CODE = YES;
703702
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
703+
CODE_SIGN_IDENTITY = "Mac Developer";
704704
COPY_PHASE_STRIP = NO;
705705
CURRENT_PROJECT_VERSION = 1;
706706
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -743,7 +743,7 @@
743743
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
744744
CLANG_WARN_UNREACHABLE_CODE = YES;
745745
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
746-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
746+
CODE_SIGN_IDENTITY = "Mac Developer";
747747
COPY_PHASE_STRIP = YES;
748748
CURRENT_PROJECT_VERSION = 1;
749749
ENABLE_NS_ASSERTIONS = NO;
@@ -767,6 +767,7 @@
767767
baseConfigurationReference = DC37742E19C8CE67004FCF85 /* SQLite.xcconfig */;
768768
buildSettings = {
769769
CLANG_ENABLE_MODULES = YES;
770+
CODE_SIGN_IDENTITY = "Mac Developer";
770771
DEFINES_MODULE = YES;
771772
DYLIB_COMPATIBILITY_VERSION = 1;
772773
DYLIB_CURRENT_VERSION = 1;
@@ -785,6 +786,7 @@
785786
baseConfigurationReference = DC37742E19C8CE67004FCF85 /* SQLite.xcconfig */;
786787
buildSettings = {
787788
CLANG_ENABLE_MODULES = YES;
789+
CODE_SIGN_IDENTITY = "Mac Developer";
788790
DEFINES_MODULE = YES;
789791
DYLIB_COMPATIBILITY_VERSION = 1;
790792
DYLIB_CURRENT_VERSION = 1;

0 commit comments

Comments
 (0)