You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-11Lines changed: 0 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,17 +74,6 @@ If I forgot to add your name to the contributors list, please add a comment in t
74
74
2. Clone this repo, run `flutter run` to start the app.
75
75
3. Run `dart run fl_build -p PLATFORM` to build the app.
76
76
77
-
### Release macOS notarized DMG
78
-
79
-
1. Copy `.env.release.example` to `.env.release`.
80
-
2. Fill in `APPLE_TEAM_ID` and `APPLE_NOTARY_KEYCHAIN_PROFILE`.
81
-
3. Make sure the `Developer ID Application` certificate is already installed in Keychain.
82
-
4. Make sure notarization credentials are already stored via `xcrun notarytool store-credentials`.
83
-
5. Install the provisioning profile used for DMG packaging. The script defaults to `ServerBox DMG Profile`, and you can override it with `APP_PROFILE_NAME`.
84
-
6. Run `bash scripts/release/release-macos-dmg.sh`.
85
-
86
-
This flow does not modify the default Xcode Release signing config. It injects a temporary `xcconfig` only for archive/export, builds a signed `.app`, packages a DMG, submits it to notarization, staples the result, and optionally uploads the DMG to the GitHub Release for `v<version>`.
87
-
88
77
### Translation
89
78
90
79
-[Guide](https://blog.lpkt.cn/posts/faq/) can be found in my blog.
0 commit comments