Skip to content

Commit

Permalink
Merge pull request #39 from OutSystems/fix/RMET-1680/update-swift-sup…
Browse files Browse the repository at this point in the history
…port

RMET-1680 ::: Update Swift Support
  • Loading branch information
felipecn authored Jun 29, 2022
2 parents 86eed84 + f16983e commit fbe4b5a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### [4.0.0-OS12] - 2022-06-29
### Fix
- Removed hook that adds swift support and added the plugin as dependecy. (https://outsystemsrd.atlassian.net/browse/RMET-1680)

### [4.0.0-OS11] - 2022-05-23
### Fix
- Added permission request for camera and microphone on Android's ChromeWebClient.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-inappbrowser",
"version": "4.0.0-OS11",
"version": "4.0.0-OS12",
"description": "Cordova InAppBrowser Plugin",
"types": "./types/index.d.ts",
"cordova": {
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

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

<name>InAppBrowser</name>
<description>Cordova InAppBrowser Plugin</description>
Expand Down Expand Up @@ -107,7 +107,7 @@
<source-file src="src/ios/SafariBrowserConfigurations.swift" />

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

<!-- osx -->
Expand Down

0 comments on commit fbe4b5a

Please sign in to comment.