segment-integrations / analytics-ios-integration-intercom

Segment's Intercom Integration for Analytics-iOS.
MIT License
2 stars 16 forks source link

Make booleans consistent in SEGIntercomIntegration #10

Open SimonRice opened 4 years ago

SimonRice commented 4 years ago

This PR changes the boolean values assigned to isAmountSet to be consistent with standard ObjC boolean types. Here the use of false has been changed to NO & the use of @YES, which was flagging a compiler warning since Xcode 10 at least, has been changed to YES.