XcodeGen v2.29.0 Release Notes

  • ⚡️ Some support for Xcode Test Plans has been added. For now test plans are not generated by XcodeGen and must be created in Xcode and checked in, and then referenced by path. If the test targets are added, removed or renamed, the test plans may need to be updated in Xcode

    ➕ Added

    • ✅ Schemes and Target Schemes can now reference existing Test Plans under {scheme}.test.testPlans and {target}.scheme.testPlans, respectively. #716 @yonaskolb @omares

    🛠 Fixed

    • 🛠 Fixed an issue where DocC was not added to source file list #1202 @hiragram

    🔄 Changed

    • ⚡️ Updated XcodeProj to 8.7.1 #1213 @yonaskolb