0
一旦我创建项目,我发现我的源代码被命名为“myfilename.xcodeproj”。 “.xcodeproj”是否是扩展名,或者是否有其他扩展名。关于扩展源代码
一旦我创建项目,我发现我的源代码被命名为“myfilename.xcodeproj”。 “.xcodeproj”是否是扩展名,或者是否有其他扩展名。关于扩展源代码
这的确是延伸。在Finder中,按CMD-I查看文件信息,包括其全名以及显示/隐藏扩展名的选项。 但是,它不是您的源代码,存储在.m,.h,...文件中。 xcodeproj文件是你的项目,链接源文件,构建设置等...
Wat abt the .pch file? – Icoder
预编译头文件(加速建设,我认为) –
感谢您的回复 – Icoder