Skip to content

Commit a36ceb7

Browse files
authored
Merge pull request #250 from tidev/feature/xcode-26
2 parents 3219033 + 5bac201 commit a36ceb7

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

lib/xcode.js

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,26 @@ const simulatorDevicePairCompatibility = {
295295
'10.x': true, // watchOS 10.x
296296
'11.x': true, // watchOS 11.x
297297
}
298+
},
299+
'26.x': { // Xcode 26.x
300+
'17.x': { // iOS 17.x
301+
'9.x': true, // watchOS 9.x
302+
'10.x': true, // watchOS 10.x
303+
'11.x': true, // watchOS 11.x
304+
'26.x': true, // watchOS 26.x
305+
},
306+
'18.x': { // iOS 18.x
307+
'9.x': true, // watchOS 9.x
308+
'10.x': true, // watchOS 10.x
309+
'11.x': true, // watchOS 11.x
310+
'26.x': true, // watchOS 26.x
311+
},
312+
'26.x': { // iOS 26.x
313+
'9.x': true, // watchOS 9.x
314+
'10.x': true, // watchOS 10.x
315+
'11.x': true, // watchOS 11.x
316+
'26.x': true, // watchOS 26.x
317+
},
298318
}
299319
};
300320

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "ioslib",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
44
"description": "iOS Utility Library",
55
"keywords": [
66
"appcelerator",
77
"ios",
8+
"watchos",
89
"iphone",
910
"ipad",
1011
"xcode",

0 commit comments

Comments
 (0)