From 8c4e73c5c20949a42e3b6f792f2849392393ba5e Mon Sep 17 00:00:00 2001 From: Igor Randjelovic Date: Wed, 13 Mar 2024 19:39:52 +0100 Subject: [PATCH] release: 8.6.3 --- CHANGELOG.md | 9 +++++++++ NativeScript/NativeScript-Prefix.pch | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf1f361b..c0d4cdbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [8.6.4](https://github.com/NativeScript/ios/compare/v8.6.3...v8.6.4) (2024-03-13) + + +### Bug Fixes + +* Xcode 15.3+ not setting TARGET_OS_IPHONE correctly ([#242](https://github.com/NativeScript/ios/issues/242)) ([d2f4ee4](https://github.com/NativeScript/ios/commit/d2f4ee4074b36d43f31d41048a08233b3912a5a1)) + + + ## [8.6.3](https://github.com/NativeScript/ios/compare/v8.6.2...v8.6.3) (2023-11-08) diff --git a/NativeScript/NativeScript-Prefix.pch b/NativeScript/NativeScript-Prefix.pch index 4ad4f89b..9a2ca12e 100644 --- a/NativeScript/NativeScript-Prefix.pch +++ b/NativeScript/NativeScript-Prefix.pch @@ -1,7 +1,7 @@ #ifndef NativeScript_Prefix_pch #define NativeScript_Prefix_pch -#define NATIVESCRIPT_VERSION "8.6.1" +#define NATIVESCRIPT_VERSION "8.6.4" #ifdef DEBUG #define SIZEOF_OFF_T 8 diff --git a/package.json b/package.json index a67881a0..4727594f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nativescript/ios", "description": "NativeScript Runtime for iOS", - "version": "8.6.3", + "version": "8.6.4", "keywords": [ "NativeScript", "iOS",