[GH-ISSUE #7453] [Bug] AppFlowy-0.8.5-macos-universal is ARM #3321

Closed
opened 2026-03-23 21:29:16 +00:00 by mirror · 9 comments
Owner

Originally created by @cddehsy on GitHub (Mar 4, 2025).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/7453

Bug Description

AppFlowy-0.8.5-macos-universal is ARM

How to Reproduce

AppFlowy-0.8.5-macos-universal is ARM

Expected Behavior

AppFlowy-0.8.5-macos-universal is ARM

Operating System

macos 15.3.1

AppFlowy Version(s)

0.8.5

Screenshots

No response

Additional Context

No response

Originally created by @cddehsy on GitHub (Mar 4, 2025). Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/7453 ### Bug Description AppFlowy-0.8.5-macos-universal is ARM ### How to Reproduce AppFlowy-0.8.5-macos-universal is ARM ### Expected Behavior AppFlowy-0.8.5-macos-universal is ARM ### Operating System macos 15.3.1 ### AppFlowy Version(s) 0.8.5 ### Screenshots _No response_ ### Additional Context _No response_
Author
Owner

@LucasXu0 commented on GitHub (Mar 4, 2025):

@cddehsy Thanks for reporting this. Please try the latest universal macOS packages.

lipo -archs /Users/lucas.xu/Downloads/AppFlowy.app/Contents/MacOS/AppFlowy
x86_64 arm64
<!-- gh-comment-id:2697838561 --> @LucasXu0 commented on GitHub (Mar 4, 2025): @cddehsy Thanks for reporting this. Please try the latest universal macOS packages. ``` lipo -archs /Users/lucas.xu/Downloads/AppFlowy.app/Contents/MacOS/AppFlowy x86_64 arm64 ```
Author
Owner

@core-code commented on GitHub (Mar 4, 2025):

while the ARM-only (instead of proper universal) issue has been fixed by the re-upload, now the binary is unsigned (instead of being properly signed by 'APPFLOWY PTE. LTD (VHB67HRSZG)').

this means it can only be launched with workarounds...

<!-- gh-comment-id:2698651208 --> @core-code commented on GitHub (Mar 4, 2025): while the ARM-only (instead of proper universal) issue has been fixed by the re-upload, now the binary is unsigned (instead of being properly signed by 'APPFLOWY PTE. LTD (VHB67HRSZG)'). this means it can only be launched with workarounds...
Author
Owner

@LucasXu0 commented on GitHub (Mar 5, 2025):

@core-code It seems the code signing service was down when signing the universal package. I’m attempting to notarize the universal application again.

<!-- gh-comment-id:2699513074 --> @LucasXu0 commented on GitHub (Mar 5, 2025): @core-code It seems the code signing service was down when signing the universal package. I’m attempting to notarize the universal application again.
Author
Owner

@LucasXu0 commented on GitHub (Mar 5, 2025):

@core-code @cddehsy I have codesigned the macOS universal package. Let me know if you have another issue.

<!-- gh-comment-id:2699594098 --> @LucasXu0 commented on GitHub (Mar 5, 2025): @core-code @cddehsy I have codesigned the macOS universal package. Let me know if you have another issue.
Author
Owner

@core-code commented on GitHub (Mar 5, 2025):

it is now universal and it is now signed, but there are some issues with the code signature that previous versions didn't have:

Image Image
<!-- gh-comment-id:2700446687 --> @core-code commented on GitHub (Mar 5, 2025): it is now universal and it is now signed, but there are some issues with the code signature that previous versions didn't have: <img width="1403" alt="Image" src="https://github.com/user-attachments/assets/20fa9668-d42e-4065-97a0-bdb89c88db7b" /> <img width="868" alt="Image" src="https://github.com/user-attachments/assets/64cb53da-557b-46c7-9114-951c2ce4dde0" />
Author
Owner

@LucasXu0 commented on GitHub (Mar 5, 2025):

@core-code What's the application you are using?

I'm using the codesign verify tool, and it seems all the frameworks are codesigned.

codesign --verify --verbose=4 AppFlowy.app/
--prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftCore.dylib
--validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftCore.dylib
--prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftObjectiveC.dylib
--validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftObjectiveC.dylib
--prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftXPC.dylib
--validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftXPC.dylib
--prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftAppKit.dylib
--validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftAppKit.dylib
--prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftCoreImage.dylib
--validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftCoreImage.dylib
--prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftCoreGraphics.dylib
--validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftCoreGraphics.dylib
--prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/irondash_engine_context.framework/Versions/Current/.
--validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/irondash_engine_context.framework/Versions/Current/.
--prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/FlutterMacOS.framework/Versions/Current/.
--validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/FlutterMacOS.framework/Versions/Current/.
--prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/Reachability.framework/Versions/Current/.
--validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/Reachability.framework/Versions/Current/.
--prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/desktop_drop.framework/Versions/Current/.
--validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/desktop_drop.framework/Versions/Current/.
--prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/super_native_extensions.framework/Versions/Current/.
--validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/super_native_extensions.framework/Versions/Current/.
--prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftDispatch.dylib
--validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftDispatch.dylib
--prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftMetal.dylib
--validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftMetal.dylib
--prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftCoreData.dylib
--validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftCoreData.dylib
--prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftCoreFoundation.dylib
--validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftCoreFoundation.dylib
--prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftos.dylib
--validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftos.dylib
--prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/hotkey_manager.framework/Versions/Current/.
--validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/hotkey_manager.framework/Versions/Current/.
--prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/Sparkle.framework/Versions/Current/.
--validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/Sparkle.framework/Versions/Current/.
--prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/bitsdojo_window_macos.framework/Versions/Current/.
--validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/bitsdojo_window_macos.framework/Versions/Current/.
--prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/App.framework/Versions/Current/.
--validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/App.framework/Versions/Current/.
--prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/sentry_flutter.framework/Versions/Current/.
--validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/sentry_flutter.framework/Versions/Current/.
--prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/Sentry.framework/Versions/Current/.
--validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/Sentry.framework/Versions/Current/.
--prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftDarwin.dylib
--validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftDarwin.dylib
--prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftQuartzCore.dylib
--validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftQuartzCore.dylib
--prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftIOKit.dylib
--validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftIOKit.dylib
--prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/app_links.framework/Versions/Current/.
--validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/app_links.framework/Versions/Current/.
--prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/device_info_plus.framework/Versions/Current/.
--validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/device_info_plus.framework/Versions/Current/.
--prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/share_plus.framework/Versions/Current/.
--validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/share_plus.framework/Versions/Current/.
--prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/auto_updater_macos.framework/Versions/Current/.
--validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/auto_updater_macos.framework/Versions/Current/.
--prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/path_provider_foundation.framework/Versions/Current/.
--validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/path_provider_foundation.framework/Versions/Current/.
--prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/sqflite_darwin.framework/Versions/Current/.
--validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/sqflite_darwin.framework/Versions/Current/.
--prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftNetwork.dylib
--validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftNetwork.dylib
--prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftCoreAudio.dylib
--validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftCoreAudio.dylib
--prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/local_notifier.framework/Versions/Current/.
--validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/local_notifier.framework/Versions/Current/.
--prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/package_info_plus.framework/Versions/Current/.
--validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/package_info_plus.framework/Versions/Current/.
--prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/HotKey.framework/Versions/Current/.
--validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/HotKey.framework/Versions/Current/.
--prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/window_manager.framework/Versions/Current/.
--validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/window_manager.framework/Versions/Current/.
--prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/screen_retriever_macos.framework/Versions/Current/.
--validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/screen_retriever_macos.framework/Versions/Current/.
--prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/flowy_infra_ui.framework/Versions/Current/.
--validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/flowy_infra_ui.framework/Versions/Current/.
--prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/shared_preferences_foundation.framework/Versions/Current/.
--validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/shared_preferences_foundation.framework/Versions/Current/.
--prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/file_selector_macos.framework/Versions/Current/.
--validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/file_selector_macos.framework/Versions/Current/.
--prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftCoreMedia.dylib
--validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftCoreMedia.dylib
--prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftFoundation.dylib
--validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftFoundation.dylib
--prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/connectivity_plus.framework/Versions/Current/.
--validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/connectivity_plus.framework/Versions/Current/.
--prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/url_launcher_macos.framework/Versions/Current/.
--validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/url_launcher_macos.framework/Versions/Current/.
--prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/webview_flutter_wkwebview.framework/Versions/Current/.
--validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/webview_flutter_wkwebview.framework/Versions/Current/.
AppFlowy.app/: valid on disk
AppFlowy.app/: satisfies its Designated Requirement
<!-- gh-comment-id:2700723248 --> @LucasXu0 commented on GitHub (Mar 5, 2025): @core-code What's the application you are using? I'm using the codesign verify tool, and it seems all the frameworks are codesigned. ``` codesign --verify --verbose=4 AppFlowy.app/ --prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftCore.dylib --validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftCore.dylib --prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftObjectiveC.dylib --validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftObjectiveC.dylib --prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftXPC.dylib --validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftXPC.dylib --prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftAppKit.dylib --validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftAppKit.dylib --prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftCoreImage.dylib --validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftCoreImage.dylib --prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftCoreGraphics.dylib --validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftCoreGraphics.dylib --prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/irondash_engine_context.framework/Versions/Current/. --validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/irondash_engine_context.framework/Versions/Current/. --prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/FlutterMacOS.framework/Versions/Current/. --validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/FlutterMacOS.framework/Versions/Current/. --prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/Reachability.framework/Versions/Current/. --validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/Reachability.framework/Versions/Current/. --prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/desktop_drop.framework/Versions/Current/. --validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/desktop_drop.framework/Versions/Current/. --prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/super_native_extensions.framework/Versions/Current/. --validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/super_native_extensions.framework/Versions/Current/. --prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftDispatch.dylib --validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftDispatch.dylib --prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftMetal.dylib --validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftMetal.dylib --prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftCoreData.dylib --validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftCoreData.dylib --prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftCoreFoundation.dylib --validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftCoreFoundation.dylib --prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftos.dylib --validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftos.dylib --prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/hotkey_manager.framework/Versions/Current/. --validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/hotkey_manager.framework/Versions/Current/. --prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/Sparkle.framework/Versions/Current/. --validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/Sparkle.framework/Versions/Current/. --prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/bitsdojo_window_macos.framework/Versions/Current/. --validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/bitsdojo_window_macos.framework/Versions/Current/. --prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/App.framework/Versions/Current/. --validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/App.framework/Versions/Current/. --prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/sentry_flutter.framework/Versions/Current/. --validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/sentry_flutter.framework/Versions/Current/. --prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/Sentry.framework/Versions/Current/. --validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/Sentry.framework/Versions/Current/. --prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftDarwin.dylib --validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftDarwin.dylib --prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftQuartzCore.dylib --validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftQuartzCore.dylib --prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftIOKit.dylib --validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftIOKit.dylib --prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/app_links.framework/Versions/Current/. --validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/app_links.framework/Versions/Current/. --prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/device_info_plus.framework/Versions/Current/. --validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/device_info_plus.framework/Versions/Current/. --prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/share_plus.framework/Versions/Current/. --validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/share_plus.framework/Versions/Current/. --prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/auto_updater_macos.framework/Versions/Current/. --validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/auto_updater_macos.framework/Versions/Current/. --prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/path_provider_foundation.framework/Versions/Current/. --validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/path_provider_foundation.framework/Versions/Current/. --prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/sqflite_darwin.framework/Versions/Current/. --validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/sqflite_darwin.framework/Versions/Current/. --prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftNetwork.dylib --validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftNetwork.dylib --prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftCoreAudio.dylib --validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftCoreAudio.dylib --prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/local_notifier.framework/Versions/Current/. --validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/local_notifier.framework/Versions/Current/. --prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/package_info_plus.framework/Versions/Current/. --validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/package_info_plus.framework/Versions/Current/. --prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/HotKey.framework/Versions/Current/. --validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/HotKey.framework/Versions/Current/. --prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/window_manager.framework/Versions/Current/. --validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/window_manager.framework/Versions/Current/. --prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/screen_retriever_macos.framework/Versions/Current/. --validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/screen_retriever_macos.framework/Versions/Current/. --prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/flowy_infra_ui.framework/Versions/Current/. --validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/flowy_infra_ui.framework/Versions/Current/. --prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/shared_preferences_foundation.framework/Versions/Current/. --validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/shared_preferences_foundation.framework/Versions/Current/. --prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/file_selector_macos.framework/Versions/Current/. --validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/file_selector_macos.framework/Versions/Current/. --prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftCoreMedia.dylib --validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftCoreMedia.dylib --prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftFoundation.dylib --validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/libswiftFoundation.dylib --prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/connectivity_plus.framework/Versions/Current/. --validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/connectivity_plus.framework/Versions/Current/. --prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/url_launcher_macos.framework/Versions/Current/. --validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/url_launcher_macos.framework/Versions/Current/. --prepared:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/webview_flutter_wkwebview.framework/Versions/Current/. --validated:/Users/lucas.xu/Downloads/AppFlowy.app/Contents/Frameworks/webview_flutter_wkwebview.framework/Versions/Current/. AppFlowy.app/: valid on disk AppFlowy.app/: satisfies its Designated Requirement ```
Author
Owner

@core-code commented on GitHub (Mar 5, 2025):

the app is "Apparency" 1, but as you can see from the other screenshot the issue was also noticeable on the command-line

BUT, i checked things again and the app in the "AppFlowy-0.8.5-macos-universal.dmg" download is fine, the signing issue occurs only in the "AppFlowy-0.8.5-macos-universal.zip" download.

the size difference is also suspicious, shouldn't be more than 20% normally.

<!-- gh-comment-id:2700732542 --> @core-code commented on GitHub (Mar 5, 2025): the app is "Apparency" [1], but as you can see from the other screenshot the issue was also noticeable on the command-line BUT, i checked things again and the app in the "AppFlowy-0.8.5-macos-universal.dmg" download is fine, the signing issue occurs only in the "AppFlowy-0.8.5-macos-universal.zip" download. the size difference is also suspicious, shouldn't be more than 20% normally. [1]: https://www.mothersruin.com/software/Apparency/
Author
Owner

@LucasXu0 commented on GitHub (Mar 5, 2025):

The zip file was compressed without symbolic links. I think that's the issue. Now you can see the .zip file size and the .dmg file size are almost the same now.

<!-- gh-comment-id:2700779771 --> @LucasXu0 commented on GitHub (Mar 5, 2025): The zip file was compressed without symbolic links. I think that's the issue. Now you can see the `.zip` file size and the `.dmg` file size are almost the same now.
Author
Owner

@core-code commented on GitHub (Mar 5, 2025):

thanks i can confirm it is resolved now

<!-- gh-comment-id:2701474569 --> @core-code commented on GitHub (Mar 5, 2025): thanks i can confirm it is resolved now
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#3321
No description provided.