Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this template will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

- We updated the version of mendix-native to v0.1.4 to fix iOS native file system issue.

## [16.1.0] - 2025-11-30

- We have improved the styling where edge-to-edge mode is enabled.
Expand Down
2 changes: 1 addition & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
# Specify 'Swift Version: 5.0' for resolving archieve errors.
if target.name == 'react-native-video'
if target.name == 'react-native-video' || target.name == 'MendixNative'
config.build_settings['SWIFT_VERSION'] = '5.0'
end
if target.name == 'VisionCamera'
Expand Down