uber / uber-ios-sdk

Uber iOS SDK (beta)
https://developer.uber.com/docs
MIT License
376 stars 125 forks source link

Uses Bundle utility #321

Closed ahmetkgunay closed 1 month ago

ahmetkgunay commented 1 month ago

Swift PM supports referencing bundles using Bundle.main. This breaks integration for anyone building manually or wrapping in a Cocoapods Podspec. This change uses Bundle utilities in each framework that will select the correct bundle to load resources from.

CLAassistant commented 1 month ago

CLA assistant check
All committers have signed the CLA.