diff options
author | Ivan Chen <ivan@thetaggid.com> | 2020-10-19 14:09:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-19 14:09:01 -0400 |
commit | f5853b77ef9506df056029282c475e5628fb6ab0 (patch) | |
tree | fd6c50c0ef7b8c133897b6a5f8cac64ac5e6aa2b /ios/Frontend | |
parent | ab7fa09af967e0a8cf2ca53dfb24f8bc8a6886f7 (diff) |
[TMA-272] Add browser login flow to Instagram social linking (#56)
* added in-app browser package and added social link for instagram
* added comments and improved code clarity
* added more skeleton code
* Finished FB linking
* updated facebook oauth to request for permission
* finished twitter sign on
* minor fixes
Diffstat (limited to 'ios/Frontend')
-rw-r--r-- | ios/Frontend/Info.plist | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ios/Frontend/Info.plist b/ios/Frontend/Info.plist index e7ff5911..421f9fd0 100644 --- a/ios/Frontend/Info.plist +++ b/ios/Frontend/Info.plist @@ -20,6 +20,19 @@ <string>1.0</string> <key>CFBundleSignature</key> <string>????</string> + <key>CFBundleURLTypes</key> + <array> + <dict> + <!-- <key>CFBundleTypeRole</key> + <string>Editor</string> --> + <key>CFBundleURLName</key> + <string>taggid</string> + <key>CFBundleURLSchemes</key> + <array> + <string>taggid</string> + </array> + </dict> + </array> <key>CFBundleVersion</key> <string>1</string> <key>LSRequiresIPhoneOS</key> |