Created
November 21, 2021 15:45
-
-
Save seenickcode/5a846d9ff1ec507bc24a2b31a9cf9daf to your computer and use it in GitHub Desktop.
ios/Runner/Info.plist Deep Linking Example. Add the following as a child to the root level <dict /> node...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<key>CFBundleURLTypes</key> | |
<array> | |
<dict> | |
<key>CFBundleTypeRole</key> | |
<string>Editor</string> | |
<key>CFBundleURLSchemes</key> | |
<array> | |
<string>com.manninglabs.steadycalendar</string> | |
</array> | |
</dict> | |
</array> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment