Skip to content

Commit

Permalink
chore(ios): update compatibility for iOS 18+ and Xcode 16+
Browse files Browse the repository at this point in the history
  • Loading branch information
hansemannn committed Sep 28, 2024
1 parent edc6163 commit a55e6a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions iphone/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "titanium-mobile-ios",
"title": "iOS",
"description": "Titanium SDK iOS",
"description": "Titanium iOS SDK",
"keywords": [
"appcelerator",
"tidev",
"titanium",
"mobile",
"ios",
Expand All @@ -15,8 +15,8 @@
"minIosVersion": "13.0",
"minWatchosVersion": "6.0",
"vendorDependencies": {
"xcode": ">=12.0 <=14.x",
"ios sdk": ">=13.0 <=16.x"
"xcode": ">=12.0 <=16.x",
"ios sdk": ">=13.0 <=18.x"
},
"engines": {
"node": ">=16.0.0"
Expand Down

0 comments on commit a55e6a8

Please sign in to comment.