Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一些结构(类似)的文件:
MONLibrary/file.h MONLibrary/file.support.h
我希望 Xcode 将这些文件识别为彼此的对应文件,就像file.h并且file.c是公认的对应文件。如何实现?
file.h
file.c
这不完全是你所追求的(我想知道是否也有答案......),但重命名file.support.h会file.support导致它被识别为对应物。
file.support.h
file.support
默认情况下,它不会被视为 Obj-C 头文件 w/r/t 语法突出显示/构建规则,但您可以使用文件检查器 (⌘-opt-1) 轻松覆盖它。