Skip to content

Commit 6f13189

Browse files
committed
chore: 8.5.0-beta.1
1 parent 8980c0f commit 6f13189

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

NativeScript/NativeScript-Prefix.pch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef NativeScript_Prefix_pch
22
#define NativeScript_Prefix_pch
33

4-
#define NATIVESCRIPT_VERSION "8.5.0-beta.0"
4+
#define NATIVESCRIPT_VERSION "8.5.0-beta.1"
55

66
#ifdef DEBUG
77
#define SIZEOF_OFF_T 8

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nativescript/ios",
33
"description": "NativeScript Runtime for iOS",
4-
"version": "8.5.0-beta.0",
4+
"version": "8.5.0-beta.1",
55
"keywords": [
66
"NativeScript",
77
"iOS",

project-template/internal/nativescript-build.xcconfig

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,5 @@ LDPLUSPLUS = $SRCROOT/internal/nsld.sh
2222
EXCLUDED_ARCHS_x86_64 = arm64 arm64e
2323
EXCLUDED_ARCHS[sdk=iphonesimulator*] = i386 armv6 armv7 armv7s armv8 $(EXCLUDED_ARCHS_$(NATIVE_ARCH_64_BIT))
2424
EXCLUDED_ARCHS[sdk=iphoneos*] = i386 armv6 armv7 armv7s armv8 x86_64
25-
VALIDATE_WORKSPACE = YES
26-
27-
VALID_ARCHS[sdk=macosx*] = arm64
25+
EXCLUDED_ARCHS[sdk=macosx*] = i386 armv6 armv7 armv7s armv8
26+
VALIDATE_WORKSPACE = YES

0 commit comments

Comments
 (0)