@nativescript/ios 8.6.0-vision.5 → 8.6.0-vision.7
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 +18 -43
- 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/framework/internal/main.m +62 -58
- package/framework/internal/metadata-generator-arm64/bin/objc-metadata-generator +0 -0
- package/framework/internal/metadata-generator-x86_64/bin/objc-metadata-generator +0 -0
- package/package.json +1 -1
- package/framework/internal/NativeScriptApp.h +0 -19
package/framework/.DS_Store
CHANGED
|
Binary file
|
|
@@ -10,8 +10,6 @@ declare -x ALTERNATE_OWNER="nstudio"
|
|
|
10
10
|
declare -x ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES="NO"
|
|
11
11
|
declare -x ALWAYS_SEARCH_USER_PATHS="NO"
|
|
12
12
|
declare -x ALWAYS_USE_SEPARATE_HEADERMAPS="NO"
|
|
13
|
-
declare -x ANDROID_HOME="/Users/nstudio/Library/Android/sdk"
|
|
14
|
-
declare -x ANDROID_SDK_ROOT="/Users/nstudio/Library/Android/sdk"
|
|
15
13
|
declare -x APPLE_INTERNAL_DEVELOPER_DIR="/AppleInternal/Developer"
|
|
16
14
|
declare -x APPLE_INTERNAL_DIR="/AppleInternal"
|
|
17
15
|
declare -x APPLE_INTERNAL_DOCUMENTATION_DIR="/AppleInternal/Documentation"
|
|
@@ -47,13 +45,14 @@ declare -x BUNDLE_FRAMEWORKS_FOLDER_PATH="Frameworks"
|
|
|
47
45
|
declare -x BUNDLE_PLUGINS_FOLDER_PATH="PlugIns"
|
|
48
46
|
declare -x BUNDLE_PRIVATE_HEADERS_FOLDER_PATH="PrivateHeaders"
|
|
49
47
|
declare -x BUNDLE_PUBLIC_HEADERS_FOLDER_PATH="Headers"
|
|
50
|
-
declare -x CACHE_ROOT="/var/folders/0s/pcxnlsz53zg7d8gv5w4wk2qc0000gn/C/com.apple.DeveloperTools/15.0-
|
|
48
|
+
declare -x CACHE_ROOT="/var/folders/0s/pcxnlsz53zg7d8gv5w4wk2qc0000gn/C/com.apple.DeveloperTools/15.0-15A5229h/Xcode"
|
|
51
49
|
declare -x CA_ASSERT_MAIN_THREAD_TRANSACTIONS="1"
|
|
52
50
|
declare -x CA_DEBUG_TRANSACTIONS="1"
|
|
53
|
-
declare -x CCHROOT="/var/folders/0s/pcxnlsz53zg7d8gv5w4wk2qc0000gn/C/com.apple.DeveloperTools/15.0-
|
|
51
|
+
declare -x CCHROOT="/var/folders/0s/pcxnlsz53zg7d8gv5w4wk2qc0000gn/C/com.apple.DeveloperTools/15.0-15A5229h/Xcode"
|
|
54
52
|
declare -x CHMOD="/bin/chmod"
|
|
55
53
|
declare -x CHOWN="/usr/sbin/chown"
|
|
56
54
|
declare -x CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED="YES"
|
|
55
|
+
declare -x CLANG_COMPILE_CACHE_PATH="/Users/nstudio/Library/Developer/Xcode/DerivedData/CompilationCache.noindex"
|
|
57
56
|
declare -x CLANG_CXX_LANGUAGE_STANDARD="gnu++0x"
|
|
58
57
|
declare -x CLANG_CXX_LIBRARY="libc++"
|
|
59
58
|
declare -x CLANG_ENABLE_EXPLICIT_MODULES="NO"
|
|
@@ -121,7 +120,6 @@ declare -x DEFAULT_COMPILER="com.apple.compilers.llvm.clang.1_0"
|
|
|
121
120
|
declare -x DEFAULT_DEXT_INSTALL_PATH="/System/Library/DriverExtensions"
|
|
122
121
|
declare -x DEFAULT_KEXT_INSTALL_PATH="/System/Library/Extensions"
|
|
123
122
|
declare -x DEFINES_MODULE="NO"
|
|
124
|
-
declare -x DENO_INSTALL="/Users/nstudio/.deno"
|
|
125
123
|
declare -x DEPLOYMENT_LOCATION="NO"
|
|
126
124
|
declare -x DEPLOYMENT_POSTPROCESSING="NO"
|
|
127
125
|
declare -x DEPLOYMENT_TARGET_SETTING_NAME="XROS_DEPLOYMENT_TARGET"
|
|
@@ -183,8 +181,6 @@ declare -x EXECUTABLE_PATH="__PROJECT_NAME__.app/__PROJECT_NAME__"
|
|
|
183
181
|
declare -x EXTENSIONS_FOLDER_PATH="__PROJECT_NAME__.app/Extensions"
|
|
184
182
|
declare -x FILE_LIST="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Intermediates.noindex/__PROJECT_NAME__.build/Debug-xrsimulator/__PROJECT_NAME__.build/Objects/LinkFileList"
|
|
185
183
|
declare -x FIXED_FILES_DIR="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Intermediates.noindex/__PROJECT_NAME__.build/Debug-xrsimulator/__PROJECT_NAME__.build/FixedFiles"
|
|
186
|
-
declare -x FLUTTER_BIN="/Users/nstudio/Documents/Flutter/bin"
|
|
187
|
-
declare -x FLUTTER_HOME="/Users/nstudio/Documents/Flutter"
|
|
188
184
|
declare -x FRAMEWORKS_FOLDER_PATH="__PROJECT_NAME__.app/Frameworks"
|
|
189
185
|
declare -x FRAMEWORK_FLAG_PREFIX="-framework"
|
|
190
186
|
declare -x FRAMEWORK_SEARCH_PATHS="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Products/Debug-xrsimulator \"/Users/nstudio/Documents/github/NativeScript/ios/project-template/internal/\" \"/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Products/Debug-xrsimulator\""
|
|
@@ -221,9 +217,6 @@ declare -x GENERATE_PKGINFO_FILE="YES"
|
|
|
221
217
|
declare -x GENERATE_PROFILING_CODE="NO"
|
|
222
218
|
declare -x GENERATE_TEXT_BASED_STUBS="NO"
|
|
223
219
|
declare -x GID="20"
|
|
224
|
-
declare -x GITHUB_PERSONAL_ACCESS_TOKEN="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"
|
|
225
|
-
declare -x GITHUB_USER="NathanWalker"
|
|
226
|
-
declare -x GIT_EDITOR="code --wait"
|
|
227
220
|
declare -x GROUP="staff"
|
|
228
221
|
declare -x HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT="YES"
|
|
229
222
|
declare -x HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES="YES"
|
|
@@ -234,9 +227,6 @@ declare -x HEADERMAP_USES_VFS="NO"
|
|
|
234
227
|
declare -x HEADER_SEARCH_PATHS="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Products/Debug-xrsimulator/include \"/Users/nstudio/Documents/github/NativeScript/ios/project-template/internal/Swift-Modules\" \"/Users/nstudio/Documents/github/NativeScript/ios/project-template/internal\""
|
|
235
228
|
declare -x HIDE_BITCODE_SYMBOLS="YES"
|
|
236
229
|
declare -x HOME="/Users/nstudio"
|
|
237
|
-
declare -x HOMEBREW_CELLAR="/opt/homebrew/Cellar"
|
|
238
|
-
declare -x HOMEBREW_PREFIX="/opt/homebrew"
|
|
239
|
-
declare -x HOMEBREW_REPOSITORY="/opt/homebrew"
|
|
240
230
|
declare -x HOST_ARCH="arm64"
|
|
241
231
|
declare -x HOST_PLATFORM="macosx"
|
|
242
232
|
declare -x ICONV="/usr/bin/iconv"
|
|
@@ -246,7 +236,6 @@ declare -x INDEX_PREPARED_MODULE_CONTENT_MARKER_PATH="/Users/nstudio/Library/Dev
|
|
|
246
236
|
declare -x INDEX_PREPARED_TARGET_MARKER_PATH="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Intermediates.noindex/__PROJECT_NAME__.build/Debug-xrsimulator/__PROJECT_NAME__.build/__PROJECT_NAME__-preparedForIndex-target"
|
|
247
237
|
declare -x INDEX_REGULAR_BUILD_INTERMEDIATES_DIR="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Build/Intermediates.noindex"
|
|
248
238
|
declare -x INDEX_REGULAR_BUILD_PRODUCTS_DIR="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Build/Products"
|
|
249
|
-
declare -x INFOPATH="/opt/homebrew/share/info:"
|
|
250
239
|
declare -x INFOPLIST_ENABLE_CFBUNDLEICONS_MERGE="YES"
|
|
251
240
|
declare -x INFOPLIST_EXPAND_BUILD_SETTINGS="YES"
|
|
252
241
|
declare -x INFOPLIST_FILE="/Users/nstudio/Documents/github/NativeScript/ios/project-template/__PROJECT_NAME__/__PROJECT_NAME__-Info.plist"
|
|
@@ -277,10 +266,10 @@ declare -x JAVA_USE_DEPENDENCIES="YES"
|
|
|
277
266
|
declare -x JAVA_ZIP_FLAGS="-urg"
|
|
278
267
|
declare -x JIKES_DEFAULT_FLAGS="+E +OLDCSO"
|
|
279
268
|
declare -x KEEP_PRIVATE_EXTERNS="NO"
|
|
280
|
-
declare -x LANG="en_US.UTF-8"
|
|
281
269
|
declare -x LD="/Users/nstudio/Documents/github/NativeScript/ios/project-template/internal/nsld.sh"
|
|
282
270
|
declare -x LDPLUSPLUS="/Users/nstudio/Documents/github/NativeScript/ios/project-template/internal/nsld.sh"
|
|
283
271
|
declare -x LD_DEPENDENCY_INFO_FILE="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Intermediates.noindex/__PROJECT_NAME__.build/Debug-xrsimulator/__PROJECT_NAME__.build/Objects-normal/undefined_arch/__PROJECT_NAME___dependency_info.dat"
|
|
272
|
+
declare -x LD_EXPORT_SYMBOLS="YES"
|
|
284
273
|
declare -x LD_GENERATE_MAP_FILE="NO"
|
|
285
274
|
declare -x LD_LIBRARY_PATH="/Applications/Xcode-beta.app/Contents/Developer/../SharedFrameworks/"
|
|
286
275
|
declare -x LD_MAP_FILE_PATH="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Intermediates.noindex/__PROJECT_NAME__.build/Debug-xrsimulator/__PROJECT_NAME__.build/__PROJECT_NAME__-LinkMap-normal-undefined_arch.txt"
|
|
@@ -290,7 +279,6 @@ declare -x LD_RUNPATH_SEARCH_PATHS=" @executable_path/Frameworks"
|
|
|
290
279
|
declare -x LD_RUNPATH_SEARCH_PATHS_YES="@loader_path/../Frameworks"
|
|
291
280
|
declare -x LEGACY_DEVELOPER_DIR="/Applications/Xcode-beta.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer"
|
|
292
281
|
declare -x LEX="lex"
|
|
293
|
-
declare -x LIBCLANG_PATH="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib"
|
|
294
282
|
declare -x LIBRARY_DEXT_INSTALL_PATH="/Library/DriverExtensions"
|
|
295
283
|
declare -x LIBRARY_FLAG_NOSPACE="YES"
|
|
296
284
|
declare -x LIBRARY_FLAG_PREFIX="-l"
|
|
@@ -300,9 +288,9 @@ declare -x LINKER_DISPLAYS_MANGLED_NAMES="NO"
|
|
|
300
288
|
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
289
|
declare -x LINK_OBJC_RUNTIME="YES"
|
|
302
290
|
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="
|
|
291
|
+
declare -x LLBUILD_BUILD_ID="3071152489"
|
|
292
|
+
declare -x LLBUILD_LANE_ID="2"
|
|
293
|
+
declare -x LLBUILD_TASK_ID="116900020003"
|
|
306
294
|
declare -x LLVM_TARGET_TRIPLE_OS_VERSION="xros1.0"
|
|
307
295
|
declare -x LLVM_TARGET_TRIPLE_SUFFIX="-simulator"
|
|
308
296
|
declare -x LLVM_TARGET_TRIPLE_VENDOR="apple"
|
|
@@ -319,12 +307,11 @@ declare -x LOCROOT="/Users/nstudio/Documents/github/NativeScript/ios/project-tem
|
|
|
319
307
|
declare -x LOCSYMROOT="/Users/nstudio/Documents/github/NativeScript/ios/project-template"
|
|
320
308
|
declare -x LOGNAME="nstudio"
|
|
321
309
|
declare -x MACH_O_TYPE="mh_execute"
|
|
322
|
-
declare -x MAC_OS_X_PRODUCT_BUILD_VERSION="
|
|
323
|
-
declare -x MAC_OS_X_VERSION_ACTUAL="
|
|
310
|
+
declare -x MAC_OS_X_PRODUCT_BUILD_VERSION="22G74"
|
|
311
|
+
declare -x MAC_OS_X_VERSION_ACTUAL="130500"
|
|
324
312
|
declare -x MAC_OS_X_VERSION_MAJOR="130000"
|
|
325
|
-
declare -x MAC_OS_X_VERSION_MINOR="
|
|
313
|
+
declare -x MAC_OS_X_VERSION_MINOR="130500"
|
|
326
314
|
declare -x MAKE_MERGEABLE="NO"
|
|
327
|
-
declare -x MANPATH="/Users/nstudio/.nvm/versions/node/v18.10.0/share/man:/opt/homebrew/share/man::"
|
|
328
315
|
declare -x MERGEABLE_LIBRARY="NO"
|
|
329
316
|
declare -x MERGED_BINARY_TYPE="none"
|
|
330
317
|
declare -x MERGE_LINKED_LIBRARIES="NO"
|
|
@@ -336,13 +323,7 @@ declare -x NATIVE_ARCH="arm64"
|
|
|
336
323
|
declare -x NATIVE_ARCH_32_BIT="arm"
|
|
337
324
|
declare -x NATIVE_ARCH_64_BIT="arm64"
|
|
338
325
|
declare -x NATIVE_ARCH_ACTUAL="arm64"
|
|
339
|
-
declare -x NODE_OPTIONS="--max-old-space-size=8096"
|
|
340
326
|
declare -x NO_COMMON="YES"
|
|
341
|
-
declare -x NPM_TOKEN="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"
|
|
342
|
-
declare -x NVM_BIN="/Users/nstudio/.nvm/versions/node/v18.10.0/bin"
|
|
343
|
-
declare -x NVM_CD_FLAGS="-q"
|
|
344
|
-
declare -x NVM_DIR="/Users/nstudio/.nvm"
|
|
345
|
-
declare -x NVM_INC="/Users/nstudio/.nvm/versions/node/v18.10.0/include/node"
|
|
346
327
|
declare -x OBJC_ABI_VERSION="2"
|
|
347
328
|
declare -x OBJECT_FILE_DIR="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Intermediates.noindex/__PROJECT_NAME__.build/Debug-xrsimulator/__PROJECT_NAME__.build/Objects"
|
|
348
329
|
declare -x OBJECT_FILE_DIR_normal="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Intermediates.noindex/__PROJECT_NAME__.build/Debug-xrsimulator/__PROJECT_NAME__.build/Objects-normal"
|
|
@@ -354,7 +335,7 @@ declare -x OSAC="/usr/bin/osacompile"
|
|
|
354
335
|
declare -x OTHER_LDFLAGS=" -ObjC -sectcreate __DATA __TNSMetadata \"/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Products/Debug-xrsimulator/metadata-undefined_arch.bin\" -framework NativeScript -framework TKLiveSync -F\"/Users/nstudio/Documents/github/NativeScript/ios/project-template/internal\" -licucore -lz -lc++ -framework Foundation -framework UIKit -framework CoreGraphics -framework CoreServices -framework Security"
|
|
355
336
|
declare -x PACKAGE_TYPE="com.apple.package-type.wrapper.application"
|
|
356
337
|
declare -x PASCAL_STRINGS="YES"
|
|
357
|
-
declare -x PATH="/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/appleinternal/bin:/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode-beta.app/Contents/Developer/Platforms/XRSimulator.platform/usr/bin:/Applications/Xcode-beta.app/Contents/Developer/Platforms/XRSimulator.platform/usr/appleinternal/bin:/Applications/Xcode-beta.app/Contents/Developer/Platforms/XRSimulator.platform/usr/local/bin:/Applications/Xcode-beta.app/Contents/Developer/Platforms/XRSimulator.platform/Developer/usr/bin:/Applications/Xcode-beta.app/Contents/Developer/Platforms/XRSimulator.platform/Developer/usr/local/bin:/Applications/Xcode-beta.app/Contents/Developer/usr/bin:/Applications/Xcode-beta.app/Contents/Developer/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
|
|
338
|
+
declare -x PATH="/Applications/Xcode-beta.app/Contents/Developer/Library/Xcode/Plug-ins/XCBSpecifications.ideplugin/Contents/Resources:/Applications/Xcode-beta.app/Contents/Developer/Library/Xcode/Plug-ins/XCBSpecifications.ideplugin:/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/appleinternal/bin:/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode-beta.app/Contents/Developer/Platforms/XRSimulator.platform/usr/bin:/Applications/Xcode-beta.app/Contents/Developer/Platforms/XRSimulator.platform/usr/appleinternal/bin:/Applications/Xcode-beta.app/Contents/Developer/Platforms/XRSimulator.platform/usr/local/bin:/Applications/Xcode-beta.app/Contents/Developer/Platforms/XRSimulator.platform/Developer/usr/bin:/Applications/Xcode-beta.app/Contents/Developer/Platforms/XRSimulator.platform/Developer/usr/local/bin:/Applications/Xcode-beta.app/Contents/Developer/usr/bin:/Applications/Xcode-beta.app/Contents/Developer/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
|
|
358
339
|
declare -x PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES="/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode-beta.app/Contents/Developer/Headers /Applications/Xcode-beta.app/Contents/Developer/SDKs /Applications/Xcode-beta.app/Contents/Developer/Platforms"
|
|
359
340
|
declare -x PBDEVELOPMENTPLIST_PATH="__PROJECT_NAME__.app/pbdevelopment.plist"
|
|
360
341
|
declare -x PER_ARCH_OBJECT_FILE_DIR="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Intermediates.noindex/__PROJECT_NAME__.build/Debug-xrsimulator/__PROJECT_NAME__.build/Objects-normal/undefined_arch"
|
|
@@ -371,7 +352,7 @@ declare -x PLATFORM_DIR="/Applications/Xcode-beta.app/Contents/Developer/Platfor
|
|
|
371
352
|
declare -x PLATFORM_DISPLAY_NAME="visionOS Simulator"
|
|
372
353
|
declare -x PLATFORM_FAMILY_NAME="xrOS"
|
|
373
354
|
declare -x PLATFORM_NAME="xrsimulator"
|
|
374
|
-
declare -x PLATFORM_PRODUCT_BUILD_VERSION="
|
|
355
|
+
declare -x PLATFORM_PRODUCT_BUILD_VERSION="21N5207h"
|
|
375
356
|
declare -x PLIST_FILE_OUTPUT_FORMAT="binary"
|
|
376
357
|
declare -x PLUGINS_FOLDER_PATH="__PROJECT_NAME__.app/PlugIns"
|
|
377
358
|
declare -x PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR="YES"
|
|
@@ -396,8 +377,6 @@ declare -x PROVISIONING_PROFILE_REQUIRED="NO"
|
|
|
396
377
|
declare -x PROVISIONING_PROFILE_REQUIRED_YES_YES="YES"
|
|
397
378
|
declare -x PROVISIONING_PROFILE_SUPPORTED="YES"
|
|
398
379
|
declare -x PUBLIC_HEADERS_FOLDER_PATH="__PROJECT_NAME__.app/Headers"
|
|
399
|
-
declare -x PUPPETEER_EXECUTABLE_PATH="/opt/homebrew/bin/chromium"
|
|
400
|
-
declare -x PUPPETEER_SKIP_CHROMIUM_DOWNLOAD="true"
|
|
401
380
|
declare -x PWD="/Users/nstudio/Documents/github/NativeScript/ios/project-template"
|
|
402
381
|
declare -x RECOMMENDED_XROS_DEPLOYMENT_TARGET="1.0"
|
|
403
382
|
declare -x RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS="YES"
|
|
@@ -427,10 +406,10 @@ declare -x SDK_DIR_xrsimulator="/Applications/Xcode-beta.app/Contents/Developer/
|
|
|
427
406
|
declare -x SDK_DIR_xrsimulator1_0="/Applications/Xcode-beta.app/Contents/Developer/Platforms/XRSimulator.platform/Developer/SDKs/XRSimulator1.0.sdk"
|
|
428
407
|
declare -x SDK_NAME="xrsimulator1.0"
|
|
429
408
|
declare -x SDK_NAMES="xrsimulator1.0"
|
|
430
|
-
declare -x SDK_PRODUCT_BUILD_VERSION="
|
|
409
|
+
declare -x SDK_PRODUCT_BUILD_VERSION="21N5207h"
|
|
431
410
|
declare -x SDK_STAT_CACHE_DIR="/Users/nstudio/Library/Developer/Xcode/DerivedData"
|
|
432
411
|
declare -x SDK_STAT_CACHE_ENABLE="YES"
|
|
433
|
-
declare -x SDK_STAT_CACHE_PATH="/Users/nstudio/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/xrsimulator1.0-
|
|
412
|
+
declare -x SDK_STAT_CACHE_PATH="/Users/nstudio/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/xrsimulator1.0-21N5207h-06f016213c5a2f36c54d1cf603d36c95.sdkstatcache"
|
|
434
413
|
declare -x SDK_VERSION="1.0"
|
|
435
414
|
declare -x SDK_VERSION_ACTUAL="10000"
|
|
436
415
|
declare -x SDK_VERSION_MAJOR="10000"
|
|
@@ -449,11 +428,11 @@ declare -x SHARED_FRAMEWORKS_FOLDER_PATH="__PROJECT_NAME__.app/SharedFrameworks"
|
|
|
449
428
|
declare -x SHARED_PRECOMPS_DIR="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Intermediates.noindex/PrecompiledHeaders"
|
|
450
429
|
declare -x SHARED_SUPPORT_FOLDER_PATH="__PROJECT_NAME__.app/SharedSupport"
|
|
451
430
|
declare -x SHELL="/bin/zsh"
|
|
452
|
-
declare -x SHLVL="
|
|
431
|
+
declare -x SHLVL="3"
|
|
453
432
|
declare -x SKIP_INSTALL="NO"
|
|
454
433
|
declare -x SOURCE_ROOT="/Users/nstudio/Documents/github/NativeScript/ios/project-template"
|
|
455
434
|
declare -x SRCROOT="/Users/nstudio/Documents/github/NativeScript/ios/project-template"
|
|
456
|
-
declare -x SSH_AUTH_SOCK="/private/tmp/com.apple.launchd.
|
|
435
|
+
declare -x SSH_AUTH_SOCK="/private/tmp/com.apple.launchd.Ykd8ykOQ4r/Listeners"
|
|
457
436
|
declare -x STRINGSDATA_DIR="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Intermediates.noindex/__PROJECT_NAME__.build/Debug-xrsimulator/__PROJECT_NAME__.build/Objects-normal/undefined_arch"
|
|
458
437
|
declare -x STRINGSDATA_ROOT="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Intermediates.noindex/__PROJECT_NAME__.build/Debug-xrsimulator/__PROJECT_NAME__.build"
|
|
459
438
|
declare -x STRINGS_FILE_INFOPLIST_RENAME="YES"
|
|
@@ -463,7 +442,7 @@ declare -x STRIP_INSTALLED_PRODUCT="NO"
|
|
|
463
442
|
declare -x STRIP_STYLE="all"
|
|
464
443
|
declare -x STRIP_SWIFT_SYMBOLS="YES"
|
|
465
444
|
declare -x SUPPORTED_DEVICE_FAMILIES="7"
|
|
466
|
-
declare -x SUPPORTED_PLATFORMS="xros xrsimulator"
|
|
445
|
+
declare -x SUPPORTED_PLATFORMS="iphoneos iphonesimulator xros xrsimulator"
|
|
467
446
|
declare -x SUPPORTS_MACCATALYST="NO"
|
|
468
447
|
declare -x SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD="NO"
|
|
469
448
|
declare -x SUPPORTS_ON_DEMAND_RESOURCES="YES"
|
|
@@ -519,10 +498,6 @@ declare -x TEMP_DIR="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJEC
|
|
|
519
498
|
declare -x TEMP_FILES_DIR="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Intermediates.noindex/__PROJECT_NAME__.build/Debug-xrsimulator/__PROJECT_NAME__.build"
|
|
520
499
|
declare -x TEMP_FILE_DIR="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Intermediates.noindex/__PROJECT_NAME__.build/Debug-xrsimulator/__PROJECT_NAME__.build"
|
|
521
500
|
declare -x TEMP_ROOT="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Intermediates.noindex"
|
|
522
|
-
declare -x TERM="xterm-256color"
|
|
523
|
-
declare -x TERM_PROGRAM="Apple_Terminal"
|
|
524
|
-
declare -x TERM_PROGRAM_VERSION="447"
|
|
525
|
-
declare -x TERM_SESSION_ID="E7EA6095-3084-450B-A7D0-FAE4DFEECF50"
|
|
526
501
|
declare -x TEST_FRAMEWORK_SEARCH_PATHS=" /Applications/Xcode-beta.app/Contents/Developer/Platforms/XRSimulator.platform/Developer/Library/Frameworks /Applications/Xcode-beta.app/Contents/Developer/Platforms/XRSimulator.platform/Developer/SDKs/XRSimulator1.0.sdk/Developer/Library/Frameworks"
|
|
527
502
|
declare -x TEST_LIBRARY_SEARCH_PATHS=" /Applications/Xcode-beta.app/Contents/Developer/Platforms/XRSimulator.platform/Developer/usr/lib"
|
|
528
503
|
declare -x TMPDIR="/var/folders/0s/pcxnlsz53zg7d8gv5w4wk2qc0000gn/T/"
|
|
@@ -556,7 +531,7 @@ declare -x WRAPPER_NAME="__PROJECT_NAME__.app"
|
|
|
556
531
|
declare -x WRAPPER_SUFFIX=".app"
|
|
557
532
|
declare -x WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES="NO"
|
|
558
533
|
declare -x XCODE_APP_SUPPORT_DIR="/Applications/Xcode-beta.app/Contents/Developer/Library/Xcode"
|
|
559
|
-
declare -x XCODE_PRODUCT_BUILD_VERSION="
|
|
534
|
+
declare -x XCODE_PRODUCT_BUILD_VERSION="15A5229h"
|
|
560
535
|
declare -x XCODE_VERSION_ACTUAL="1500"
|
|
561
536
|
declare -x XCODE_VERSION_MAJOR="1500"
|
|
562
537
|
declare -x XCODE_VERSION_MINOR="1500"
|
|
@@ -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
|
|
@@ -4,61 +4,65 @@
|
|
|
4
4
|
#import <UIKit/UIKit.h>
|
|
5
5
|
#import <NativeScript/NativeScript.h>
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
7
|
+
#ifdef DEBUG
|
|
8
|
+
#include <notify.h>
|
|
9
|
+
#include <TKLiveSync/TKLiveSync.h>
|
|
10
|
+
|
|
11
|
+
#define NOTIFICATION(name) \
|
|
12
|
+
[[NSString stringWithFormat:@"%@:NativeScript.Debug.%s", \
|
|
13
|
+
[[NSBundle mainBundle] bundleIdentifier], name] UTF8String]
|
|
14
|
+
#endif
|
|
15
|
+
|
|
16
|
+
#ifdef USE_LEGACY_BOOT
|
|
17
|
+
|
|
18
|
+
extern char startOfMetadataSection __asm("section$start$__DATA$__TNSMetadata");
|
|
19
|
+
NativeScript* nativescript;
|
|
20
|
+
|
|
21
|
+
int main(int argc, char *argv[]) {
|
|
22
|
+
@autoreleasepool {
|
|
23
|
+
NSString* baseDir = [[NSBundle mainBundle] resourcePath];
|
|
24
|
+
|
|
25
|
+
#ifdef DEBUG
|
|
26
|
+
int refreshRequestSubscription;
|
|
27
|
+
notify_register_dispatch(NOTIFICATION("RefreshRequest"), &refreshRequestSubscription, dispatch_get_main_queue(), ^(int token) {
|
|
28
|
+
notify_post(NOTIFICATION("AppRefreshStarted"));
|
|
29
|
+
bool success = [nativescript liveSync];
|
|
30
|
+
if (success) {
|
|
31
|
+
notify_post(NOTIFICATION("AppRefreshSucceeded"));
|
|
32
|
+
} else {
|
|
33
|
+
NSLog(@"__onLiveSync call failed");
|
|
34
|
+
notify_post(NOTIFICATION("AppRefreshFailed"));
|
|
35
|
+
}
|
|
36
|
+
});
|
|
37
|
+
|
|
38
|
+
TNSInitializeLiveSync();
|
|
39
|
+
if (getenv("TNSBaseDir")) {
|
|
40
|
+
baseDir = @(getenv("TNSBaseDir"));
|
|
41
|
+
}
|
|
42
|
+
#endif
|
|
43
|
+
|
|
44
|
+
void* metadataPtr = &startOfMetadataSection;
|
|
45
|
+
|
|
46
|
+
bool isDebug =
|
|
47
|
+
#ifdef DEBUG
|
|
48
|
+
true;
|
|
49
|
+
#else
|
|
50
|
+
false;
|
|
51
|
+
#endif
|
|
52
|
+
|
|
53
|
+
Config* config = [[Config alloc] init];
|
|
54
|
+
config.IsDebug = isDebug;
|
|
55
|
+
config.LogToSystemConsole = isDebug;
|
|
56
|
+
config.MetadataPtr = metadataPtr;
|
|
57
|
+
config.BaseDir = baseDir;
|
|
58
|
+
config.ArgumentsCount = argc;
|
|
59
|
+
config.Arguments = argv;
|
|
60
|
+
|
|
61
|
+
nativescript = [[NativeScript alloc] initWithConfig:config];
|
|
62
|
+
[nativescript runMainApplication];
|
|
63
|
+
|
|
64
|
+
return 0;
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
#endif
|
|
Binary file
|
|
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
|