Skip to content

Commit faf24ac

Browse files
committed
Fixed release ios signing
1 parent 35fa5f8 commit faf24ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ios/Runner.xcodeproj/project.pbxproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -445,8 +445,8 @@
445445
buildSettings = {
446446
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
447447
CLANG_ENABLE_MODULES = YES;
448-
CODE_SIGN_IDENTITY = "Apple Distribution";
449-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Distribution";
448+
CODE_SIGN_IDENTITY = "iPhone Distribution";
449+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
450450
CODE_SIGN_STYLE = Manual;
451451
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
452452
DEVELOPMENT_TEAM = "";
@@ -460,7 +460,7 @@
460460
PRODUCT_BUNDLE_IDENTIFIER = com.daniilshumko.woeios;
461461
PRODUCT_NAME = "$(TARGET_NAME)";
462462
PROVISIONING_PROFILE_SPECIFIER = "";
463-
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = Wildcard;
463+
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "GitHub Actions tutorials";
464464
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
465465
SWIFT_VERSION = 5.0;
466466
VERSIONING_SYSTEM = "apple-generic";

0 commit comments

Comments
 (0)