File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
project-template/internal Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
#ifndef NativeScript_Prefix_pch
2
2
#define NativeScript_Prefix_pch
3
3
4
- #define NATIVESCRIPT_VERSION "8.5.0-beta.0 "
4
+ #define NATIVESCRIPT_VERSION "8.5.0-beta.1 "
5
5
6
6
#ifdef DEBUG
7
7
#define SIZEOF_OFF_T 8
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nativescript/ios" ,
3
3
"description" : " NativeScript Runtime for iOS" ,
4
- "version" : " 8.5.0-beta.0 " ,
4
+ "version" : " 8.5.0-beta.1 " ,
5
5
"keywords" : [
6
6
" NativeScript" ,
7
7
" iOS" ,
Original file line number Diff line number Diff line change @@ -22,6 +22,5 @@ LDPLUSPLUS = $SRCROOT/internal/nsld.sh
22
22
EXCLUDED_ARCHS_x86_64 = arm64 arm64e
23
23
EXCLUDED_ARCHS[sdk=iphonesimulator*] = i386 armv6 armv7 armv7s armv8 $(EXCLUDED_ARCHS_$(NATIVE_ARCH_64_BIT))
24
24
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
You can’t perform that action at this time.
0 commit comments