Commits


Michael Haney authored and GitHub committed 06095920bf1
Transition from NSAssert to GDTAssert in all GDT libraries (#3768) * Git rid of all NSAsserts in GDT and GDTCCT - Moves GDTAssert to be a public API - Always logs to console - Differentiates between fatal and non-fatal assertions - Messaging of assertions encourages creating an issue - Tests assertion use with NS_BLOCK_ASSERTIONS defined and undefined * Update CHANGELOGs and remove one last NSCAssert * Remove a test because xcconfigs aren't respected * Address nit