Skip to content
Snippets Groups Projects

Mobile app initial implementation.

Merged Igor Markin requested to merge 3-android-mobile-app-web-view into master
7 files
+ 69
12
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 14
0
@@ -26,6 +26,20 @@
<string>LaunchScreen</string>
<key>io.flutter.embedded_views_preview</key>
<string>YES</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleIdentifier</key>
<string></string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLSchemes</key>
<array>
<string>app://com.vereign.app/oauth2</string>
<string>vereign://app.vereign.com</string>
</array>
</dict>
</array>
<key>UIMainStoryboardFile</key>
<string>Main</string>
<key>UISupportedInterfaceOrientations</key>
Loading