Skip to content

Commit

Permalink
Target iOS 18 only
Browse files Browse the repository at this point in the history
  • Loading branch information
afterxleep committed Sep 12, 2024
1 parent d3db171 commit 8d1622b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Bouncer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@
CURRENT_PROJECT_VERSION = 1086;
DEVELOPMENT_TEAM = J9F8F3PWTV;
INFOPLIST_FILE = SMSFilter/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
IPHONEOS_DEPLOYMENT_TARGET = 18.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -722,7 +722,7 @@
CURRENT_PROJECT_VERSION = 1086;
DEVELOPMENT_TEAM = J9F8F3PWTV;
INFOPLIST_FILE = SMSFilter/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
IPHONEOS_DEPLOYMENT_TARGET = 18.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -938,7 +938,7 @@
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = JM9222EF99;
INFOPLIST_FILE = BouncerTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
IPHONEOS_DEPLOYMENT_TARGET = 18.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand All @@ -964,7 +964,7 @@
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = JM9222EF99;
INFOPLIST_FILE = BouncerTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
IPHONEOS_DEPLOYMENT_TARGET = 18.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down

0 comments on commit 8d1622b

Please sign in to comment.