diff --git a/lib/xcode.js b/lib/xcode.js index ea180ee..6940c6a 100644 --- a/lib/xcode.js +++ b/lib/xcode.js @@ -295,6 +295,26 @@ const simulatorDevicePairCompatibility = { '10.x': true, // watchOS 10.x '11.x': true, // watchOS 11.x } + }, + '26.x': { // Xcode 26.x + '17.x': { // iOS 17.x + '9.x': true, // watchOS 9.x + '10.x': true, // watchOS 10.x + '11.x': true, // watchOS 11.x + '26.x': true, // watchOS 26.x + }, + '18.x': { // iOS 18.x + '9.x': true, // watchOS 9.x + '10.x': true, // watchOS 10.x + '11.x': true, // watchOS 11.x + '26.x': true, // watchOS 26.x + }, + '26.x': { // iOS 26.x + '9.x': true, // watchOS 9.x + '10.x': true, // watchOS 10.x + '11.x': true, // watchOS 11.x + '26.x': true, // watchOS 26.x + }, } }; diff --git a/package-lock.json b/package-lock.json index bb63d19..3030514 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ioslib", - "version": "5.0.0", + "version": "5.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ioslib", - "version": "5.0.0", + "version": "5.1.0", "license": "Apache-2.0", "dependencies": { "always-tail": "0.2.0", diff --git a/package.json b/package.json index c5359b4..a148f2c 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,11 @@ { "name": "ioslib", - "version": "5.0.0", + "version": "5.1.0", "description": "iOS Utility Library", "keywords": [ "appcelerator", "ios", + "watchos", "iphone", "ipad", "xcode",