Skip to content

Commit

Permalink
Merge pull request #156 from OutSystems/development
Browse files Browse the repository at this point in the history
Prepare to release version `2.3.1`
  • Loading branch information
alexgerardojacinto authored Feb 20, 2025
2 parents efb8126 + 3ebf999 commit cd19cd0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

## [2.3.1]

### Chores
- (ios) Replace `cordova-plugin-add-swift-support` plugin with the `SwiftVersion` preference (https://outsystemsrd.atlassian.net/browse/RMET-4037).

## [2.3.0]

### Fixes
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": "com.outsystems.plugins.healthfitness",
"version": "2.3.0",
"version": "2.3.1",
"description": "Health & Fitness cordova plugin for OutSystems applications.",
"keywords": [
"ecosystem:cordova",
Expand Down
21 changes: 9 additions & 12 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<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">
<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">
<name>HealthFitness</name>
<description>Health &amp; Fitness cordova plugin for OutSystems applications.</description>
<author>OutSystems Inc</author>
Expand Down Expand Up @@ -41,12 +41,11 @@

<platform name="ios">
<config-file parent="/*" target="config.xml">
<feature name="OSHealthFitness">
<param name="ios-package" value="OSHealthFitness" />
</feature>
<preference name="deployment-target" value="13" />
<preference name="UseSwiftLanguageVersion" value="5" />
</config-file>
<feature name="OSHealthFitness">
<param name="ios-package" value="OSHealthFitness" />
</feature>
<preference name="SwiftVersion" value="5" />
</config-file>

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

<config-file target="*/Entitlements-Release.plist" parent="com.apple.developer.healthkit.recalibrate-estimates">
<true/>
</config-file>
</config-file>

<!-- iOS Source Files -->
<source-file src="src/ios/OSHealthFitness.swift" />
<!-- iOS Source Files -->
<source-file src="src/ios/OSHealthFitness.swift" />
<framework src="src/ios/frameworks/OSHealthFitnessLib.xcframework" embed="true" custom="true" />

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

<podspec>
<config>
Expand Down

0 comments on commit cd19cd0

Please sign in to comment.