Skip to content

Commit cd19cd0

Browse files
Merge pull request #156 from OutSystems/development
Prepare to release version `2.3.1`
2 parents efb8126 + 3ebf999 commit cd19cd0

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ 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+
## [2.3.1]
10+
11+
### Chores
12+
- (ios) Replace `cordova-plugin-add-swift-support` plugin with the `SwiftVersion` preference (https://outsystemsrd.atlassian.net/browse/RMET-4037).
13+
914
## [2.3.0]
1015

1116
### Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.outsystems.plugins.healthfitness",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "Health & Fitness cordova plugin for OutSystems applications.",
55
"keywords": [
66
"ecosystem:cordova",

plugin.xml

+9-12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<plugin id="com.outsystems.plugins.healthfitness" version="2.3.0" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
2+
<plugin id="com.outsystems.plugins.healthfitness" version="2.3.1" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
33
<name>HealthFitness</name>
44
<description>Health &amp; Fitness cordova plugin for OutSystems applications.</description>
55
<author>OutSystems Inc</author>
@@ -41,12 +41,11 @@
4141

4242
<platform name="ios">
4343
<config-file parent="/*" target="config.xml">
44-
<feature name="OSHealthFitness">
45-
<param name="ios-package" value="OSHealthFitness" />
46-
</feature>
47-
<preference name="deployment-target" value="13" />
48-
<preference name="UseSwiftLanguageVersion" value="5" />
49-
</config-file>
44+
<feature name="OSHealthFitness">
45+
<param name="ios-package" value="OSHealthFitness" />
46+
</feature>
47+
<preference name="SwiftVersion" value="5" />
48+
</config-file>
5049

5150
<!-- iOS Permissions -->
5251
<preference name="HEALTH_SHARE_DESCRIPTION" default="App needs to shared health data" />
@@ -105,13 +104,11 @@
105104

106105
<config-file target="*/Entitlements-Release.plist" parent="com.apple.developer.healthkit.recalibrate-estimates">
107106
<true/>
108-
</config-file>
107+
</config-file>
109108

110-
<!-- iOS Source Files -->
111-
<source-file src="src/ios/OSHealthFitness.swift" />
109+
<!-- iOS Source Files -->
110+
<source-file src="src/ios/OSHealthFitness.swift" />
112111
<framework src="src/ios/frameworks/OSHealthFitnessLib.xcframework" embed="true" custom="true" />
113-
114-
<dependency id="cordova-plugin-add-swift-support" url="https://github.com/OutSystems/cordova-plugin-add-swift-support.git#2.0.3-OS1"/>
115112

116113
<podspec>
117114
<config>

0 commit comments

Comments
 (0)