Skip to content

Commit 8588299

Browse files
chore: set swift version 5 for mendix native
1 parent da8a86f commit 8588299

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ post_install do |installer|
9797
installer.pods_project.targets.each do |target|
9898
target.build_configurations.each do |config|
9999
# Specify 'Swift Version: 5.0' for resolving archieve errors.
100-
if target.name == 'react-native-video'
100+
if target.name == 'react-native-video' || target.name == 'MendixNative'
101101
config.build_settings['SWIFT_VERSION'] = '5.0'
102102
end
103103
if target.name == 'VisionCamera'

ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2578,6 +2578,6 @@ SPEC CHECKSUMS:
25782578
SSZipArchive: 8a6ee5677c8e304bebc109e39cf0da91ccef22ea
25792579
Yoga: 92f3bb322c40a86b7233b815854730442e01b8c4
25802580

2581-
PODFILE CHECKSUM: f83815b440871ddc4d9bac375e7dc5aef13dcf51
2581+
PODFILE CHECKSUM: 84923fd0a7af9e1f96c12555441a1faaa0b4e13b
25822582

25832583
COCOAPODS: 1.16.2

0 commit comments

Comments
 (0)