File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 445
445
buildSettings = {
446
446
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
447
447
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";
450
450
CODE_SIGN_STYLE = Manual;
451
451
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
452
452
DEVELOPMENT_TEAM = "";
460
460
PRODUCT_BUNDLE_IDENTIFIER = com.daniilshumko.woeios;
461
461
PRODUCT_NAME = "$(TARGET_NAME)";
462
462
PROVISIONING_PROFILE_SPECIFIER = "";
463
- "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = Wildcard ;
463
+ "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "GitHub Actions tutorials" ;
464
464
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
465
465
SWIFT_VERSION = 5.0;
466
466
VERSIONING_SYSTEM = "apple-generic";
You can’t perform that action at this time.
0 commit comments