Skip to content

Commit 2dfe42f

Browse files
open_wearable/ios/Runner/Info.plist: added ability to open urls on ios
1 parent ae23cd8 commit 2dfe42f

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

open_wearable/ios/Podfile.lock

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ PODS:
5959
- universal_ble (0.0.1):
6060
- Flutter
6161
- FlutterMacOS
62+
- url_launcher_ios (0.0.1):
63+
- Flutter
6264
- ZIPFoundation (0.9.19)
6365

6466
DEPENDENCIES:
@@ -70,6 +72,7 @@ DEPENDENCIES:
7072
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`)
7173
- permission_handler_apple (from `.symlinks/plugins/permission_handler_apple/ios`)
7274
- universal_ble (from `.symlinks/plugins/universal_ble/darwin`)
75+
- url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`)
7376

7477
SPEC REPOS:
7578
trunk:
@@ -99,6 +102,8 @@ EXTERNAL SOURCES:
99102
:path: ".symlinks/plugins/permission_handler_apple/ios"
100103
universal_ble:
101104
:path: ".symlinks/plugins/universal_ble/darwin"
105+
url_launcher_ios:
106+
:path: ".symlinks/plugins/url_launcher_ios/ios"
102107

103108
SPEC CHECKSUMS:
104109
DKImagePickerController: 946cec48c7873164274ecc4624d19e3da4c1ef3c
@@ -116,6 +121,7 @@ SPEC CHECKSUMS:
116121
SwiftProtobuf: b7aa08087e2ab6d162862d143020091254095f69
117122
SwiftyGif: 706c60cf65fa2bc5ee0313beece843c8eb8194d4
118123
universal_ble: ff19787898040d721109c6324472e5dd4bc86adc
124+
url_launcher_ios: 7a95fa5b60cc718a708b8f2966718e93db0cef1b
119125
ZIPFoundation: b8c29ea7ae353b309bc810586181fd073cb3312c
120126

121127
PODFILE CHECKSUM: 251cb053df7158f337c0712f2ab29f4e0fa474ce

open_wearable/ios/Runner/Info.plist

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,10 @@
5757
<true/>
5858
<key>LSSupportsOpeningDocumentsInPlace</key>
5959
<true/>
60+
<key>LSApplicationQueriesSchemes</key>
61+
<array>
62+
<string>http</string>
63+
<string>https</string>
64+
</array>
6065
</dict>
6166
</plist>

0 commit comments

Comments
 (0)