Skip to content

Commit

Permalink
fix: macos release build
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasXu0 committed Aug 4, 2023
1 parent 16a01e1 commit c90c69a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.0;
ONLY_ACTIVE_ARCH = NO;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.appflowy.appflowy.flutter;
PRODUCT_NAME = AppFlowy;
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down

0 comments on commit c90c69a

Please sign in to comment.