Skip to content

Commit

Permalink
RMET-3280 ::: iOS ::: Add Privacy Manifest (#118)
Browse files Browse the repository at this point in the history
* chore: add CODEOWNERS (#110)

Signed-off-by: IT-MikeS <20338451+IT-MikeS@users.noreply.github.com>

* chore: Update iOS library

This adds the Privacy Manifest to the Cordova plugin.

References: https://outsystemsrd.atlassian.net/browse/RMET-3280

* chore: Add CHANGELOG entry

References: https://outsystemsrd.atlassian.net/browse/RMET-3280

---------

Signed-off-by: IT-MikeS <20338451+IT-MikeS@users.noreply.github.com>
Co-authored-by: Mike Summerfeldt <20338451+IT-MikeS@users.noreply.github.com>
  • Loading branch information
OS-ricardomoreirasilva and IT-MikeS authored Apr 8, 2024
1 parent a6837d7 commit 18a15f0
Show file tree
Hide file tree
Showing 15 changed files with 717 additions and 23 deletions.
34 changes: 17 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,58 +8,58 @@ The changes documented here do not include those from the original repository.

## [Unreleased]

## 2024-04-05
### 2024-04-05
- Fix privacy policy opening for Android <= 13 (https://outsystemsrd.atlassian.net/browse/RMET-3134).

## 2024-04-04
### 2024-04-04
- Update the iOS framework. This adds the Privacy Manifest file (https://outsystemsrd.atlassian.net/browse/RMET-3280).
- Update GSON version to remove vulnerability (https://outsystemsrd.atlassian.net/browse/RMET-3134).

## 2024-04-01
### 2024-04-01
- Remove old code and re-arrange file structure (https://outsystemsrd.atlassian.net/browse/RMET-3134).

## 2024-03-22
### 2024-03-22
- Fixed hook for ODC (https://outsystemsrd.atlassian.net/browse/RMET-3191).

## 2024-03-18
### 2024-03-18
- Implemented the usage of the Activity Transition Recognition API for background jobs (https://outsystemsrd.atlassian.net/browse/RMET-3246).

## 2024-03-14
### 2024-03-14
- Implemented the usage of exact alarms for background jobs (https://outsystemsrd.atlassian.net/browse/RMET-3190).

## 2024-02-28
### 2024-02-28
- Implemented `Open Health Connect App` (https://outsystemsrd.atlassian.net/browse/RMET-3158).

## 2024-02-27
### 2024-02-27
- Implemented hook for permissions (https://outsystemsrd.atlassian.net/browse/RMET-3142).

## 2024-02-26
### 2024-02-26
- Implemented `Show app's privacy policy dialog` (https://outsystemsrd.atlassian.net/browse/RMET-3145).

## 2024-02-23
### 2024-02-23
- Re-implement `DeleteBackgroundJob` feature (https://outsystemsrd.atlassian.net/browse/RMET-3068).

## 2024-02-20
### 2024-02-20
- Deprecated `DisableGoogleFit` feature and implemented `DisableHealthConnect` feature (https://outsystemsrd.atlassian.net/browse/RMET-3070).
- Re-implemented UpdateBackgroundJob feature (https://outsystemsrd.atlassian.net/browse/RMET-3067).
- Re-implemented SetBackgroundJob feature (https://outsystemsrd.atlassian.net/browse/RMET-3050).


## 2024-02-09
### 2024-02-09
- Re-implemented AdvanceQuery feature (https://outsystemsrd.atlassian.net/browse/RMET-3047).

## 2024-02-09
### 2024-02-09
- Re-implemented ListBackgroundJobs feature (https://outsystemsrd.atlassian.net/browse/RMET-3069).

## 2024-02-08
### 2024-02-08
- Re-implement `GetLastRecord` feature:
- GetFitnessData (https://outsystemsrd.atlassian.net/browse/RMET-3048)
- GetHealthData (https://outsystemsrd.atlassian.net/browse/RMET-3065)
- GetProfileData (https://outsystemsrd.atlassian.net/browse/RMET-3066)

## 2024-02-05
### 2024-02-05
- Re-implemented WriteProfieleData feature (https://outsystemsrd.atlassian.net/browse/RMET-3049).

## 2024-02-01
### 2024-02-01
- Re-implemented RequestPermissions feature (https://outsystemsrd.atlassian.net/browse/RMET-3046).

## [Version 1.4.0]
Expand Down
2 changes: 2 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# O11/ODC
* @OutSystems/rd-mobile-ecosystem
10 changes: 5 additions & 5 deletions src/ios/frameworks/OSHealthFitnessLib.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,30 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>OSHealthFitnessLib.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>OSHealthFitnessLib.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 18a15f0

Please sign in to comment.