[PR #517] [MERGED] feat: native support for m1 mac #4166

Closed
opened 2026-03-23 21:36:36 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/517
Author: @vincentdchan
Created: 5/30/2022
Status: Merged
Merged: 5/31/2022
Merged by: @appflowy

Base: mainHead: feat/native-support-for-m1-mac


📝 Commits (1)

  • 14b0126 feat: native support for m1 mac

📊 Changes

5 files changed (+17 additions, -9 deletions)

View changed files

📝 .github/workflows/ci.yaml (+1 -1)
📝 .github/workflows/release.yml (+1 -1)
📝 frontend/Makefile.toml (+11 -3)
📝 frontend/app_flowy/macos/Runner.xcodeproj/project.pbxproj (+3 -3)
📝 frontend/scripts/build_sdk.sh (+1 -1)

📄 Description

This PR is changing the build script for the people who use the M1 mac to build the native arm64 app on their MacBook.

Notice:

If you have built the x86 version of AppFlowy on your M1 mac, please follow these steps to clean your environment:

  • Uninstall the CocoaPods installed by gem:
sudo gem uninstall cocoapods
  • Install the CocoaPods with HomeBrew:
brew install cocoapods
  • Run flutter clean in AppFlowy/frontend/app_flowy
  • Rebuild the AppFlowy with the official doc

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/517 **Author:** [@vincentdchan](https://github.com/vincentdchan) **Created:** 5/30/2022 **Status:** ✅ Merged **Merged:** 5/31/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `feat/native-support-for-m1-mac` --- ### 📝 Commits (1) - [`14b0126`](https://github.com/AppFlowy-IO/AppFlowy/commit/14b012686bf31e933b5c68e69099565d9a9730a3) feat: native support for m1 mac ### 📊 Changes **5 files changed** (+17 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yaml` (+1 -1) 📝 `.github/workflows/release.yml` (+1 -1) 📝 `frontend/Makefile.toml` (+11 -3) 📝 `frontend/app_flowy/macos/Runner.xcodeproj/project.pbxproj` (+3 -3) 📝 `frontend/scripts/build_sdk.sh` (+1 -1) </details> ### 📄 Description This PR is changing the build script for the people who use the M1 mac to build the native arm64 app on their MacBook. **Notice:** If you have built the x86 version of AppFlowy on your M1 mac, please follow these steps to clean your environment: - Uninstall the CocoaPods installed by gem: ``` sudo gem uninstall cocoapods ``` - Install the CocoaPods with HomeBrew: ``` brew install cocoapods ``` - Run `flutter clean` in `AppFlowy/frontend/app_flowy` - Rebuild the AppFlowy with the [official doc](https://appflowy.gitbook.io/docs/essential-documentation/contribute-to-appflowy/software-contributions/environment-setup/building-on-macos) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 21:36:36 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#4166
No description provided.