@nativescript/ios 8.6.0-vision.5 → 8.6.0-vision.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/framework/.DS_Store +0 -0
- package/framework/.build_env_vars.sh +3 -3
- package/framework/__PROJECT_NAME__.xcodeproj/project.pbxproj +6 -6
- package/framework/__PROJECT_NAME__.xcodeproj/project.xcworkspace/xcuserdata/nstudio.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
- package/framework/internal/NativeScriptStart.h +19 -0
- package/framework/internal/{NativeScriptApp.m → NativeScriptStart.m} +7 -6
- package/framework/internal/Swift-ObjC-Bridging-Header.h +1 -1
- package/framework/internal/XCFrameworks.zip +0 -0
- package/package.json +1 -1
- package/framework/internal/NativeScriptApp.h +0 -19
package/framework/.DS_Store
CHANGED
|
Binary file
|
|
@@ -300,9 +300,9 @@ declare -x LINKER_DISPLAYS_MANGLED_NAMES="NO"
|
|
|
300
300
|
declare -x LINK_FILE_LIST_normal_arm64="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Intermediates.noindex/__PROJECT_NAME__.build/Debug-xrsimulator/__PROJECT_NAME__.build/Objects-normal/arm64/__PROJECT_NAME__.LinkFileList"
|
|
301
301
|
declare -x LINK_OBJC_RUNTIME="YES"
|
|
302
302
|
declare -x LINK_WITH_STANDARD_LIBRARIES="YES"
|
|
303
|
-
declare -x LLBUILD_BUILD_ID="
|
|
304
|
-
declare -x LLBUILD_LANE_ID="
|
|
305
|
-
declare -x LLBUILD_TASK_ID="
|
|
303
|
+
declare -x LLBUILD_BUILD_ID="2067098788"
|
|
304
|
+
declare -x LLBUILD_LANE_ID="0"
|
|
305
|
+
declare -x LLBUILD_TASK_ID="6ca400000001"
|
|
306
306
|
declare -x LLVM_TARGET_TRIPLE_OS_VERSION="xros1.0"
|
|
307
307
|
declare -x LLVM_TARGET_TRIPLE_SUFFIX="-simulator"
|
|
308
308
|
declare -x LLVM_TARGET_TRIPLE_VENDOR="apple"
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
39940D9122C4EF600050DDE1 /* NativeScript.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 39940D8C22C4EAAA0050DDE1 /* NativeScript.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
|
11
11
|
39940E1C22C5DFFF0050DDE1 /* TKLiveSync.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 39940E1B22C5DFFF0050DDE1 /* TKLiveSync.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
|
12
12
|
858B842D18CA22B800AB12DE /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 858B833A18CA111C00AB12DE /* InfoPlist.strings */; };
|
|
13
|
-
AAA0AADB2A54B96B00EE55A4 /*
|
|
13
|
+
AAA0AADB2A54B96B00EE55A4 /* NativeScriptStart.m in Sources */ = {isa = PBXBuildFile; fileRef = AAA0AADA2A54B96B00EE55A4 /* NativeScriptStart.m */; };
|
|
14
14
|
CD45EE7C18DC2D5800FB50C0 /* app in Resources */ = {isa = PBXBuildFile; fileRef = CD45EE7A18DC2D5800FB50C0 /* app */; };
|
|
15
15
|
CD62955D1BB2678900AE3A93 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = CD62955C1BB2678900AE3A93 /* main.m */; };
|
|
16
16
|
/* End PBXBuildFile section */
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
858B833F18CA111C00AB12DE /* __PROJECT_NAME__-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "__PROJECT_NAME__-Prefix.pch"; sourceTree = "<group>"; };
|
|
49
49
|
858B843318CA22B800AB12DE /* __PROJECT_NAME__.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = __PROJECT_NAME__.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
50
50
|
930F05DB22671AE300D269DC /* Swift-ObjC-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "Swift-ObjC-Bridging-Header.h"; path = "internal/Swift-ObjC-Bridging-Header.h"; sourceTree = SOURCE_ROOT; };
|
|
51
|
-
AAA0AADA2A54B96B00EE55A4 /*
|
|
52
|
-
AAA0AADC2A54B97E00EE55A4 /*
|
|
51
|
+
AAA0AADA2A54B96B00EE55A4 /* NativeScriptStart.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = NativeScriptStart.m; path = internal/NativeScriptStart.m; sourceTree = SOURCE_ROOT; };
|
|
52
|
+
AAA0AADC2A54B97E00EE55A4 /* NativeScriptStart.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = NativeScriptStart.h; path = internal/NativeScriptStart.h; sourceTree = SOURCE_ROOT; };
|
|
53
53
|
CD45EE7A18DC2D5800FB50C0 /* app */ = {isa = PBXFileReference; lastKnownFileType = folder; path = app; sourceTree = "<group>"; };
|
|
54
54
|
CD62955C1BB2678900AE3A93 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = internal/main.m; sourceTree = SOURCE_ROOT; };
|
|
55
55
|
CDD59A261BB43B5D00EC2671 /* build-debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "build-debug.xcconfig"; sourceTree = "<group>"; };
|
|
@@ -72,8 +72,8 @@
|
|
|
72
72
|
isa = PBXGroup;
|
|
73
73
|
children = (
|
|
74
74
|
CD62955C1BB2678900AE3A93 /* main.m */,
|
|
75
|
-
AAA0AADA2A54B96B00EE55A4 /*
|
|
76
|
-
AAA0AADC2A54B97E00EE55A4 /*
|
|
75
|
+
AAA0AADA2A54B96B00EE55A4 /* NativeScriptStart.m */,
|
|
76
|
+
AAA0AADC2A54B97E00EE55A4 /* NativeScriptStart.h */,
|
|
77
77
|
858B833F18CA111C00AB12DE /* __PROJECT_NAME__-Prefix.pch */,
|
|
78
78
|
);
|
|
79
79
|
name = Sources;
|
|
@@ -285,7 +285,7 @@
|
|
|
285
285
|
buildActionMask = 2147483647;
|
|
286
286
|
files = (
|
|
287
287
|
CD62955D1BB2678900AE3A93 /* main.m in Sources */,
|
|
288
|
-
AAA0AADB2A54B96B00EE55A4 /*
|
|
288
|
+
AAA0AADB2A54B96B00EE55A4 /* NativeScriptStart.m in Sources */,
|
|
289
289
|
);
|
|
290
290
|
runOnlyForDeploymentPostprocessing = 0;
|
|
291
291
|
};
|
|
Binary file
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
//
|
|
2
|
+
// NativeScriptStart.h
|
|
3
|
+
//
|
|
4
|
+
// Created by Team nStudio on 7/5/23.
|
|
5
|
+
// Copyright © 2023 NativeScript. All rights reserved.
|
|
6
|
+
//
|
|
7
|
+
|
|
8
|
+
#ifndef NativeScriptStart_h
|
|
9
|
+
#define NativeScriptStart_h
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
#endif /* NativeScriptStart_h */
|
|
13
|
+
|
|
14
|
+
@interface NativeScriptStart : NSObject
|
|
15
|
+
|
|
16
|
+
+ (void)setup;
|
|
17
|
+
+ (void)boot;
|
|
18
|
+
|
|
19
|
+
@end
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
//
|
|
2
|
-
//
|
|
3
|
-
// visionosstarter
|
|
2
|
+
// NativeScriptStart.m
|
|
4
3
|
//
|
|
5
|
-
// Created by Team nStudio on 7/
|
|
4
|
+
// Created by Team nStudio on 7/5/23.
|
|
6
5
|
// Copyright © 2023 NativeScript. All rights reserved.
|
|
7
6
|
//
|
|
8
7
|
|
|
9
8
|
#import <Foundation/Foundation.h>
|
|
10
9
|
#import <NativeScript/NativeScript.h>
|
|
11
|
-
#import <
|
|
10
|
+
#import <NativeScriptStart.h>
|
|
12
11
|
|
|
13
12
|
#ifdef DEBUG
|
|
14
13
|
#include <notify.h>
|
|
@@ -22,7 +21,7 @@
|
|
|
22
21
|
extern char startOfMetadataSection __asm("section$start$__DATA$__TNSMetadata");
|
|
23
22
|
NativeScript* nativescript;
|
|
24
23
|
|
|
25
|
-
@implementation
|
|
24
|
+
@implementation NativeScriptStart
|
|
26
25
|
|
|
27
26
|
+(void)setup{
|
|
28
27
|
@autoreleasepool {
|
|
@@ -65,9 +64,11 @@ NativeScript* nativescript;
|
|
|
65
64
|
// config.Arguments = argv;
|
|
66
65
|
|
|
67
66
|
nativescript = [[NativeScript alloc] initWithConfig:config];
|
|
68
|
-
[nativescript runMainApplication];
|
|
69
67
|
|
|
70
68
|
}
|
|
71
69
|
|
|
72
70
|
}
|
|
71
|
+
+(void)boot{
|
|
72
|
+
[nativescript runMainApplication];
|
|
73
|
+
}
|
|
73
74
|
@end
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
//
|
|
2
|
-
// NativeScriptApp.h
|
|
3
|
-
// visionosstarter
|
|
4
|
-
//
|
|
5
|
-
// Created by Team nStudio on 7/4/23.
|
|
6
|
-
// Copyright © 2023 NativeScript. All rights reserved.
|
|
7
|
-
//
|
|
8
|
-
|
|
9
|
-
#ifndef NativeScriptApp_h
|
|
10
|
-
#define NativeScriptApp_h
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
#endif /* NativeScriptApp_h */
|
|
14
|
-
|
|
15
|
-
@interface NativeScriptApp : NSObject
|
|
16
|
-
|
|
17
|
-
+ (void)setup;
|
|
18
|
-
|
|
19
|
-
@end
|