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: packages/nx/src/executors/build/build.schema.json
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,18 @@
77
77
"description": "Update any .plist value. Specify name of any filename with key/value pairs, e.g. { 'Info.plist': { CFBundleDisplayName: 'MyApp' } }. Defaults to look in App_Resources/iOS/{filepath} however you can specify relative path if located elsewhere."
78
78
}
79
79
},
80
+
"visionos": {
81
+
"type": "object",
82
+
"required": [],
83
+
"provision": {
84
+
"type": "string",
85
+
"description": "(visionOS Only) When building, use this provision profile name."
86
+
},
87
+
"plistUpdates": {
88
+
"type": "object",
89
+
"description": "Update any .plist value. Specify name of any filename with key/value pairs, e.g. { 'Info.plist': { CFBundleDisplayName: 'MyApp' } }. Defaults to look in App_Resources/visionOS/{filepath} however you can specify relative path if located elsewhere."
90
+
}
91
+
},
80
92
"device": {
81
93
"type": "string",
82
94
"description": "Device identifier to run app on.",
Copy file name to clipboardExpand all lines: packages/nx/src/executors/build/debug.schema.json
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,18 @@
77
77
"description": "Update any .plist value. Specify name of any filename with key/value pairs, e.g. { 'Info.plist': { CFBundleDisplayName: 'MyApp' } }. Defaults to look in App_Resources/iOS/{filepath} however you can specify relative path if located elsewhere."
78
78
}
79
79
},
80
+
"visionos": {
81
+
"type": "object",
82
+
"required": [],
83
+
"provision": {
84
+
"type": "string",
85
+
"description": "(visionOS Only) When building, use this provision profile name."
86
+
},
87
+
"plistUpdates": {
88
+
"type": "object",
89
+
"description": "Update any .plist value. Specify name of any filename with key/value pairs, e.g. { 'Info.plist': { CFBundleDisplayName: 'MyApp' } }. Defaults to look in App_Resources/visionOS/{filepath} however you can specify relative path if located elsewhere."
90
+
}
91
+
},
80
92
"device": {
81
93
"type": "string",
82
94
"description": "Device identifier to run app on.",
Copy file name to clipboardExpand all lines: packages/nx/src/executors/build/prepare.schema.json
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,18 @@
77
77
"description": "Update any .plist value. Specify name of any filename with key/value pairs, e.g. { 'Info.plist': { CFBundleDisplayName: 'MyApp' } }. Defaults to look in App_Resources/iOS/{filepath} however you can specify relative path if located elsewhere."
78
78
}
79
79
},
80
+
"visionos": {
81
+
"type": "object",
82
+
"required": [],
83
+
"provision": {
84
+
"type": "string",
85
+
"description": "(visionOS Only) When building, use this provision profile name."
86
+
},
87
+
"plistUpdates": {
88
+
"type": "object",
89
+
"description": "Update any .plist value. Specify name of any filename with key/value pairs, e.g. { 'Info.plist': { CFBundleDisplayName: 'MyApp' } }. Defaults to look in App_Resources/visionOS/{filepath} however you can specify relative path if located elsewhere."
90
+
}
91
+
},
80
92
"device": {
81
93
"type": "string",
82
94
"description": "Device identifier to run app on.",
Copy file name to clipboardExpand all lines: packages/nx/src/executors/build/run.schema.json
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,18 @@
77
77
"description": "Update any .plist value. Specify name of any filename with key/value pairs, e.g. { 'Info.plist': { CFBundleDisplayName: 'MyApp' } }. Defaults to look in App_Resources/iOS/{filepath} however you can specify relative path if located elsewhere."
78
78
}
79
79
},
80
+
"visionos": {
81
+
"type": "object",
82
+
"required": [],
83
+
"provision": {
84
+
"type": "string",
85
+
"description": "(visionOS Only) When building, use this provision profile name."
86
+
},
87
+
"plistUpdates": {
88
+
"type": "object",
89
+
"description": "Update any .plist value. Specify name of any filename with key/value pairs, e.g. { 'Info.plist': { CFBundleDisplayName: 'MyApp' } }. Defaults to look in App_Resources/visionOS/{filepath} however you can specify relative path if located elsewhere."
90
+
}
91
+
},
80
92
"device": {
81
93
"type": "string",
82
94
"description": "Device identifier to run app on.",
Copy file name to clipboardExpand all lines: packages/nx/src/executors/build/test.schema.json
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,18 @@
77
77
"description": "Update any .plist value. Specify name of any filename with key/value pairs, e.g. { 'Info.plist': { CFBundleDisplayName: 'MyApp' } }. Defaults to look in App_Resources/iOS/{filepath} however you can specify relative path if located elsewhere."
78
78
}
79
79
},
80
+
"visionos": {
81
+
"type": "object",
82
+
"required": [],
83
+
"provision": {
84
+
"type": "string",
85
+
"description": "(visionOS Only) When building, use this provision profile name."
86
+
},
87
+
"plistUpdates": {
88
+
"type": "object",
89
+
"description": "Update any .plist value. Specify name of any filename with key/value pairs, e.g. { 'Info.plist': { CFBundleDisplayName: 'MyApp' } }. Defaults to look in App_Resources/visionOS/{filepath} however you can specify relative path if located elsewhere."
90
+
}
91
+
},
80
92
"device": {
81
93
"type": "string",
82
94
"description": "Device identifier to run app on.",
description: '(visionOS Only) When building, use this provision profile name.',
20
+
},
21
+
plistUpdates: {
22
+
type: 'object',
23
+
description: "Update any .plist value. Specify name of any filename with key/value pairs, e.g. { 'Info.plist': { CFBundleDisplayName: 'MyApp' } }. Defaults to look in App_Resources/visionOS/{filepath} however you can specify relative path if located elsewhere.",
0 commit comments