Skip to content

Commit

Permalink
[TIMOB-26090] iOS: Add Xcode 12 dev-env (#10105)
Browse files Browse the repository at this point in the history
* [TIMOB-26090] Add Xcode 12 dev-env
  • Loading branch information
hansemannn authored and sgtcoolguy committed Jun 13, 2018
1 parent abd21e2 commit db52b8a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions iphone/iphone/Titanium_Prefix.pch
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,8 @@
#define IS_XCODE_9 false
#endif

#if __IPHONE_OS_VERSION_MAX_ALLOWED >= 120000
#define IS_XCODE_10 true
#else
#define IS_XCODE_10 false
#endif
4 changes: 2 additions & 2 deletions iphone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"minIosVersion": "8.0",
"minWatchosVersion": "1.0",
"vendorDependencies": {
"xcode": ">=6.0 <=9.x",
"ios sdk": ">=8.0 <=11.x",
"xcode": ">=8.0 <=10.x",
"ios sdk": ">=8.0 <=12.x",
"node": ">=4.0 <=8.x"
},
"repository": {
Expand Down

0 comments on commit db52b8a

Please sign in to comment.