Skip to content

Commit 3b1e35f

Browse files
authored
Merge pull request #50 from OutSystems/fix/RMET-1680/update-swift-support
RMET-1680 ::: Update Swift Support
2 parents 589f94b + e2205d8 commit 3b1e35f

File tree

4 files changed

+7
-220
lines changed

4 files changed

+7
-220
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
The changes documented here do not include those from the original repository.
88

9+
## [4.2.0-OS38]
10+
### Fixes
11+
- Removed hook that adds swift support and added the plugin as dependecy. (https://outsystemsrd.atlassian.net/browse/RMET-1680)
12+
913
## [4.2.0-OS37]
1014

1115
### Fixes

hooks/add_swift_support.js

Lines changed: 0 additions & 218 deletions
This file was deleted.

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-camera",
3-
"version": "4.2.0-OS37",
3+
"version": "4.2.0-OS38",
44
"description": "Cordova Camera Plugin",
55
"types": "./types/index.d.ts",
66
"cordova": {

plugin.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
2222
xmlns:android="http://schemas.android.com/apk/res/android"
2323
id="cordova-plugin-camera"
24-
version="4.2.0-OS37">
24+
version="4.2.0-OS38">
2525
<name>Camera</name>
2626
<description>Cordova Camera Plugin</description>
2727
<license>Apache 2.0</license>
@@ -196,6 +196,7 @@
196196
<framework src="CoreGraphics.framework" />
197197
<framework src="AVFoundation.framework" />
198198

199+
<dependency id="cordova-plugin-add-swift-support" url="https://github.com/OutSystems/cordova-plugin-add-swift-support.git#2.0.3-OS1"/>
199200

200201
<preference name="CAMERA_USAGE_DESCRIPTION" default=" " />
201202
<config-file target="*-Info.plist" parent="NSCameraUsageDescription">

0 commit comments

Comments
 (0)