OneBusAway / onebusaway-ios

OneBusAway for iOS, written in Swift.
Other
74 stars 31 forks source link

Properly separate optional features into config files #710

Closed aaronbrethorst closed 6 months ago

aaronbrethorst commented 6 months ago

Even though we previously had separated the OBA app's Firebase Analytics and OneSignal dependencies into separate Xcodegen yml files, they weren't really standalone. You still had to include source code for the desired features, which caused some confusion with building white label apps.

This PR properly bundles all of that functionality into the yml files.

Additionally, it adds an AccentColor to KiedyBus, which I noticed it was missing during testing.