Skip to content

Commit a1e3a9b

Browse files
committed
Disable local code signing.
1 parent ee6824e commit a1e3a9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mGBA.xcodeproj/project.pbxproj

+2
Original file line numberDiff line numberDiff line change
@@ -851,6 +851,7 @@
851851
buildSettings = {
852852
ALWAYS_SEARCH_USER_PATHS = NO;
853853
CLANG_ENABLE_OBJC_ARC = YES;
854+
CODE_SIGN_IDENTITY = "";
854855
COMBINE_HIDPI_IMAGES = YES;
855856
EXPORTED_SYMBOLS_FILE = "";
856857
FRAMEWORK_SEARCH_PATHS = "";
@@ -887,6 +888,7 @@
887888
buildSettings = {
888889
ALWAYS_SEARCH_USER_PATHS = NO;
889890
CLANG_ENABLE_OBJC_ARC = YES;
891+
CODE_SIGN_IDENTITY = "";
890892
COMBINE_HIDPI_IMAGES = YES;
891893
EXPORTED_SYMBOLS_FILE = "";
892894
FRAMEWORK_SEARCH_PATHS = "";

0 commit comments

Comments
 (0)