2018-12-13 05:05:00 -05:00
|
|
|
directories:
|
2018-12-13 20:36:49 -05:00
|
|
|
buildResources: buildResources
|
2018-12-13 05:05:00 -05:00
|
|
|
output: dist
|
|
|
|
appId: edu.mit.scratch.scratch-desktop
|
2020-09-17 15:07:08 -04:00
|
|
|
productName: "Scratch 3"
|
2020-06-26 11:22:27 -04:00
|
|
|
publish: # empty provider list = don't publish
|
2018-12-13 05:05:00 -05:00
|
|
|
mac:
|
|
|
|
category: public.app-category.education
|
2020-03-09 18:45:07 -04:00
|
|
|
entitlements: buildResources/entitlements.mac.plist
|
|
|
|
extendInfo:
|
2023-08-15 09:13:09 -04:00
|
|
|
ITSAppUsesNonExemptEncryption: false
|
2020-03-09 18:45:07 -04:00
|
|
|
NSCameraUsageDescription: >-
|
2021-06-01 13:46:19 -04:00
|
|
|
This app requires camera access when using the video sensing blocks.
|
2020-03-09 18:45:07 -04:00
|
|
|
NSMicrophoneUsageDescription: >-
|
|
|
|
This app requires microphone access when recording sounds or detecting loudness.
|
|
|
|
gatekeeperAssess: true
|
2020-01-16 11:41:54 -05:00
|
|
|
hardenedRuntime: true
|
2018-12-14 00:17:02 -05:00
|
|
|
icon: buildResources/ScratchDesktop.icns
|
2022-01-26 14:17:11 -05:00
|
|
|
provisioningProfile: build/AppStore_edu.mit.scratch.scratch-desktop.provisionprofile
|
2020-09-17 15:07:08 -04:00
|
|
|
artifactName: "Scratch ${version}.${ext}"
|
2018-12-13 05:05:00 -05:00
|
|
|
target:
|
|
|
|
- dmg
|
|
|
|
- mas
|
2020-09-17 15:07:08 -04:00
|
|
|
dmg:
|
|
|
|
title: "Scratch ${version}"
|
2020-03-09 18:45:07 -04:00
|
|
|
mas:
|
2018-12-13 05:05:00 -05:00
|
|
|
category: public.app-category.education
|
2020-03-09 18:45:07 -04:00
|
|
|
entitlements: buildResources/entitlements.mas.plist
|
2020-03-30 15:12:34 -04:00
|
|
|
entitlementsInherit: buildResources/entitlements.mas.inherit.plist
|
2020-05-22 19:18:58 -04:00
|
|
|
hardenedRuntime: false
|
2018-12-14 00:17:02 -05:00
|
|
|
icon: buildResources/ScratchDesktop.icns
|
2020-05-22 18:19:28 -04:00
|
|
|
masDev:
|
|
|
|
type: development
|
2022-01-26 14:17:11 -05:00
|
|
|
provisioningProfile: build/Development_edu.mit.scratch.scratch-desktop.provisionprofile
|
2018-12-13 05:05:00 -05:00
|
|
|
win:
|
2018-12-14 00:17:02 -05:00
|
|
|
icon: buildResources/ScratchDesktop.ico
|
2018-12-13 05:05:00 -05:00
|
|
|
target:
|
|
|
|
- appx
|
|
|
|
- nsis
|
2018-12-13 20:39:52 -05:00
|
|
|
appx:
|
2018-12-13 22:18:50 -05:00
|
|
|
identityName: ScratchFoundation.ScratchDesktop
|
|
|
|
publisherDisplayName: "Scratch Foundation"
|
|
|
|
publisher: "CN=2EC43DF1-469A-4119-9AB9-568A0A1FF65F"
|
2021-01-28 17:13:21 -05:00
|
|
|
artifactName: "Scratch ${version} ${arch}.${ext}"
|
2019-07-25 13:55:25 -04:00
|
|
|
nsis:
|
|
|
|
oneClick: false # allow user to choose per-user or per-machine
|
2020-09-17 15:07:08 -04:00
|
|
|
artifactName: "Scratch ${version} Setup.${ext}"
|