Skip to content

Commit 6dfc7e6

Browse files
cagnuleinroot
andauthored
fix: require iOS 15 for app targets (#4890)
Co-authored-by: root <root@hermes.proxmox>
1 parent 0f8f5ec commit 6dfc7e6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • build-qdomyos-zwift-Qt_5_15_2_for_iOS-Debug/qdomyoszwift.xcodeproj

build-qdomyos-zwift-Qt_5_15_2_for_iOS-Debug/qdomyoszwift.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4730,6 +4730,7 @@
47304730
../../Qt/5.15.2/ios/include/QtCore/5.15.2/QtCore/,
47314731
../../Qt/5.15.2/ios/include/QtSql,
47324732
);
4733+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
47334734
LIBRARY_SEARCH_PATHS = (
47344735
/Users/cagnulein/Qt/5.15.2/ios/plugins/platforms,
47354736
/System/Library/Frameworks/,
@@ -4933,6 +4934,7 @@
49334934
../../Qt/5.15.2/ios/include/QtCore/5.15.2/QtCore/,
49344935
../../Qt/5.15.2/ios/include/QtSql,
49354936
);
4937+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
49364938
LIBRARY_SEARCH_PATHS = (
49374939
/Users/cagnulein/Qt/5.15.2/ios/plugins/platforms,
49384940
/System/Library/Frameworks/,

0 commit comments

Comments
 (0)