File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 1+ # macOS
2+ .DS_Store
3+
4+ # Theos
5+ obj /
6+ .theos /
7+
8+ # Xcode
9+ xcuserdata /
10+ xcshareddata /
11+ build
12+
13+ # VSCode
14+ .vscode /
Original file line number Diff line number Diff line change 1+ include $(THEOS ) /makefiles/common.mk
2+
3+ LIBRARY_NAME = inject_decrypt
4+ inject_decrypt_FILES = inject_decrypt/inject_decrypt.c
5+
6+ include $(THEOS_MAKE_PATH ) /library.mk
Original file line number Diff line number Diff line change 163163 DEBUG_INFORMATION_FORMAT = dwarf;
164164 ENABLE_STRICT_OBJC_MSGSEND = YES;
165165 ENABLE_TESTABILITY = YES;
166- GCC_C_LANGUAGE_STANDARD = gnu11 ;
166+ GCC_C_LANGUAGE_STANDARD = c99 ;
167167 GCC_DYNAMIC_NO_PIC = NO;
168168 GCC_NO_COMMON_BLOCKS = YES;
169169 GCC_OPTIMIZATION_LEVEL = 0;
222222 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
223223 ENABLE_NS_ASSERTIONS = NO;
224224 ENABLE_STRICT_OBJC_MSGSEND = YES;
225- GCC_C_LANGUAGE_STANDARD = gnu11 ;
225+ GCC_C_LANGUAGE_STANDARD = c99 ;
226226 GCC_NO_COMMON_BLOCKS = YES;
227227 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
228228 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
You can’t perform that action at this time.
0 commit comments