Skip to content

Commit

Permalink
Merge pull request #130 from cdhoffmann/fixTestAppVersion
Browse files Browse the repository at this point in the history
Fix minimum deployment target version which is incompatible with SwiftUI
  • Loading branch information
cdhoffmann authored Jan 17, 2024
2 parents 83b4ba4 + 2322fc2 commit 0ad78e3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions AEPAssurance.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1655,6 +1655,7 @@
DEVELOPMENT_TEAM = FKGEE875K4;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = TestApp/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.4;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -1682,6 +1683,7 @@
DEVELOPMENT_TEAM = FKGEE875K4;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = TestApp/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.4;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -1722,7 +1724,7 @@
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = FKGEE875K4;
INFOPLIST_FILE = TestAppObjC/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.5;
IPHONEOS_DEPLOYMENT_TARGET = 14.4;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand All @@ -1742,7 +1744,7 @@
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = FKGEE875K4;
INFOPLIST_FILE = TestAppObjC/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.5;
IPHONEOS_DEPLOYMENT_TARGET = 14.4;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down

0 comments on commit 0ad78e3

Please sign in to comment.