We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f649064 commit 54954c8Copy full SHA for 54954c8
nativescript.config.ts
@@ -7,5 +7,21 @@ export default {
7
android: {
8
v8Flags: '--expose_gc',
9
markingMode: 'none'
10
+ },
11
+ ios: {
12
+ SPMPackages: [
13
+ {
14
+ name: 'RealityKitContent',
15
+ libs: ['RealityKitContent'],
16
+ // @ts-ignore
17
+ path: './Packages/RealityKitContent'
18
19
20
+ name: 'WorldAssets',
21
+ libs: ['WorldAssets'],
22
23
+ path: './Packages/WorldAssets'
24
25
+ ]
26
}
27
} as NativeScriptConfig;
0 commit comments