@todesktop/shared 7.188.15 → 7.188.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/base.d.ts +1 -0
- package/lib/toDesktop.d.ts +1 -0
- package/package.json +1 -1
- package/src/base.ts +1 -0
- package/src/toDesktop.ts +1 -0
package/lib/base.d.ts
CHANGED
|
@@ -133,6 +133,7 @@ export interface ToDesktopJson {
|
|
|
133
133
|
category?: string;
|
|
134
134
|
dmgBackground?: FilePath;
|
|
135
135
|
entitlements?: FilePath;
|
|
136
|
+
provisioningProfile?: FilePath;
|
|
136
137
|
extendInfo?: IAppBuilderLib['config']['mac']['extendInfo'];
|
|
137
138
|
icon?: FilePath;
|
|
138
139
|
requirements?: FilePath;
|
package/lib/toDesktop.d.ts
CHANGED
package/package.json
CHANGED
package/src/base.ts
CHANGED
|
@@ -145,6 +145,7 @@ export interface ToDesktopJson {
|
|
|
145
145
|
category?: string;
|
|
146
146
|
dmgBackground?: FilePath;
|
|
147
147
|
entitlements?: FilePath;
|
|
148
|
+
provisioningProfile?: FilePath;
|
|
148
149
|
extendInfo?: IAppBuilderLib['config']['mac']['extendInfo'];
|
|
149
150
|
icon?: FilePath;
|
|
150
151
|
requirements?: FilePath;
|