I am new to Cordoba and I wonder if there is a way to customize the platform code created by Cordova / Ionic without interfering with the development process.
A specific requirement is the integration of the Facebook SDK into the iOS app to support ads on the Facebook Mobile App Install. The integration is simple: you only need to add a line of code for application:didFinishLaunchingWithOptions: in AppDelegate.m and add the iOS framework for iOS to the Xcode project.
Currently, the entire format catalog is excluded from the source control, as it is generated by Cordova during assembly. If I need to configure the AppDelegate.m application, I will have to add it to the original control. Then subsequent changes to the Ionic app will not lead to merge conflicts with the Xcode project? How can I integrate my small changes into an Xcode project without breaking the process?
NOTE: I was looking for a plugin as a solution, but the plugin found came
source share