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
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,16 @@ The full path to the `altool` tool.
17
17
18
18
The default behavior is to use `xcrun altool`.
19
19
20
+
## AppBundleResourcePrefix
21
+
22
+
The directory where resources are stored (this prefix will be removed when copying resources to the app bundle).
23
+
24
+
This is the unified resource prefix property for all platforms in .NET.
25
+
26
+
For legacy projects, this property will be used as the default value for the platform-specific resource prefix properties ([IPhoneResourcePrefix](#iphoneresourceprefix), [MonoMacResourcePrefix](#monomacresourceprefix), and [XamMacResourcePrefix](#xammacresourceprefix)) if they are not explicitly set.
27
+
28
+
Default: "Resources"
29
+
20
30
## AppBundleDir
21
31
22
32
The location of the built app bundle.
@@ -379,6 +389,8 @@ The directory where resources are stored (this prefix will be removed when copyi
379
389
380
390
Applicable to iOS, tvOS and Mac Catalyst projects.
381
391
392
+
For .NET projects, consider using the unified [AppBundleResourcePrefix](#appbundleresourceprefix) property instead.
393
+
382
394
See also [MonoMacResourcePrefix](#monomacresourceprefix) and [XamMacResourcePrefix](#xammacresourceprefix).
383
395
384
396
## IpaIncludeArtwork
@@ -560,6 +572,8 @@ The directory where resources are stored (this prefix will be removed when copyi
560
572
561
573
Only applicable to macOS projects.
562
574
575
+
For .NET projects, consider using the unified [AppBundleResourcePrefix](#appbundleresourceprefix) property instead.
576
+
563
577
See also [IPhoneResourcePrefix](#iphoneresourceprefix) and [XamMacResourcePrefix](#xammacresourceprefix).
564
578
565
579
## MtouchDebug
@@ -978,6 +992,8 @@ The directory where resources are stored (this prefix will be removed when copyi
978
992
979
993
Applicable to macOS projects.
980
994
995
+
For .NET projects, consider using the unified [AppBundleResourcePrefix](#appbundleresourceprefix) property instead.
996
+
981
997
See also [IPhoneResourcePrefix](#iphoneresourceprefix) and [MonoMacResourcePrefix](#monomacresourceprefix).
0 commit comments