File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55and 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
Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments