Skip to content

Commit

Permalink
release: visionos 9.0.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Feb 6, 2024
1 parent 6cbcf7d commit e7a62de
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion NativeScript/NativeScript-Prefix.pch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef NativeScript_Prefix_pch
#define NativeScript_Prefix_pch

#define NATIVESCRIPT_VERSION "9.0.0-dev.0"
#define NATIVESCRIPT_VERSION "9.0.0-alpha.3"

#ifdef DEBUG
#define SIZEOF_OFF_T 8
Expand Down
6 changes: 3 additions & 3 deletions NativeScript/runtime/Metadata.mm
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ void LogMetadataUnavailable(const char* identifierString, uint8_t majorVersion,
}

// #ifndef TARGET_OS_VISION
// /**
// * \brief Gets the system version of the current device.
// */
/**
* \brief Gets the system version of the current device.
*/
// static UInt8 getSystemVersion() {
// static UInt8 iosVersion;
// if (iosVersion != 0) {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nativescript/ios",
"description": "NativeScript Runtime for iOS",
"version": "9.0.0-dev.0",
"name": "@nativescript/visionos",
"description": "NativeScript Runtime for visionOS",
"version": "9.0.0-alpha.3",
"keywords": [
"NativeScript",
"iOS",
Expand Down
6 changes: 2 additions & 4 deletions v8ios.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2425,8 +2425,7 @@
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = "";
SDKROOT = iphoneos;
VALID_ARCHS = "$(ARCHS_STANDARD)";
SDKROOT = "";
XROS_DEPLOYMENT_TARGET = 1.0;
};
name = Debug;
Expand Down Expand Up @@ -2482,10 +2481,9 @@
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
OTHER_CFLAGS = "";
SDKROOT = iphoneos;
SDKROOT = "";
SWIFT_COMPILATION_MODE = wholemodule;
VALIDATE_PRODUCT = YES;
VALID_ARCHS = "$(ARCHS_STANDARD)";
XROS_DEPLOYMENT_TARGET = 1.0;
};
name = Release;
Expand Down

0 comments on commit e7a62de

Please sign in to comment.