You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/building-apps/build-properties.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -290,6 +290,12 @@ This also applies to how native references are stored inside NuGets.
290
290
> [!NOTE]
291
291
> In some cases it can be beneficial to force a zip file on iOS as well, especially when there's a framework with files that have long names, because the zip file can sometimes work around MAX_PATH issues on Windows.
292
292
293
+
## CopySceneKitAssetsPath
294
+
295
+
The full path to the `copySceneKitAssets` tool.
296
+
297
+
The default behavior is to use `xcrun copySceneKitAssets`.
0 commit comments