File tree 3 files changed +15
-13
lines changed
3 files changed +15
-13
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
The changes documented here do not include those from the original repository.
8
8
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
+
9
14
## [ 2.3.0]
10
15
11
16
### Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.outsystems.plugins.healthfitness" ,
3
- "version" : " 2.3.0 " ,
3
+ "version" : " 2.3.1 " ,
4
4
"description" : " Health & Fitness cordova plugin for OutSystems applications." ,
5
5
"keywords" : [
6
6
" ecosystem:cordova" ,
Original file line number Diff line number Diff line change 1
1
<?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" >
3
3
<name >HealthFitness</name >
4
4
<description >Health & Fitness cordova plugin for OutSystems applications.</description >
5
5
<author >OutSystems Inc</author >
41
41
42
42
<platform name =" ios" >
43
43
<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 >
50
49
51
50
<!-- iOS Permissions -->
52
51
<preference name =" HEALTH_SHARE_DESCRIPTION" default =" App needs to shared health data" />
105
104
106
105
<config-file target =" */Entitlements-Release.plist" parent =" com.apple.developer.healthkit.recalibrate-estimates" >
107
106
<true />
108
- </config-file >
107
+ </config-file >
109
108
110
- <!-- iOS Source Files -->
111
- <source-file src =" src/ios/OSHealthFitness.swift" />
109
+ <!-- iOS Source Files -->
110
+ <source-file src =" src/ios/OSHealthFitness.swift" />
112
111
<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" />
115
112
116
113
<podspec >
117
114
<config >
You can’t perform that action at this time.
0 commit comments