|
7 | 7 | "dependsOn": [
|
8 | 8 | "keyCheckShared",
|
9 | 9 | "keyCheckWApi",
|
10 |
| - "editManifestiOSDebug", |
11 |
| - "editManifestMacDebug", |
| 10 | + "editManifestInfoiOSDebug", |
| 11 | + "editManifestEntitlementsiOSDebug", |
| 12 | + "editManifestInfoMacDebug", |
| 13 | + "editManifestEntitlementsMacDebug", |
12 | 14 | "dotnet: restore",
|
13 | 15 | "cleanDebug",
|
14 | 16 | "maui: Build"
|
|
20 | 22 | "dependsOn": [
|
21 | 23 | "keyCheckShared",
|
22 | 24 | "keyCheckWApi",
|
23 |
| - "editManifestiOSRelease", |
24 |
| - "editManifestMacRelease", |
| 25 | + "editManifestInfoiOSRelease", |
| 26 | + "editManifestEntitlementsiOSRelease", |
| 27 | + "editManifestInfoMacRelease", |
| 28 | + "editManifestEntitlementsMacRelease", |
25 | 29 | "restore",
|
26 | 30 | "cleanRelease",
|
27 | 31 | "maui: Build"
|
|
46 | 50 | }
|
47 | 51 | },
|
48 | 52 | {
|
49 |
| - "label": "editManifestiOSDebug", |
| 53 | + "label": "editManifestInfoiOSDebug", |
50 | 54 | "type": "shell",
|
51 | 55 | "command": "../../EditManifest/bin/Release/net7.0/publish/EditManifest Platforms/iOS/Info.plist \"Debug\"",
|
52 | 56 | "group": "build",
|
|
55 | 59 | }
|
56 | 60 | },
|
57 | 61 | {
|
58 |
| - "label": "editManifestMacDebug", |
| 62 | + "label": "editManifestInfoMacDebug", |
59 | 63 | "type": "shell",
|
60 | 64 | "command": "../../EditManifest/bin/Release/net7.0/publish/EditManifest Platforms/MacCatalyst/Info.plist \"Debug\"",
|
61 | 65 | "group": "build",
|
|
64 | 68 | }
|
65 | 69 | },
|
66 | 70 | {
|
67 |
| - "label": "editManifestiOSRelease", |
| 71 | + "label": "editManifestEntitlementsiOSDebug", |
| 72 | + "type": "shell", |
| 73 | + "command": "../../EditManifest/bin/Release/net7.0/publish/EditManifest Platforms/iOS/Entitlements.plist \"Debug\"", |
| 74 | + "group": "build", |
| 75 | + "options": { |
| 76 | + "cwd": "${workspaceFolder}/Maui/SimpleWeather.Maui/" |
| 77 | + } |
| 78 | + }, |
| 79 | + { |
| 80 | + "label": "editManifestEntitlementsMacDebug", |
| 81 | + "type": "shell", |
| 82 | + "command": "../../EditManifest/bin/Release/net7.0/publish/EditManifest Platforms/MacCatalyst/Entitlements.plist \"Debug\"", |
| 83 | + "group": "build", |
| 84 | + "options": { |
| 85 | + "cwd": "${workspaceFolder}/Maui/SimpleWeather.Maui/" |
| 86 | + } |
| 87 | + }, |
| 88 | + { |
| 89 | + "label": "editManifestInfoiOSRelease", |
68 | 90 | "type": "shell",
|
69 | 91 | "command": "../../EditManifest/bin/Release/net7.0/publish/EditManifest Platforms/iOS/Info.plist \"Release\"",
|
70 | 92 | "group": "build",
|
|
73 | 95 | }
|
74 | 96 | },
|
75 | 97 | {
|
76 |
| - "label": "editManifestMacRelease", |
| 98 | + "label": "editManifestInfoMacRelease", |
77 | 99 | "type": "shell",
|
78 | 100 | "command": "../../EditManifest/bin/Release/net7.0/publish/EditManifest Platforms/MacCatalyst/Info.plist \"Release\"",
|
79 | 101 | "group": "build",
|
80 | 102 | "options": {
|
81 | 103 | "cwd": "${workspaceFolder}/Maui/SimpleWeather.Maui/"
|
82 | 104 | }
|
83 | 105 | },
|
| 106 | + { |
| 107 | + "label": "editManifestEntitlementsiOSRelease", |
| 108 | + "type": "shell", |
| 109 | + "command": "../../EditManifest/bin/Release/net7.0/publish/EditManifest Platforms/iOS/Entitlements.plist \"Release\"", |
| 110 | + "group": "build", |
| 111 | + "options": { |
| 112 | + "cwd": "${workspaceFolder}/Maui/SimpleWeather.Maui/" |
| 113 | + } |
| 114 | + }, |
| 115 | + { |
| 116 | + "label": "editManifestEntitlementsMacRelease", |
| 117 | + "type": "shell", |
| 118 | + "command": "../../EditManifest/bin/Release/net7.0/publish/EditManifest Platforms/MacCatalyst/Entitlements.plist \"Release\"", |
| 119 | + "group": "build", |
| 120 | + "options": { |
| 121 | + "cwd": "${workspaceFolder}/Maui/SimpleWeather.Maui/" |
| 122 | + } |
| 123 | + }, |
84 | 124 | {
|
85 | 125 | "label": "cleanDebug",
|
86 | 126 | "type": "shell",
|
|
0 commit comments