Skip to content

Commit

Permalink
use distribution profile.
Browse files Browse the repository at this point in the history
  • Loading branch information
jigar-f committed Jan 1, 2025
1 parent 2e28827 commit e37cee7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions macos/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Release.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Mac Developer";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = "";
Expand All @@ -737,7 +737,7 @@
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = "macOS Development";
"PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = "macOS distribution";
SWIFT_VERSION = 5.0;
};
name = Release;
Expand Down

0 comments on commit e37cee7

Please sign in to comment.