im trying to integrate the paypal mobile sdk into my swift project.
Im new to swift and i have almost no knowledge in objective-c.
i followed this: https://github.com/paypal/PayPal-iOS-SDK#if-you-use-cocoapods-then-add-these-lines-to-your-podfile
I installed the sdk with cocoapods.
Now im at the step of adding licenses to the app using this tutorial
setting up your Settings.bundle
:
best way to add license section to iOS settings bundle
But in my project theres no settings.bundle
group
In my supporting files group theres only the info.plist
.
Where is that group located? Am i missing something?