Skip to content

Commit 18f2130

Browse files
Merge pull request #10 from OutSystems/fix/RMET-3854/add-description
RMET-3854 - Include `NSCameraUsageDescription` in `Info.plist` file
2 parents ec51f2f + da7aa6c commit 18f2130

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [1.1.2]
8+
### Fixes
9+
- iOS - include `NSCameraUsageDescription` in Info.plist file
10+
811
### Fixes
912
- Android 15 - Fix cropping of Card IO screens due to Edge-to-Edge
1013

plugin.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@
4040
</feature>
4141
</config-file>
4242

43+
<!-- Usage descriptions -->
44+
<preference name="CAMERA_USAGE_DESCRIPTION" default=" " />
45+
<config-file target="*-Info.plist" parent="NSCameraUsageDescription">
46+
<string>$CAMERA_USAGE_DESCRIPTION</string>
47+
</config-file>
48+
4349
<!-- Plugin Implementation -->
4450
<header-file src="src/ios/CardioPlugin.h" />
4551
<source-file src="src/ios/CardioPlugin.m"/>

0 commit comments

Comments
 (0)