Skip to content

Commit

Permalink
Support iOS 16
Browse files Browse the repository at this point in the history
  • Loading branch information
afterxleep committed Sep 12, 2024
1 parent bd0d048 commit b429378
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Bouncer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@
INFOPLIST_FILE = Bouncer/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = Bouncer;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -910,7 +910,7 @@
INFOPLIST_FILE = Bouncer/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = Bouncer;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down

0 comments on commit b429378

Please sign in to comment.