The Xcode docs, explain that the CFBundleURLIconFile
key contains the name of the icon image file (minus the extension) to be used for displaying URLs of this type.
My remaining questions are:
Register your URL schemeRegister your scheme in Xcode from the Info tab of your project settings. Update the URL Types section to declare all of the URL schemes your app supports, as shown in the following illustration. In the URL Schemes box, specify the prefix you use for your URLs.
I found a way to delete them: just open the Info. plist, delete the other rows and build/clean the project. You might have to restart XCode to see the changes.
Setting up URL Scheme In Xcode, under your project configuration, select your target and navigates to Info tab. You'll see an URL Types section at the bottom.
Finding an App's Main URL Scheme Name First, you have to download the IPA file for the app, which requires macOS and Apple Configurator 2. When you finally find the IPA, you have to turn it into a ZIP file, show the contents of the app package, then hunt for the specific PLIST file that contains the scheme names.
I hope this is thorough enough to answer your questions. If not, please explain what needs clarification.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With