File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -3,21 +3,23 @@ import PackageDescription
3
3
4
4
let package = Package (
5
5
name: " CapacitorInappbrowser " ,
6
- platforms: [ . iOS( . v13 ) ] ,
6
+ platforms: [ . iOS( . v14 ) ] ,
7
7
products: [
8
8
. library(
9
9
name: " CapacitorInappbrowser " ,
10
10
targets: [ " InAppBrowserPlugin " ] )
11
11
] ,
12
12
dependencies: [
13
- . package ( url: " https://github.com/ionic-team/capacitor-swift-pm.git " , branch: " main " )
13
+ . package ( url: " https://github.com/ionic-team/capacitor-swift-pm.git " , branch: " main " ) ,
14
+ . package ( url: " https://github.com/OutSystems/OSInAppBrowserLib-iOS.git " , from: " 2.2.0 " )
14
15
] ,
15
16
targets: [
16
17
. target(
17
18
name: " InAppBrowserPlugin " ,
18
19
dependencies: [
19
20
. product( name: " Capacitor " , package : " capacitor-swift-pm " ) ,
20
- . product( name: " Cordova " , package : " capacitor-swift-pm " )
21
+ . product( name: " Cordova " , package : " capacitor-swift-pm " ) ,
22
+ . product( name: " OSInAppBrowserLib " , package : " OSInAppBrowserLib-iOS " )
21
23
] ,
22
24
path: " ios/Sources/InAppBrowserPlugin " ) ,
23
25
. testTarget(
You can’t perform that action at this time.
0 commit comments