@nativescript/ios 8.6.0-vision.4 → 8.6.0-vision.5

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.
Binary file
@@ -0,0 +1,580 @@
1
+ set +e
2
+ set +o posix
3
+ declare -x ACTION="indexbuild"
4
+ declare -x AD_HOC_CODE_SIGNING_ALLOWED="YES"
5
+ declare -x AGGREGATE_TRACKED_DOMAINS="YES"
6
+ declare -x ALLOW_TARGET_PLATFORM_SPECIALIZATION="NO"
7
+ declare -x ALTERNATE_GROUP="staff"
8
+ declare -x ALTERNATE_MODE="u+w,go-w,a+rX"
9
+ declare -x ALTERNATE_OWNER="nstudio"
10
+ declare -x ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES="NO"
11
+ declare -x ALWAYS_SEARCH_USER_PATHS="NO"
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
+ declare -x APPLE_INTERNAL_DEVELOPER_DIR="/AppleInternal/Developer"
16
+ declare -x APPLE_INTERNAL_DIR="/AppleInternal"
17
+ declare -x APPLE_INTERNAL_DOCUMENTATION_DIR="/AppleInternal/Documentation"
18
+ declare -x APPLE_INTERNAL_LIBRARY_DIR="/AppleInternal/Library"
19
+ declare -x APPLE_INTERNAL_TOOLS="/AppleInternal/Developer/Tools"
20
+ declare -x APPLICATION_EXTENSION_API_ONLY="NO"
21
+ declare -x APPLY_RULES_IN_COPY_FILES="NO"
22
+ declare -x APPLY_RULES_IN_COPY_HEADERS="NO"
23
+ declare -x APP_SHORTCUTS_ENABLE_FLEXIBLE_MATCHING="YES"
24
+ declare -x ARCHS="arm64"
25
+ declare -x ARCHS_STANDARD="arm64 x86_64"
26
+ declare -x ARCHS_STANDARD_32_64_BIT="arm64 x86_64"
27
+ declare -x ARCHS_STANDARD_64_BIT="arm64 x86_64"
28
+ declare -x ARCHS_STANDARD_INCLUDING_64_BIT="arm64 x86_64"
29
+ declare -x ARCHS_UNIVERSAL_IPHONE_OS="arm64 x86_64"
30
+ declare -x ASSETCATALOG_COMPILER_GENERATE_ASSET_SYMBOLS="YES"
31
+ declare -x AUTOMATICALLY_MERGE_DEPENDENCIES="NO"
32
+ declare -x AVAILABLE_PLATFORMS="appletvos appletvsimulator driverkit iphoneos iphonesimulator macosx watchos watchsimulator xros xrsimulator"
33
+ declare -x BITCODE_GENERATION_MODE="marker"
34
+ declare -x BUILD_ACTIVE_RESOURCES_ONLY="NO"
35
+ declare -x BUILD_COMPONENTS="headers build"
36
+ declare -x BUILD_DIR="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Products"
37
+ declare -x BUILD_LIBRARY_FOR_DISTRIBUTION="NO"
38
+ declare -x BUILD_ROOT="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Products"
39
+ declare -x BUILD_STYLE=""
40
+ declare -x BUILD_VARIANTS="normal"
41
+ declare -x BUILT_PRODUCTS_DIR="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Products/Debug-xrsimulator"
42
+ declare -x BUNDLE_CONTENTS_FOLDER_PATH_deep="Contents/"
43
+ declare -x BUNDLE_EXECUTABLE_FOLDER_NAME_deep="MacOS"
44
+ declare -x BUNDLE_EXTENSIONS_FOLDER_PATH="Extensions"
45
+ declare -x BUNDLE_FORMAT="shallow"
46
+ declare -x BUNDLE_FRAMEWORKS_FOLDER_PATH="Frameworks"
47
+ declare -x BUNDLE_PLUGINS_FOLDER_PATH="PlugIns"
48
+ declare -x BUNDLE_PRIVATE_HEADERS_FOLDER_PATH="PrivateHeaders"
49
+ declare -x BUNDLE_PUBLIC_HEADERS_FOLDER_PATH="Headers"
50
+ declare -x CACHE_ROOT="/var/folders/0s/pcxnlsz53zg7d8gv5w4wk2qc0000gn/C/com.apple.DeveloperTools/15.0-15A5161b/Xcode"
51
+ declare -x CA_ASSERT_MAIN_THREAD_TRANSACTIONS="1"
52
+ declare -x CA_DEBUG_TRANSACTIONS="1"
53
+ declare -x CCHROOT="/var/folders/0s/pcxnlsz53zg7d8gv5w4wk2qc0000gn/C/com.apple.DeveloperTools/15.0-15A5161b/Xcode"
54
+ declare -x CHMOD="/bin/chmod"
55
+ declare -x CHOWN="/usr/sbin/chown"
56
+ declare -x CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED="YES"
57
+ declare -x CLANG_CXX_LANGUAGE_STANDARD="gnu++0x"
58
+ declare -x CLANG_CXX_LIBRARY="libc++"
59
+ declare -x CLANG_ENABLE_EXPLICIT_MODULES="NO"
60
+ declare -x CLANG_ENABLE_MODULES="NO"
61
+ declare -x CLANG_ENABLE_OBJC_ARC="YES"
62
+ declare -x CLANG_MODULES_AUTOLINK="NO"
63
+ declare -x CLANG_MODULES_BUILD_SESSION_FILE="/Users/nstudio/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation"
64
+ declare -x CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING="YES"
65
+ declare -x CLANG_WARN_BOOL_CONVERSION="YES"
66
+ declare -x CLANG_WARN_COMMA="YES"
67
+ declare -x CLANG_WARN_CONSTANT_CONVERSION="YES"
68
+ declare -x CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS="YES"
69
+ declare -x CLANG_WARN_DIRECT_OBJC_ISA_USAGE="YES_ERROR"
70
+ declare -x CLANG_WARN_EMPTY_BODY="YES"
71
+ declare -x CLANG_WARN_ENUM_CONVERSION="YES"
72
+ declare -x CLANG_WARN_INFINITE_RECURSION="YES"
73
+ declare -x CLANG_WARN_INT_CONVERSION="YES"
74
+ declare -x CLANG_WARN_NON_LITERAL_NULL_CONVERSION="YES"
75
+ declare -x CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF="YES"
76
+ declare -x CLANG_WARN_OBJC_LITERAL_CONVERSION="YES"
77
+ declare -x CLANG_WARN_OBJC_ROOT_CLASS="YES_ERROR"
78
+ declare -x CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER="YES"
79
+ declare -x CLANG_WARN_RANGE_LOOP_ANALYSIS="YES"
80
+ declare -x CLANG_WARN_STRICT_PROTOTYPES="YES"
81
+ declare -x CLANG_WARN_SUSPICIOUS_MOVE="YES"
82
+ declare -x CLANG_WARN_UNREACHABLE_CODE="YES"
83
+ declare -x CLANG_WARN__DUPLICATE_METHOD_MATCH="YES"
84
+ declare -x CLASS_FILE_DIR="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Intermediates.noindex/__PROJECT_NAME__.build/Debug-xrsimulator/__PROJECT_NAME__.build/JavaClasses"
85
+ declare -x CLEAN_PRECOMPS="YES"
86
+ declare -x CLONE_HEADERS="NO"
87
+ declare -x CODESIGNING_FOLDER_PATH="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Products/Debug-xrsimulator/__PROJECT_NAME__.app"
88
+ declare -x CODE_SIGNING_ALLOWED="YES"
89
+ declare -x CODE_SIGNING_REQUIRED="YES"
90
+ declare -x CODE_SIGN_CONTEXT_CLASS="XCiPhoneSimulatorCodeSignContext"
91
+ declare -x CODE_SIGN_ENTITLEMENTS="__PROJECT_NAME__/__PROJECT_NAME__.entitlements"
92
+ declare -x CODE_SIGN_IDENTITY="-"
93
+ declare -x CODE_SIGN_INJECT_BASE_ENTITLEMENTS="YES"
94
+ declare -x COLOR_DIAGNOSTICS="NO"
95
+ declare -x COMBINE_HIDPI_IMAGES="NO"
96
+ declare -x COMMAND_MODE="unix2003"
97
+ declare -x COMPILER_INDEX_STORE_ENABLE="Default"
98
+ declare -x COMPOSITE_SDK_DIRS="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Intermediates.noindex/CompositeSDKs"
99
+ declare -x COMPRESS_PNG_FILES="YES"
100
+ declare -x CONFIGURATION="Debug"
101
+ declare -x CONFIGURATION_BUILD_DIR="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Products/Debug-xrsimulator"
102
+ declare -x CONFIGURATION_TEMP_DIR="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Intermediates.noindex/__PROJECT_NAME__.build/Debug-xrsimulator"
103
+ declare -x CONTENTS_FOLDER_PATH="__PROJECT_NAME__.app"
104
+ declare -x CONTENTS_FOLDER_PATH_SHALLOW_BUNDLE_NO="__PROJECT_NAME__.app/Contents"
105
+ declare -x CONTENTS_FOLDER_PATH_SHALLOW_BUNDLE_YES="__PROJECT_NAME__.app"
106
+ declare -x COPYING_PRESERVES_HFS_DATA="NO"
107
+ declare -x COPY_HEADERS_RUN_UNIFDEF="NO"
108
+ declare -x COPY_PHASE_STRIP="NO"
109
+ declare -x CORRESPONDING_DEVICE_PLATFORM_DIR="/Applications/Xcode-beta.app/Contents/Developer/Platforms/XROS.platform"
110
+ declare -x CORRESPONDING_DEVICE_PLATFORM_NAME="xros"
111
+ declare -x CORRESPONDING_DEVICE_SDK_DIR="/Applications/Xcode-beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk"
112
+ declare -x CORRESPONDING_DEVICE_SDK_NAME="xros1.0"
113
+ declare -x CP="/bin/cp"
114
+ declare -x CREATE_INFOPLIST_SECTION_IN_BINARY="NO"
115
+ declare -x CURRENT_ARCH="undefined_arch"
116
+ declare -x CURRENT_VARIANT="normal"
117
+ declare -x DEAD_CODE_STRIPPING="YES"
118
+ declare -x DEBUGGING_SYMBOLS="YES"
119
+ declare -x DEBUG_INFORMATION_FORMAT="dwarf-with-dsym"
120
+ declare -x DEFAULT_COMPILER="com.apple.compilers.llvm.clang.1_0"
121
+ declare -x DEFAULT_DEXT_INSTALL_PATH="/System/Library/DriverExtensions"
122
+ declare -x DEFAULT_KEXT_INSTALL_PATH="/System/Library/Extensions"
123
+ declare -x DEFINES_MODULE="NO"
124
+ declare -x DENO_INSTALL="/Users/nstudio/.deno"
125
+ declare -x DEPLOYMENT_LOCATION="NO"
126
+ declare -x DEPLOYMENT_POSTPROCESSING="NO"
127
+ declare -x DEPLOYMENT_TARGET_SETTING_NAME="XROS_DEPLOYMENT_TARGET"
128
+ declare -x DEPLOYMENT_TARGET_SUGGESTED_VALUES="1.0"
129
+ declare -x DERIVED_FILES_DIR="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Intermediates.noindex/__PROJECT_NAME__.build/Debug-xrsimulator/__PROJECT_NAME__.build/DerivedSources"
130
+ declare -x DERIVED_FILE_DIR="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Intermediates.noindex/__PROJECT_NAME__.build/Debug-xrsimulator/__PROJECT_NAME__.build/DerivedSources"
131
+ declare -x DERIVED_SOURCES_DIR="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Intermediates.noindex/__PROJECT_NAME__.build/Debug-xrsimulator/__PROJECT_NAME__.build/DerivedSources"
132
+ declare -x DERIVE_UIKITFORMAC_PRODUCT_BUNDLE_IDENTIFIER="YES"
133
+ declare -x DEVELOPER_APPLICATIONS_DIR="/Applications/Xcode-beta.app/Contents/Developer/Applications"
134
+ declare -x DEVELOPER_BIN_DIR="/Applications/Xcode-beta.app/Contents/Developer/usr/bin"
135
+ declare -x DEVELOPER_DIR="/Applications/Xcode-beta.app/Contents/Developer"
136
+ declare -x DEVELOPER_FRAMEWORKS_DIR="/Applications/Xcode-beta.app/Contents/Developer/Library/Frameworks"
137
+ declare -x DEVELOPER_FRAMEWORKS_DIR_QUOTED="/Applications/Xcode-beta.app/Contents/Developer/Library/Frameworks"
138
+ declare -x DEVELOPER_LIBRARY_DIR="/Applications/Xcode-beta.app/Contents/Developer/Library"
139
+ declare -x DEVELOPER_SDK_DIR="/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs"
140
+ declare -x DEVELOPER_TOOLS_DIR="/Applications/Xcode-beta.app/Contents/Developer/Tools"
141
+ declare -x DEVELOPER_USR_DIR="/Applications/Xcode-beta.app/Contents/Developer/usr"
142
+ declare -x DEVELOPMENT_LANGUAGE="en"
143
+ declare -x DIFF="/usr/bin/diff"
144
+ declare -x DOCUMENTATION_FOLDER_PATH="__PROJECT_NAME__.app/en.lproj/Documentation"
145
+ declare -x DONT_GENERATE_INFOPLIST_FILE="NO"
146
+ declare -x DO_HEADER_SCANNING_IN_JAM="NO"
147
+ declare -x DSTROOT="/tmp/__PROJECT_NAME__.dst"
148
+ declare -x DT_TOOLCHAIN_DIR="/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain"
149
+ declare -x DWARF_DSYM_FILE_NAME="__PROJECT_NAME__.app.dSYM"
150
+ declare -x DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT="NO"
151
+ declare -x DWARF_DSYM_FOLDER_PATH="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Products/Debug-xrsimulator"
152
+ declare -x DYNAMIC_LIBRARY_EXTENSION="dylib"
153
+ declare -x EAGER_LINKING="NO"
154
+ declare -x EFFECTIVE_PLATFORM_NAME="-xrsimulator"
155
+ declare -x EMBEDDED_CONTENT_CONTAINS_SWIFT="NO"
156
+ declare -x EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE="NO"
157
+ declare -x ENABLE_APP_SANDBOX="NO"
158
+ declare -x ENABLE_BITCODE="NO"
159
+ declare -x ENABLE_CODE_COVERAGE="YES"
160
+ declare -x ENABLE_DEFAULT_HEADER_SEARCH_PATHS="YES"
161
+ declare -x ENABLE_DEFAULT_SEARCH_PATHS="YES"
162
+ declare -x ENABLE_HARDENED_RUNTIME="NO"
163
+ declare -x ENABLE_HEADER_DEPENDENCIES="YES"
164
+ declare -x ENABLE_ON_DEMAND_RESOURCES="YES"
165
+ declare -x ENABLE_PREVIEWS="NO"
166
+ declare -x ENABLE_STRICT_OBJC_MSGSEND="YES"
167
+ declare -x ENABLE_TESTABILITY="YES"
168
+ declare -x ENABLE_TESTING_SEARCH_PATHS="NO"
169
+ declare -x ENABLE_USER_SCRIPT_SANDBOXING="NO"
170
+ declare -x ENABLE_XOJIT_PREVIEWS="NO"
171
+ declare -x ENTITLEMENTS_ALLOWED="NO"
172
+ declare -x ENTITLEMENTS_DESTINATION="__entitlements"
173
+ declare -x ENTITLEMENTS_REQUIRED="NO"
174
+ declare -x EXCLUDED_ARCHS_x86_64="arm64 arm64e"
175
+ declare -x EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS=".DS_Store .svn .git .hg CVS"
176
+ declare -x EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES="*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj"
177
+ declare -x EXECUTABLES_FOLDER_PATH="__PROJECT_NAME__.app/Executables"
178
+ declare -x EXECUTABLE_FOLDER_PATH="__PROJECT_NAME__.app"
179
+ declare -x EXECUTABLE_FOLDER_PATH_SHALLOW_BUNDLE_NO="__PROJECT_NAME__.app/MacOS"
180
+ declare -x EXECUTABLE_FOLDER_PATH_SHALLOW_BUNDLE_YES="__PROJECT_NAME__.app"
181
+ declare -x EXECUTABLE_NAME="__PROJECT_NAME__"
182
+ declare -x EXECUTABLE_PATH="__PROJECT_NAME__.app/__PROJECT_NAME__"
183
+ declare -x EXTENSIONS_FOLDER_PATH="__PROJECT_NAME__.app/Extensions"
184
+ 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
+ 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
+ declare -x FRAMEWORKS_FOLDER_PATH="__PROJECT_NAME__.app/Frameworks"
189
+ declare -x FRAMEWORK_FLAG_PREFIX="-framework"
190
+ 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\""
191
+ declare -x FRAMEWORK_VERSION="A"
192
+ declare -x FULL_PRODUCT_NAME="__PROJECT_NAME__.app"
193
+ declare -x FUSE_BUILD_PHASES="YES"
194
+ declare -x FUSE_BUILD_SCRIPT_PHASES="NO"
195
+ declare -x GCC3_VERSION="3.3"
196
+ declare -x GCC_C_LANGUAGE_STANDARD="gnu99"
197
+ declare -x GCC_DYNAMIC_NO_PIC="NO"
198
+ declare -x GCC_INLINES_ARE_PRIVATE_EXTERN="YES"
199
+ declare -x GCC_NO_COMMON_BLOCKS="YES"
200
+ declare -x GCC_OBJC_LEGACY_DISPATCH="YES"
201
+ declare -x GCC_OPTIMIZATION_LEVEL="0"
202
+ declare -x GCC_PFE_FILE_C_DIALECTS="c objective-c c++ objective-c++"
203
+ declare -x GCC_PRECOMPILE_PREFIX_HEADER="YES"
204
+ declare -x GCC_PREFIX_HEADER="__PROJECT_NAME__/__PROJECT_NAME__-Prefix.pch"
205
+ declare -x GCC_PREPROCESSOR_DEFINITIONS=" DEBUG=1"
206
+ declare -x GCC_SYMBOLS_PRIVATE_EXTERN="NO"
207
+ declare -x GCC_TREAT_WARNINGS_AS_ERRORS="NO"
208
+ declare -x GCC_VERSION="com.apple.compilers.llvm.clang.1_0"
209
+ declare -x GCC_VERSION_IDENTIFIER="com_apple_compilers_llvm_clang_1_0"
210
+ declare -x GCC_WARN_64_TO_32_BIT_CONVERSION="YES"
211
+ declare -x GCC_WARN_ABOUT_RETURN_TYPE="YES_ERROR"
212
+ declare -x GCC_WARN_UNDECLARED_SELECTOR="YES"
213
+ declare -x GCC_WARN_UNINITIALIZED_AUTOS="YES"
214
+ declare -x GCC_WARN_UNUSED_FUNCTION="YES"
215
+ declare -x GCC_WARN_UNUSED_VARIABLE="YES"
216
+ declare -x GENERATED_MODULEMAP_DIR="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Intermediates.noindex/GeneratedModuleMaps-xrsimulator"
217
+ declare -x GENERATE_INFOPLIST_FILE="NO"
218
+ declare -x GENERATE_INTERMEDIATE_TEXT_BASED_STUBS="YES"
219
+ declare -x GENERATE_MASTER_OBJECT_FILE="NO"
220
+ declare -x GENERATE_PKGINFO_FILE="YES"
221
+ declare -x GENERATE_PROFILING_CODE="NO"
222
+ declare -x GENERATE_TEXT_BASED_STUBS="NO"
223
+ 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
+ declare -x GROUP="staff"
228
+ declare -x HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT="YES"
229
+ declare -x HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES="YES"
230
+ declare -x HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS="YES"
231
+ declare -x HEADERMAP_INCLUDES_PROJECT_HEADERS="YES"
232
+ declare -x HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES="YES"
233
+ declare -x HEADERMAP_USES_VFS="NO"
234
+ 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
+ declare -x HIDE_BITCODE_SYMBOLS="YES"
236
+ 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
+ declare -x HOST_ARCH="arm64"
241
+ declare -x HOST_PLATFORM="macosx"
242
+ declare -x ICONV="/usr/bin/iconv"
243
+ declare -x INDEX_DIRECTORY_REMAP_VFS_FILE="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Intermediates.noindex/index-overlay.yaml"
244
+ declare -x INDEX_ENABLE_BUILD_ARENA="YES"
245
+ declare -x INDEX_PREPARED_MODULE_CONTENT_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-module"
246
+ 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
+ declare -x INDEX_REGULAR_BUILD_INTERMEDIATES_DIR="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Build/Intermediates.noindex"
248
+ 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
+ declare -x INFOPLIST_ENABLE_CFBUNDLEICONS_MERGE="YES"
251
+ declare -x INFOPLIST_EXPAND_BUILD_SETTINGS="YES"
252
+ declare -x INFOPLIST_FILE="/Users/nstudio/Documents/github/NativeScript/ios/project-template/__PROJECT_NAME__/__PROJECT_NAME__-Info.plist"
253
+ declare -x INFOPLIST_OUTPUT_FORMAT="binary"
254
+ declare -x INFOPLIST_PATH="__PROJECT_NAME__.app/Info.plist"
255
+ declare -x INFOPLIST_PREPROCESS="NO"
256
+ declare -x INFOSTRINGS_PATH="__PROJECT_NAME__.app/en.lproj/InfoPlist.strings"
257
+ declare -x INLINE_PRIVATE_FRAMEWORKS="NO"
258
+ declare -x INSTALLHDRS_COPY_PHASE="NO"
259
+ declare -x INSTALLHDRS_SCRIPT_PHASE="NO"
260
+ declare -x INSTALL_DIR="/tmp/__PROJECT_NAME__.dst/Applications"
261
+ declare -x INSTALL_GROUP="staff"
262
+ declare -x INSTALL_MODE_FLAG="u+w,go-w,a+rX"
263
+ declare -x INSTALL_OWNER="nstudio"
264
+ declare -x INSTALL_PATH="/Applications"
265
+ declare -x INSTALL_ROOT="/tmp/__PROJECT_NAME__.dst"
266
+ declare -x IS_UNOPTIMIZED_BUILD="YES"
267
+ declare -x JAVAC_DEFAULT_FLAGS="-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8"
268
+ declare -x JAVA_APP_STUB="/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub"
269
+ declare -x JAVA_ARCHIVE_CLASSES="YES"
270
+ declare -x JAVA_ARCHIVE_TYPE="JAR"
271
+ declare -x JAVA_COMPILER="/usr/bin/javac"
272
+ declare -x JAVA_FOLDER_PATH="__PROJECT_NAME__.app/Java"
273
+ declare -x JAVA_FRAMEWORK_RESOURCES_DIRS="Resources"
274
+ declare -x JAVA_JAR_FLAGS="cv"
275
+ declare -x JAVA_SOURCE_SUBDIR="."
276
+ declare -x JAVA_USE_DEPENDENCIES="YES"
277
+ declare -x JAVA_ZIP_FLAGS="-urg"
278
+ declare -x JIKES_DEFAULT_FLAGS="+E +OLDCSO"
279
+ declare -x KEEP_PRIVATE_EXTERNS="NO"
280
+ declare -x LANG="en_US.UTF-8"
281
+ declare -x LD="/Users/nstudio/Documents/github/NativeScript/ios/project-template/internal/nsld.sh"
282
+ declare -x LDPLUSPLUS="/Users/nstudio/Documents/github/NativeScript/ios/project-template/internal/nsld.sh"
283
+ 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"
284
+ declare -x LD_GENERATE_MAP_FILE="NO"
285
+ declare -x LD_LIBRARY_PATH="/Applications/Xcode-beta.app/Contents/Developer/../SharedFrameworks/"
286
+ 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"
287
+ declare -x LD_NO_PIE="NO"
288
+ declare -x LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER="YES"
289
+ declare -x LD_RUNPATH_SEARCH_PATHS=" @executable_path/Frameworks"
290
+ declare -x LD_RUNPATH_SEARCH_PATHS_YES="@loader_path/../Frameworks"
291
+ declare -x LEGACY_DEVELOPER_DIR="/Applications/Xcode-beta.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer"
292
+ declare -x LEX="lex"
293
+ declare -x LIBCLANG_PATH="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib"
294
+ declare -x LIBRARY_DEXT_INSTALL_PATH="/Library/DriverExtensions"
295
+ declare -x LIBRARY_FLAG_NOSPACE="YES"
296
+ declare -x LIBRARY_FLAG_PREFIX="-l"
297
+ declare -x LIBRARY_KEXT_INSTALL_PATH="/Library/Extensions"
298
+ declare -x LIBRARY_SEARCH_PATHS="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Products/Debug-xrsimulator "
299
+ declare -x LINKER_DISPLAYS_MANGLED_NAMES="NO"
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
+ declare -x LINK_OBJC_RUNTIME="YES"
302
+ declare -x LINK_WITH_STANDARD_LIBRARIES="YES"
303
+ declare -x LLBUILD_BUILD_ID="193027061"
304
+ declare -x LLBUILD_LANE_ID="3"
305
+ declare -x LLBUILD_TASK_ID="5bf500030001"
306
+ declare -x LLVM_TARGET_TRIPLE_OS_VERSION="xros1.0"
307
+ declare -x LLVM_TARGET_TRIPLE_SUFFIX="-simulator"
308
+ declare -x LLVM_TARGET_TRIPLE_VENDOR="apple"
309
+ declare -x LOCALIZATION_EXPORT_SUPPORTED="YES"
310
+ declare -x LOCALIZATION_PREFERS_STRING_CATALOGS="NO"
311
+ declare -x LOCALIZED_RESOURCES_FOLDER_PATH="__PROJECT_NAME__.app/en.lproj"
312
+ declare -x LOCALIZED_STRING_MACRO_NAMES="NSLocalizedString CFCopyLocalizedString"
313
+ declare -x LOCALIZED_STRING_SWIFTUI_SUPPORT="YES"
314
+ declare -x LOCAL_ADMIN_APPS_DIR="/Applications/Utilities"
315
+ declare -x LOCAL_APPS_DIR="/Applications"
316
+ declare -x LOCAL_DEVELOPER_DIR="/Library/Developer"
317
+ declare -x LOCAL_LIBRARY_DIR="/Library"
318
+ declare -x LOCROOT="/Users/nstudio/Documents/github/NativeScript/ios/project-template"
319
+ declare -x LOCSYMROOT="/Users/nstudio/Documents/github/NativeScript/ios/project-template"
320
+ declare -x LOGNAME="nstudio"
321
+ declare -x MACH_O_TYPE="mh_execute"
322
+ declare -x MAC_OS_X_PRODUCT_BUILD_VERSION="22F66"
323
+ declare -x MAC_OS_X_VERSION_ACTUAL="130400"
324
+ declare -x MAC_OS_X_VERSION_MAJOR="130000"
325
+ declare -x MAC_OS_X_VERSION_MINOR="130400"
326
+ declare -x MAKE_MERGEABLE="NO"
327
+ declare -x MANPATH="/Users/nstudio/.nvm/versions/node/v18.10.0/share/man:/opt/homebrew/share/man::"
328
+ declare -x MERGEABLE_LIBRARY="NO"
329
+ declare -x MERGED_BINARY_TYPE="none"
330
+ declare -x MERGE_LINKED_LIBRARIES="NO"
331
+ declare -x METAL_LIBRARY_FILE_BASE="default"
332
+ declare -x METAL_LIBRARY_OUTPUT_DIR="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Products/Debug-xrsimulator/__PROJECT_NAME__.app"
333
+ declare -x MODULES_FOLDER_PATH="__PROJECT_NAME__.app/Modules"
334
+ declare -x MODULE_CACHE_DIR="/Users/nstudio/Library/Developer/Xcode/DerivedData/ModuleCache.noindex"
335
+ declare -x NATIVE_ARCH="arm64"
336
+ declare -x NATIVE_ARCH_32_BIT="arm"
337
+ declare -x NATIVE_ARCH_64_BIT="arm64"
338
+ declare -x NATIVE_ARCH_ACTUAL="arm64"
339
+ declare -x NODE_OPTIONS="--max-old-space-size=8096"
340
+ 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
+ declare -x OBJC_ABI_VERSION="2"
347
+ 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
+ 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"
349
+ declare -x OBJROOT="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Intermediates.noindex"
350
+ declare -x OLDPWD
351
+ declare -x ONLY_ACTIVE_ARCH="YES"
352
+ declare -x OS="MACOS"
353
+ declare -x OSAC="/usr/bin/osacompile"
354
+ 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
+ declare -x PACKAGE_TYPE="com.apple.package-type.wrapper.application"
356
+ 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"
358
+ 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
+ declare -x PBDEVELOPMENTPLIST_PATH="__PROJECT_NAME__.app/pbdevelopment.plist"
360
+ 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"
361
+ declare -x PER_VARIANT_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"
362
+ declare -x PKGINFO_FILE_PATH="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Intermediates.noindex/__PROJECT_NAME__.build/Debug-xrsimulator/__PROJECT_NAME__.build/PkgInfo"
363
+ declare -x PKGINFO_PATH="__PROJECT_NAME__.app/PkgInfo"
364
+ declare -x PLATFORM_DEVELOPER_APPLICATIONS_DIR="/Applications/Xcode-beta.app/Contents/Developer/Platforms/XRSimulator.platform/Developer/Applications"
365
+ declare -x PLATFORM_DEVELOPER_BIN_DIR="/Applications/Xcode-beta.app/Contents/Developer/Platforms/XRSimulator.platform/Developer/usr/bin"
366
+ declare -x PLATFORM_DEVELOPER_LIBRARY_DIR="/Applications/Xcode-beta.app/Contents/Developer/Platforms/XRSimulator.platform/Developer/Library"
367
+ declare -x PLATFORM_DEVELOPER_SDK_DIR="/Applications/Xcode-beta.app/Contents/Developer/Platforms/XRSimulator.platform/Developer/SDKs"
368
+ declare -x PLATFORM_DEVELOPER_TOOLS_DIR="/Applications/Xcode-beta.app/Contents/Developer/Platforms/XRSimulator.platform/Developer/Tools"
369
+ declare -x PLATFORM_DEVELOPER_USR_DIR="/Applications/Xcode-beta.app/Contents/Developer/Platforms/XRSimulator.platform/Developer/usr"
370
+ declare -x PLATFORM_DIR="/Applications/Xcode-beta.app/Contents/Developer/Platforms/XRSimulator.platform"
371
+ declare -x PLATFORM_DISPLAY_NAME="visionOS Simulator"
372
+ declare -x PLATFORM_FAMILY_NAME="xrOS"
373
+ declare -x PLATFORM_NAME="xrsimulator"
374
+ declare -x PLATFORM_PRODUCT_BUILD_VERSION="21N5165f"
375
+ declare -x PLIST_FILE_OUTPUT_FORMAT="binary"
376
+ declare -x PLUGINS_FOLDER_PATH="__PROJECT_NAME__.app/PlugIns"
377
+ declare -x PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR="YES"
378
+ declare -x PRECOMP_DESTINATION_DIR="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Intermediates.noindex/__PROJECT_NAME__.build/Debug-xrsimulator/__PROJECT_NAME__.build/PrefixHeaders"
379
+ declare -x PRESERVE_DEAD_CODE_INITS_AND_TERMS="NO"
380
+ declare -x PRIVATE_HEADERS_FOLDER_PATH="__PROJECT_NAME__.app/PrivateHeaders"
381
+ declare -x PRODUCT_BUNDLE_PACKAGE_TYPE="APPL"
382
+ declare -x PRODUCT_MODULE_NAME="__PROJECT_NAME__"
383
+ declare -x PRODUCT_NAME="__PROJECT_NAME__"
384
+ declare -x PRODUCT_SETTINGS_PATH="/Users/nstudio/Documents/github/NativeScript/ios/project-template/__PROJECT_NAME__/__PROJECT_NAME__-Info.plist"
385
+ declare -x PRODUCT_TYPE="com.apple.product-type.application"
386
+ declare -x PROFILING_CODE="NO"
387
+ declare -x PROJECT="__PROJECT_NAME__"
388
+ declare -x PROJECT_CLASS_PREFIX="NSC"
389
+ declare -x PROJECT_DERIVED_FILE_DIR="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Intermediates.noindex/__PROJECT_NAME__.build/DerivedSources"
390
+ declare -x PROJECT_DIR="/Users/nstudio/Documents/github/NativeScript/ios/project-template"
391
+ declare -x PROJECT_FILE_PATH="/Users/nstudio/Documents/github/NativeScript/ios/project-template/__PROJECT_NAME__.xcodeproj"
392
+ declare -x PROJECT_NAME="__PROJECT_NAME__"
393
+ declare -x PROJECT_TEMP_DIR="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Intermediates.noindex/__PROJECT_NAME__.build"
394
+ declare -x PROJECT_TEMP_ROOT="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Intermediates.noindex"
395
+ declare -x PROVISIONING_PROFILE_REQUIRED="NO"
396
+ declare -x PROVISIONING_PROFILE_REQUIRED_YES_YES="YES"
397
+ declare -x PROVISIONING_PROFILE_SUPPORTED="YES"
398
+ 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
+ declare -x PWD="/Users/nstudio/Documents/github/NativeScript/ios/project-template"
402
+ declare -x RECOMMENDED_XROS_DEPLOYMENT_TARGET="1.0"
403
+ declare -x RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS="YES"
404
+ declare -x REMOVE_CVS_FROM_RESOURCES="YES"
405
+ declare -x REMOVE_GIT_FROM_RESOURCES="YES"
406
+ declare -x REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES="YES"
407
+ declare -x REMOVE_HG_FROM_RESOURCES="YES"
408
+ declare -x REMOVE_STATIC_EXECUTABLES_FROM_EMBEDDED_BUNDLES="YES"
409
+ declare -x REMOVE_SVN_FROM_RESOURCES="YES"
410
+ declare -x RESOURCES_PLATFORM_NAME="xros"
411
+ declare -x REZ_COLLECTOR_DIR="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Intermediates.noindex/__PROJECT_NAME__.build/Debug-xrsimulator/__PROJECT_NAME__.build/ResourceManagerResources"
412
+ declare -x REZ_OBJECTS_DIR="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Intermediates.noindex/__PROJECT_NAME__.build/Debug-xrsimulator/__PROJECT_NAME__.build/ResourceManagerResources/Objects"
413
+ declare -x REZ_SEARCH_PATHS="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Products/Debug-xrsimulator "
414
+ declare -x SCAN_ALL_SOURCE_FILES_FOR_INCLUDES="NO"
415
+ declare -x SCRIPTS_FOLDER_PATH="__PROJECT_NAME__.app/Scripts"
416
+ declare -x SCRIPT_INPUT_FILE_COUNT="0"
417
+ declare -x SCRIPT_INPUT_FILE_LIST_COUNT="0"
418
+ declare -x SCRIPT_OUTPUT_FILE_0="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Products/Debug-xrsimulator/metadata-arm64.bin"
419
+ declare -x SCRIPT_OUTPUT_FILE_1="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Products/Debug-xrsimulator/metadata-arm64e.bin"
420
+ declare -x SCRIPT_OUTPUT_FILE_2="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Products/Debug-xrsimulator/metadata-i386.bin"
421
+ declare -x SCRIPT_OUTPUT_FILE_3="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Products/Debug-xrsimulator/metadata-x86_64.bin"
422
+ declare -x SCRIPT_OUTPUT_FILE_COUNT="4"
423
+ declare -x SCRIPT_OUTPUT_FILE_LIST_COUNT="0"
424
+ declare -x SDKROOT="/Applications/Xcode-beta.app/Contents/Developer/Platforms/XRSimulator.platform/Developer/SDKs/XRSimulator1.0.sdk"
425
+ declare -x SDK_DIR="/Applications/Xcode-beta.app/Contents/Developer/Platforms/XRSimulator.platform/Developer/SDKs/XRSimulator1.0.sdk"
426
+ declare -x SDK_DIR_xrsimulator="/Applications/Xcode-beta.app/Contents/Developer/Platforms/XRSimulator.platform/Developer/SDKs/XRSimulator1.0.sdk"
427
+ declare -x SDK_DIR_xrsimulator1_0="/Applications/Xcode-beta.app/Contents/Developer/Platforms/XRSimulator.platform/Developer/SDKs/XRSimulator1.0.sdk"
428
+ declare -x SDK_NAME="xrsimulator1.0"
429
+ declare -x SDK_NAMES="xrsimulator1.0"
430
+ declare -x SDK_PRODUCT_BUILD_VERSION="21N5165f"
431
+ declare -x SDK_STAT_CACHE_DIR="/Users/nstudio/Library/Developer/Xcode/DerivedData"
432
+ declare -x SDK_STAT_CACHE_ENABLE="YES"
433
+ declare -x SDK_STAT_CACHE_PATH="/Users/nstudio/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/xrsimulator1.0-21N5165f-06f016213c5a2f36c54d1cf603d36c95.sdkstatcache"
434
+ declare -x SDK_VERSION="1.0"
435
+ declare -x SDK_VERSION_ACTUAL="10000"
436
+ declare -x SDK_VERSION_MAJOR="10000"
437
+ declare -x SDK_VERSION_MINOR="10000"
438
+ declare -x SED="/usr/bin/sed"
439
+ declare -x SEPARATE_STRIP="NO"
440
+ declare -x SEPARATE_SYMBOL_EDIT="NO"
441
+ declare -x SET_DIR_MODE_OWNER_GROUP="YES"
442
+ declare -x SET_FILE_MODE_OWNER_GROUP="NO"
443
+ declare -x SHALLOW_BUNDLE="YES"
444
+ declare -x SHALLOW_BUNDLE_TRIPLE="xros-simulator"
445
+ declare -x SHALLOW_BUNDLE_ios_macabi="NO"
446
+ declare -x SHALLOW_BUNDLE_macos="NO"
447
+ declare -x SHARED_DERIVED_FILE_DIR="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Products/Debug-xrsimulator/DerivedSources"
448
+ declare -x SHARED_FRAMEWORKS_FOLDER_PATH="__PROJECT_NAME__.app/SharedFrameworks"
449
+ declare -x SHARED_PRECOMPS_DIR="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Intermediates.noindex/PrecompiledHeaders"
450
+ declare -x SHARED_SUPPORT_FOLDER_PATH="__PROJECT_NAME__.app/SharedSupport"
451
+ declare -x SHELL="/bin/zsh"
452
+ declare -x SHLVL="4"
453
+ declare -x SKIP_INSTALL="NO"
454
+ declare -x SOURCE_ROOT="/Users/nstudio/Documents/github/NativeScript/ios/project-template"
455
+ declare -x SRCROOT="/Users/nstudio/Documents/github/NativeScript/ios/project-template"
456
+ declare -x SSH_AUTH_SOCK="/private/tmp/com.apple.launchd.wI6ToLsaAf/Listeners"
457
+ 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
+ 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
+ declare -x STRINGS_FILE_INFOPLIST_RENAME="YES"
460
+ declare -x STRINGS_FILE_OUTPUT_ENCODING="binary"
461
+ declare -x STRIP_BITCODE_FROM_COPIED_FILES="NO"
462
+ declare -x STRIP_INSTALLED_PRODUCT="NO"
463
+ declare -x STRIP_STYLE="all"
464
+ declare -x STRIP_SWIFT_SYMBOLS="YES"
465
+ declare -x SUPPORTED_DEVICE_FAMILIES="7"
466
+ declare -x SUPPORTED_PLATFORMS="xros xrsimulator"
467
+ declare -x SUPPORTS_MACCATALYST="NO"
468
+ declare -x SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD="NO"
469
+ declare -x SUPPORTS_ON_DEMAND_RESOURCES="YES"
470
+ declare -x SUPPORTS_TEXT_BASED_API="NO"
471
+ declare -x SUPPORTS_UIKITFORMAC="YES"
472
+ declare -x SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD="NO"
473
+ declare -x SWIFT_COMPILATION_MODE="wholemodule"
474
+ declare -x SWIFT_EMIT_LOC_STRINGS="NO"
475
+ declare -x SWIFT_INDEX_STORE_ENABLE="NO"
476
+ declare -x SWIFT_OBJC_BRIDGING_HEADER="/Users/nstudio/Documents/github/NativeScript/ios/project-template/internal/Swift-ObjC-Bridging-Header.h"
477
+ declare -x SWIFT_OPTIMIZATION_LEVEL="-Onone"
478
+ declare -x SWIFT_PLATFORM_TARGET_PREFIX="xros"
479
+ declare -x SWIFT_RESPONSE_FILE_PATH_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__.SwiftFileList"
480
+ declare -x SWIFT_VERSION="4.2"
481
+ declare -x SYMROOT="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Products"
482
+ declare -x SYSTEM_ADMIN_APPS_DIR="/Applications/Utilities"
483
+ declare -x SYSTEM_APPS_DIR="/Applications"
484
+ declare -x SYSTEM_CORE_SERVICES_DIR="/System/Library/CoreServices"
485
+ declare -x SYSTEM_DEMOS_DIR="/Applications/Extras"
486
+ declare -x SYSTEM_DEVELOPER_APPS_DIR="/Applications/Xcode-beta.app/Contents/Developer/Applications"
487
+ declare -x SYSTEM_DEVELOPER_BIN_DIR="/Applications/Xcode-beta.app/Contents/Developer/usr/bin"
488
+ declare -x SYSTEM_DEVELOPER_DEMOS_DIR="/Applications/Xcode-beta.app/Contents/Developer/Applications/Utilities/Built Examples"
489
+ declare -x SYSTEM_DEVELOPER_DIR="/Applications/Xcode-beta.app/Contents/Developer"
490
+ declare -x SYSTEM_DEVELOPER_DOC_DIR="/Applications/Xcode-beta.app/Contents/Developer/ADC Reference Library"
491
+ declare -x SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR="/Applications/Xcode-beta.app/Contents/Developer/Applications/Graphics Tools"
492
+ declare -x SYSTEM_DEVELOPER_JAVA_TOOLS_DIR="/Applications/Xcode-beta.app/Contents/Developer/Applications/Java Tools"
493
+ declare -x SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR="/Applications/Xcode-beta.app/Contents/Developer/Applications/Performance Tools"
494
+ declare -x SYSTEM_DEVELOPER_RELEASENOTES_DIR="/Applications/Xcode-beta.app/Contents/Developer/ADC Reference Library/releasenotes"
495
+ declare -x SYSTEM_DEVELOPER_TOOLS="/Applications/Xcode-beta.app/Contents/Developer/Tools"
496
+ declare -x SYSTEM_DEVELOPER_TOOLS_DOC_DIR="/Applications/Xcode-beta.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools"
497
+ declare -x SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR="/Applications/Xcode-beta.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools"
498
+ declare -x SYSTEM_DEVELOPER_USR_DIR="/Applications/Xcode-beta.app/Contents/Developer/usr"
499
+ declare -x SYSTEM_DEVELOPER_UTILITIES_DIR="/Applications/Xcode-beta.app/Contents/Developer/Applications/Utilities"
500
+ declare -x SYSTEM_DEXT_INSTALL_PATH="/System/Library/DriverExtensions"
501
+ declare -x SYSTEM_DOCUMENTATION_DIR="/Library/Documentation"
502
+ declare -x SYSTEM_EXTENSIONS_FOLDER_PATH="__PROJECT_NAME__.app/SystemExtensions"
503
+ declare -x SYSTEM_EXTENSIONS_FOLDER_PATH_SHALLOW_BUNDLE_NO="__PROJECT_NAME__.app/Library/SystemExtensions"
504
+ declare -x SYSTEM_EXTENSIONS_FOLDER_PATH_SHALLOW_BUNDLE_YES="__PROJECT_NAME__.app/SystemExtensions"
505
+ declare -x SYSTEM_KEXT_INSTALL_PATH="/System/Library/Extensions"
506
+ declare -x SYSTEM_LIBRARY_DIR="/System/Library"
507
+ declare -x TAPI_DEMANGLE="YES"
508
+ declare -x TAPI_ENABLE_PROJECT_HEADERS="NO"
509
+ declare -x TAPI_LANGUAGE="objective-c"
510
+ declare -x TAPI_LANGUAGE_STANDARD="compiler-default"
511
+ declare -x TAPI_USE_SRCROOT="YES"
512
+ declare -x TAPI_VERIFY_MODE="Pedantic"
513
+ declare -x TARGETED_DEVICE_FAMILY="1,2"
514
+ declare -x TARGETNAME="__PROJECT_NAME__"
515
+ declare -x TARGET_BUILD_DIR="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Products/Debug-xrsimulator"
516
+ declare -x TARGET_NAME="__PROJECT_NAME__"
517
+ declare -x TARGET_TEMP_DIR="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Intermediates.noindex/__PROJECT_NAME__.build/Debug-xrsimulator/__PROJECT_NAME__.build"
518
+ declare -x TEMP_DIR="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Intermediates.noindex/__PROJECT_NAME__.build/Debug-xrsimulator/__PROJECT_NAME__.build"
519
+ 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
+ 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
+ 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
+ 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
+ declare -x TEST_LIBRARY_SEARCH_PATHS=" /Applications/Xcode-beta.app/Contents/Developer/Platforms/XRSimulator.platform/Developer/usr/lib"
528
+ declare -x TMPDIR="/var/folders/0s/pcxnlsz53zg7d8gv5w4wk2qc0000gn/T/"
529
+ declare -x TOOLCHAINS="com.apple.dt.toolchain.XcodeDefault"
530
+ declare -x TOOLCHAIN_DIR="/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain"
531
+ declare -x TREAT_MISSING_BASELINES_AS_TEST_FAILURES="NO"
532
+ declare -x UID="501"
533
+ declare -x UNINSTALLED_PRODUCTS_DIR="/Users/nstudio/Library/Developer/Xcode/DerivedData/__PROJECT_NAME__-axspqkgmvfarhpdgoqzlifnqfvrq/Index.noindex/Build/Intermediates.noindex/UninstalledProducts"
534
+ declare -x UNLOCALIZED_RESOURCES_FOLDER_PATH="__PROJECT_NAME__.app"
535
+ declare -x UNLOCALIZED_RESOURCES_FOLDER_PATH_SHALLOW_BUNDLE_NO="__PROJECT_NAME__.app/Resources"
536
+ declare -x UNLOCALIZED_RESOURCES_FOLDER_PATH_SHALLOW_BUNDLE_YES="__PROJECT_NAME__.app"
537
+ declare -x UNSTRIPPED_PRODUCT="NO"
538
+ declare -x USER="nstudio"
539
+ declare -x USER_APPS_DIR="/Users/nstudio/Applications"
540
+ declare -x USER_LIBRARY_DIR="/Users/nstudio/Library"
541
+ declare -x USE_DYNAMIC_NO_PIC="YES"
542
+ declare -x USE_HEADERMAP="YES"
543
+ declare -x USE_HEADER_SYMLINKS="NO"
544
+ declare -x UsePerConfigurationBuildLocations="YES"
545
+ declare -x VALIDATE_DEVELOPMENT_ASSET_PATHS="YES_ERROR"
546
+ declare -x VALIDATE_PRODUCT="NO"
547
+ declare -x VALIDATE_WORKSPACE="YES"
548
+ declare -x VALID_ARCHS="arm64 arm64e x86_64"
549
+ declare -x VERBOSE_PBXCP="NO"
550
+ declare -x VERSIONPLIST_PATH="__PROJECT_NAME__.app/version.plist"
551
+ declare -x VERSION_INFO_BUILDER="nstudio"
552
+ declare -x VERSION_INFO_FILE="__PROJECT_NAME___vers.c"
553
+ declare -x VERSION_INFO_STRING="\"@(#)PROGRAM:__PROJECT_NAME__ PROJECT:__PROJECT_NAME__-\""
554
+ declare -x WRAPPER_EXTENSION="app"
555
+ declare -x WRAPPER_NAME="__PROJECT_NAME__.app"
556
+ declare -x WRAPPER_SUFFIX=".app"
557
+ declare -x WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES="NO"
558
+ declare -x XCODE_APP_SUPPORT_DIR="/Applications/Xcode-beta.app/Contents/Developer/Library/Xcode"
559
+ declare -x XCODE_PRODUCT_BUILD_VERSION="15A5161b"
560
+ declare -x XCODE_VERSION_ACTUAL="1500"
561
+ declare -x XCODE_VERSION_MAJOR="1500"
562
+ declare -x XCODE_VERSION_MINOR="1500"
563
+ declare -x XPCSERVICES_FOLDER_PATH="__PROJECT_NAME__.app/XPCServices"
564
+ declare -x XPC_FLAGS="0x0"
565
+ declare -x XPC_SERVICE_NAME="0"
566
+ declare -x XROS_DEPLOYMENT_TARGET="1.0"
567
+ declare -x YACC="yacc"
568
+ declare -x _WRAPPER_CONTENTS_DIR_SHALLOW_BUNDLE_NO="/Contents"
569
+ declare -x _WRAPPER_PARENT_PATH_SHALLOW_BUNDLE_NO="/.."
570
+ declare -x _WRAPPER_RESOURCES_DIR_SHALLOW_BUNDLE_NO="/Resources"
571
+ declare -x __CFBundleIdentifier="com.apple.dt.Xcode"
572
+ declare -x __CF_USER_TEXT_ENCODING="0x1F5:0x0:0x0"
573
+ declare -x __IS_NOT_MACOS="YES"
574
+ declare -x __IS_NOT_MACOS_macosx="NO"
575
+ declare -x __IS_NOT_SIMULATOR="NO"
576
+ declare -x __IS_NOT_SIMULATOR_simulator="NO"
577
+ declare -x arch="undefined_arch"
578
+ declare -x variant="normal"
579
+ set -o posix
580
+ set -e
@@ -10,6 +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 /* NativeScriptApp.m in Sources */ = {isa = PBXBuildFile; fileRef = AAA0AADA2A54B96B00EE55A4 /* NativeScriptApp.m */; };
13
14
  CD45EE7C18DC2D5800FB50C0 /* app in Resources */ = {isa = PBXBuildFile; fileRef = CD45EE7A18DC2D5800FB50C0 /* app */; };
14
15
  CD62955D1BB2678900AE3A93 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = CD62955C1BB2678900AE3A93 /* main.m */; };
15
16
  /* End PBXBuildFile section */
@@ -47,6 +48,8 @@
47
48
  858B833F18CA111C00AB12DE /* __PROJECT_NAME__-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "__PROJECT_NAME__-Prefix.pch"; sourceTree = "<group>"; };
48
49
  858B843318CA22B800AB12DE /* __PROJECT_NAME__.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = __PROJECT_NAME__.app; sourceTree = BUILT_PRODUCTS_DIR; };
49
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 /* NativeScriptApp.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = NativeScriptApp.m; path = internal/NativeScriptApp.m; sourceTree = SOURCE_ROOT; };
52
+ AAA0AADC2A54B97E00EE55A4 /* NativeScriptApp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = NativeScriptApp.h; path = internal/NativeScriptApp.h; sourceTree = SOURCE_ROOT; };
50
53
  CD45EE7A18DC2D5800FB50C0 /* app */ = {isa = PBXFileReference; lastKnownFileType = folder; path = app; sourceTree = "<group>"; };
51
54
  CD62955C1BB2678900AE3A93 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = internal/main.m; sourceTree = SOURCE_ROOT; };
52
55
  CDD59A261BB43B5D00EC2671 /* build-debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "build-debug.xcconfig"; sourceTree = "<group>"; };
@@ -69,6 +72,8 @@
69
72
  isa = PBXGroup;
70
73
  children = (
71
74
  CD62955C1BB2678900AE3A93 /* main.m */,
75
+ AAA0AADA2A54B96B00EE55A4 /* NativeScriptApp.m */,
76
+ AAA0AADC2A54B97E00EE55A4 /* NativeScriptApp.h */,
72
77
  858B833F18CA111C00AB12DE /* __PROJECT_NAME__-Prefix.pch */,
73
78
  );
74
79
  name = Sources;
@@ -280,6 +285,7 @@
280
285
  buildActionMask = 2147483647;
281
286
  files = (
282
287
  CD62955D1BB2678900AE3A93 /* main.m in Sources */,
288
+ AAA0AADB2A54B96B00EE55A4 /* NativeScriptApp.m in Sources */,
283
289
  );
284
290
  runOnlyForDeploymentPostprocessing = 0;
285
291
  };
@@ -432,11 +438,10 @@
432
438
  "@executable_path/Frameworks",
433
439
  );
434
440
  PRODUCT_NAME = __PROJECT_NAME__;
435
- SUPPORTED_PLATFORMS = "iphoneos iphonesimulator xros xrsimulator";
436
- SUPPORTS_MACCATALYST = YES;
441
+ SUPPORTED_PLATFORMS = "xros xrsimulator";
442
+ SUPPORTS_MACCATALYST = NO;
437
443
  SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
438
444
  SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
439
- TARGETED_DEVICE_FAMILY = "1,2,7";
440
445
  WRAPPER_EXTENSION = app;
441
446
  };
442
447
  name = Debug;
@@ -463,11 +468,10 @@
463
468
  "@executable_path/Frameworks",
464
469
  );
465
470
  PRODUCT_NAME = __PROJECT_NAME__;
466
- SUPPORTED_PLATFORMS = "iphoneos iphonesimulator xros xrsimulator";
467
- SUPPORTS_MACCATALYST = YES;
471
+ SUPPORTED_PLATFORMS = "xros xrsimulator";
472
+ SUPPORTS_MACCATALYST = NO;
468
473
  SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
469
474
  SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
470
- TARGETED_DEVICE_FAMILY = "1,2,7";
471
475
  WRAPPER_EXTENSION = app;
472
476
  };
473
477
  name = Release;
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version="1.0">
4
+ <dict>
5
+ <key>IDEDidComputeMac32BitWarning</key>
6
+ <true/>
7
+ </dict>
8
+ </plist>
@@ -0,0 +1,19 @@
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
@@ -0,0 +1,73 @@
1
+ //
2
+ // NativeScriptApp.m
3
+ // visionosstarter
4
+ //
5
+ // Created by Team nStudio on 7/4/23.
6
+ // Copyright © 2023 NativeScript. All rights reserved.
7
+ //
8
+
9
+ #import <Foundation/Foundation.h>
10
+ #import <NativeScript/NativeScript.h>
11
+ #import <NativeScriptApp.h>
12
+
13
+ #ifdef DEBUG
14
+ #include <notify.h>
15
+ #include <TKLiveSync/TKLiveSync.h>
16
+
17
+ #define NOTIFICATION(name) \
18
+ [[NSString stringWithFormat:@"%@:NativeScript.Debug.%s", \
19
+ [[NSBundle mainBundle] bundleIdentifier], name] UTF8String]
20
+ #endif
21
+
22
+ extern char startOfMetadataSection __asm("section$start$__DATA$__TNSMetadata");
23
+ NativeScript* nativescript;
24
+
25
+ @implementation NativeScriptApp
26
+
27
+ +(void)setup{
28
+ @autoreleasepool {
29
+ NSString* baseDir = [[NSBundle mainBundle] resourcePath];
30
+
31
+ #ifdef DEBUG
32
+ int refreshRequestSubscription;
33
+ notify_register_dispatch(NOTIFICATION("RefreshRequest"), &refreshRequestSubscription, dispatch_get_main_queue(), ^(int token) {
34
+ notify_post(NOTIFICATION("AppRefreshStarted"));
35
+ bool success = [nativescript liveSync];
36
+ if (success) {
37
+ notify_post(NOTIFICATION("AppRefreshSucceeded"));
38
+ } else {
39
+ NSLog(@"__onLiveSync call failed");
40
+ notify_post(NOTIFICATION("AppRefreshFailed"));
41
+ }
42
+ });
43
+
44
+ TNSInitializeLiveSync();
45
+ if (getenv("TNSBaseDir")) {
46
+ baseDir = @(getenv("TNSBaseDir"));
47
+ }
48
+ #endif
49
+
50
+ void* metadataPtr = &startOfMetadataSection;
51
+
52
+ bool isDebug =
53
+ #ifdef DEBUG
54
+ true;
55
+ #else
56
+ false;
57
+ #endif
58
+
59
+ Config* config = [[Config alloc] init];
60
+ config.IsDebug = isDebug;
61
+ config.LogToSystemConsole = isDebug;
62
+ config.MetadataPtr = metadataPtr;
63
+ config.BaseDir = baseDir;
64
+ // config.ArgumentsCount = argc;
65
+ // config.Arguments = argv;
66
+
67
+ nativescript = [[NativeScript alloc] initWithConfig:config];
68
+ [nativescript runMainApplication];
69
+
70
+ }
71
+
72
+ }
73
+ @end
@@ -9,3 +9,6 @@
9
9
  // Intentionally left blank. Needed for the generation of all Swift classes in
10
10
  // the *-Swift.h*.
11
11
  // https://developer.apple.com/documentation/swift/imported_c_and_objective-c_apis/importing_objective-c_into_swift
12
+
13
+ #import "NativeScript/NativeScript.h"
14
+ #import "NativeScriptApp.h"
Binary file
@@ -4,61 +4,61 @@
4
4
  #import <UIKit/UIKit.h>
5
5
  #import <NativeScript/NativeScript.h>
6
6
 
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
- extern char startOfMetadataSection __asm("section$start$__DATA$__TNSMetadata");
17
- NativeScript* nativescript;
18
-
19
- int main(int argc, char *argv[]) {
20
- @autoreleasepool {
21
- NSString* baseDir = [[NSBundle mainBundle] resourcePath];
22
-
23
- #ifdef DEBUG
24
- int refreshRequestSubscription;
25
- notify_register_dispatch(NOTIFICATION("RefreshRequest"), &refreshRequestSubscription, dispatch_get_main_queue(), ^(int token) {
26
- notify_post(NOTIFICATION("AppRefreshStarted"));
27
- bool success = [nativescript liveSync];
28
- if (success) {
29
- notify_post(NOTIFICATION("AppRefreshSucceeded"));
30
- } else {
31
- NSLog(@"__onLiveSync call failed");
32
- notify_post(NOTIFICATION("AppRefreshFailed"));
33
- }
34
- });
35
-
36
- TNSInitializeLiveSync();
37
- if (getenv("TNSBaseDir")) {
38
- baseDir = @(getenv("TNSBaseDir"));
39
- }
40
- #endif
41
-
42
- void* metadataPtr = &startOfMetadataSection;
43
-
44
- bool isDebug =
45
- #ifdef DEBUG
46
- true;
47
- #else
48
- false;
49
- #endif
50
-
51
- Config* config = [[Config alloc] init];
52
- config.IsDebug = isDebug;
53
- config.LogToSystemConsole = isDebug;
54
- config.MetadataPtr = metadataPtr;
55
- config.BaseDir = baseDir;
56
- config.ArgumentsCount = argc;
57
- config.Arguments = argv;
58
-
59
- nativescript = [[NativeScript alloc] initWithConfig:config];
60
- [nativescript runMainApplication];
61
-
62
- return 0;
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
+ //extern char startOfMetadataSection __asm("section$start$__DATA$__TNSMetadata");
17
+ //NativeScript* nativescript;
18
+ //
19
+ //int main(int argc, char *argv[]) {
20
+ // @autoreleasepool {
21
+ // NSString* baseDir = [[NSBundle mainBundle] resourcePath];
22
+ //
23
+ //#ifdef DEBUG
24
+ // int refreshRequestSubscription;
25
+ // notify_register_dispatch(NOTIFICATION("RefreshRequest"), &refreshRequestSubscription, dispatch_get_main_queue(), ^(int token) {
26
+ // notify_post(NOTIFICATION("AppRefreshStarted"));
27
+ // bool success = [nativescript liveSync];
28
+ // if (success) {
29
+ // notify_post(NOTIFICATION("AppRefreshSucceeded"));
30
+ // } else {
31
+ // NSLog(@"__onLiveSync call failed");
32
+ // notify_post(NOTIFICATION("AppRefreshFailed"));
33
+ // }
34
+ // });
35
+ //
36
+ // TNSInitializeLiveSync();
37
+ // if (getenv("TNSBaseDir")) {
38
+ // baseDir = @(getenv("TNSBaseDir"));
39
+ // }
40
+ //#endif
41
+ //
42
+ // void* metadataPtr = &startOfMetadataSection;
43
+ //
44
+ // bool isDebug =
45
+ //#ifdef DEBUG
46
+ // true;
47
+ //#else
48
+ // false;
49
+ //#endif
50
+ //
51
+ // Config* config = [[Config alloc] init];
52
+ // config.IsDebug = isDebug;
53
+ // config.LogToSystemConsole = isDebug;
54
+ // config.MetadataPtr = metadataPtr;
55
+ // config.BaseDir = baseDir;
56
+ // config.ArgumentsCount = argc;
57
+ // config.Arguments = argv;
58
+ //
59
+ // nativescript = [[NativeScript alloc] initWithConfig:config];
60
+ // [nativescript runMainApplication];
61
+ //
62
+ // return 0;
63
+ // }
64
+ //}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nativescript/ios",
3
3
  "description": "NativeScript Runtime for iOS",
4
- "version": "8.6.0-vision.4",
4
+ "version": "8.6.0-vision.5",
5
5
  "keywords": [
6
6
  "NativeScript",
7
7
  "iOS",