Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Taskfile integration #165

Merged
merged 19 commits into from
Oct 26, 2022
Merged

Taskfile integration #165

merged 19 commits into from
Oct 26, 2022

Conversation

voltangle
Copy link
Collaborator

No description provided.

@voltangle voltangle added enhancement New feature or request repository Anything that is related to mock-foundation/moc repository labels Oct 20, 2022
@voltangle voltangle self-assigned this Oct 20, 2022
@voltangle voltangle linked an issue Oct 20, 2022 that may be closed by this pull request
- setup: sets up the dev environment
- setup:full: sets up the dev environment and does additional stuff
- teardown: tears down the environment
- install-cli-deps: installs required Homebrew packages
- fetch-spm-packages: fetches SPM packages using Xcode
- test: a dummy task reserved for later, which will execute tests in the project
- xcode: opens project in Xcode
- build: now it builds for both macOS and iPadOS, for running build without specifying an SDK you can run build:general
- build:macOS and build:iPadOS were introduced, which run builds for respective platforms
- renamed assemble-ipa to package:iPadOS
- added package:macOS, which generates a .dmg for distribution
- added package:iPadOS, which generates an .ipa for distribution
- added package, packages the app for both macOS and iPadOS
@voltangle voltangle merged commit d560c20 into master Oct 26, 2022
@voltangle voltangle deleted the taskfile branch October 26, 2022 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request repository Anything that is related to mock-foundation/moc repository
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Incorporate taskfile.dev to the project
1 participant