1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-24 13:43:12 +02:00

macOS: mkdir mac/dist

This commit is contained in:
Chen-I Lim 2021-01-06 12:32:28 -08:00
parent 33c2eac95e
commit 0571264d1f

View File

@ -68,6 +68,7 @@ mac-app: server-mac webapp
cp -R webapp/pack mac/resources/pack
mkdir -p mac/temp
xcodebuild archive -workspace mac/Tasks.xcworkspace -scheme Tasks -archivePath mac/temp/tasks.xcarchive CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED="NO" CODE_SIGNING_ALLOWED="NO"
mkdir -p mac/dist
cp -R mac/temp/tasks.xcarchive/Products/Applications/Tasks.app mac/dist/
# xcodebuild -exportArchive -archivePath mac/temp/tasks.xcarchive -exportPath mac/dist -exportOptionsPlist mac/export.plist
cd mac/dist; zip -r tasks-mac.zip Tasks.app