Skip to content

Commit

Permalink
Set ui tests min deployment to ios 15
Browse files Browse the repository at this point in the history
  • Loading branch information
levieggertcru committed Dec 5, 2024
1 parent 5ec0e70 commit f58b7b4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions godtools.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -14357,7 +14357,7 @@
DEVELOPMENT_TEAM = DQ48D9BF2V;
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = godtoolsUITests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -14559,7 +14559,7 @@
DEVELOPMENT_TEAM = DQ48D9BF2V;
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = godtoolsUITests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -14759,7 +14759,7 @@
DEVELOPMENT_TEAM = DQ48D9BF2V;
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = godtoolsUITests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -14963,7 +14963,7 @@
DEVELOPMENT_TEAM = DQ48D9BF2V;
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = godtoolsUITests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -15035,7 +15035,7 @@
DEVELOPMENT_TEAM = DQ48D9BF2V;
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = godtoolsUITests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down

0 comments on commit f58b7b4

Please sign in to comment.