Skip to content

Commit fbe4b5a

Browse files
authored
Merge pull request #39 from OutSystems/fix/RMET-1680/update-swift-support
RMET-1680 ::: Update Swift Support
2 parents 86eed84 + f16983e commit fbe4b5a

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
### [4.0.0-OS12] - 2022-06-29
8+
### Fix
9+
- Removed hook that adds swift support and added the plugin as dependecy. (https://outsystemsrd.atlassian.net/browse/RMET-1680)
10+
711
### [4.0.0-OS11] - 2022-05-23
812
### Fix
913
- Added permission request for camera and microphone on Android's ChromeWebClient.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-inappbrowser",
3-
"version": "4.0.0-OS11",
3+
"version": "4.0.0-OS12",
44
"description": "Cordova InAppBrowser Plugin",
55
"types": "./types/index.d.ts",
66
"cordova": {

plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
2222
id="cordova-plugin-inappbrowser"
23-
version="4.0.0-OS11">
23+
version="4.0.0-OS12">
2424

2525
<name>InAppBrowser</name>
2626
<description>Cordova InAppBrowser Plugin</description>
@@ -107,7 +107,7 @@
107107
<source-file src="src/ios/SafariBrowserConfigurations.swift" />
108108

109109
<framework src="CoreGraphics.framework" />
110-
<dependency url="https://github.com/agoncalvesos/cordova-plugin-add-swift-support" id="cordova-plugin-add-swift-support"/>
110+
<dependency id="cordova-plugin-add-swift-support" url="https://github.com/OutSystems/cordova-plugin-add-swift-support.git#2.0.3-OS1"/>
111111
</platform>
112112

113113
<!-- osx -->

0 commit comments

Comments
 (0)