Files
real-e-party-iOS/.gitignore
edwinQQQ 26d9894830 feat: 更新 Bridging Header 和错误信息文件以支持新模型
主要变更:
1. 在 Bridging Header 中添加了对 PIBaseModel 和 MomentsInfoModel 的引用,以支持新的数据模型。
2. 更新了 error message.txt 文件,增加了详细的编译错误信息,帮助开发者快速定位问题。
3. 在 .gitignore 中添加了 error message.txt,以避免将错误信息文件纳入版本控制。

此更新旨在提升代码的可维护性和调试效率,确保新模型的顺利集成。
2025-10-11 19:06:08 +08:00

20 lines
292 B
Plaintext

# CocoaPods
Pods/
# Large resource directories
YuMi/Library/
YuMi/Resources/
# Xcode user state
*.xcuserstate
*.xcworkspace/xcuserdata/
*.xcodeproj/xcuserdata/
DerivedData/
# Assets (distributed separately, kept locally)
YuMi/Assets.xcassets/
# Documentation files
*.md
error message.txt