[signing] Restore LC provisioning profiles and sync project.yml

I reverted project.pbxproj earlier to drop Xcode's objectVersion churn
and wiped the manual signing config with it. Restored.

- project.pbxproj: back to the LC Prov profile set (Dev/Dist for the app,
  Dev/Dist Push for NotificationService), CODE_SIGN_STYLE = Manual on all
  targets - byte-identical to fix/signing/notification-extension-distribution.
- project.yml: was still pointing at the old 'PediFoods Dev/Dist Prov
  Prof' names and CODE_SIGN_STYLE Automatic for the extension. Synced to
  the same LC Prov set so 'xcodegen generate' reproduces the signing
  instead of reverting it. Verified: regenerating from this project.yml
  yields the same CODE_SIGN_* / PROVISIONING_PROFILE_SPECIFIER settings.
This commit is contained in:
Daniel Arantes Loverde
2026-08-27 10:38:28 -03:00
parent 57103c637a
commit 21250ec2b9
2 changed files with 128 additions and 77 deletions

View File

@@ -52,17 +52,19 @@ targets:
INFOPLIST_KEY_UIStatusBarStyle: UIStatusBarStyleDefault
configs:
Debug:
CODE_SIGN_IDENTITY: "Apple Development"
"CODE_SIGN_IDENTITY[sdk=iphoneos*]": "iPhone Developer"
DEVELOPMENT_TEAM: ""
"DEVELOPMENT_TEAM[sdk=iphoneos*]": K4E5BZMM4V
PROVISIONING_PROFILE_SPECIFIER: ""
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]": "PediFoods Dev Prov Prof"
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]": "LC Prov PediFoods Dev Profile"
Release:
DEVELOPMENT_TEAM: K4E5BZMM4V
"DEVELOPMENT_TEAM[sdk=iphoneos*]": K4E5BZMM4V
CODE_SIGN_IDENTITY: "Apple Distribution"
CODE_SIGN_IDENTITY: "Apple Development"
"CODE_SIGN_IDENTITY[sdk=iphoneos*]": "iPhone Distribution"
PROVISIONING_PROFILE_SPECIFIER: "com.br.pedifoods.app AppStore"
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]": "PediFoods Dist XC Prov Prof"
DEVELOPMENT_TEAM: ""
"DEVELOPMENT_TEAM[sdk=iphoneos*]": K4E5BZMM4V
PROVISIONING_PROFILE_SPECIFIER: ""
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]": "LC Prov PediFoods Dist Profile"
attributes:
SystemCapabilities:
com.apple.Push:
@@ -80,12 +82,25 @@ targets:
MARKETING_VERSION: 0.0.1
CURRENT_PROJECT_VERSION: 1
INFOPLIST_FILE: NotificationServiceExtension/Info.plist
CODE_SIGN_STYLE: Automatic
DEVELOPMENT_TEAM: K4E5BZMM4V
CODE_SIGN_STYLE: Manual
SWIFT_VERSION: "6"
TARGETED_DEVICE_FAMILY: "1"
SKIP_INSTALL: YES
CLANG_ENABLE_OBJC_WEAK: NO
configs:
Debug:
"CODE_SIGN_IDENTITY[sdk=iphoneos*]": "iPhone Developer"
DEVELOPMENT_TEAM: ""
"DEVELOPMENT_TEAM[sdk=iphoneos*]": K4E5BZMM4V
PROVISIONING_PROFILE_SPECIFIER: ""
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]": "LC Prov PediFoods Dev Push Profile"
Release:
CODE_SIGN_IDENTITY: "Apple Development"
"CODE_SIGN_IDENTITY[sdk=iphoneos*]": "iPhone Distribution"
DEVELOPMENT_TEAM: ""
"DEVELOPMENT_TEAM[sdk=iphoneos*]": K4E5BZMM4V
PROVISIONING_PROFILE_SPECIFIER: ""
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]": "LC Prov PediFoods Dist Push Profile"
PediFoodsTests:
type: bundle.unit-test
@@ -98,6 +113,21 @@ targets:
base:
SWIFT_VERSION: "6"
GENERATE_INFOPLIST_FILE: YES
CODE_SIGN_STYLE: Manual
configs:
Debug:
"CODE_SIGN_IDENTITY[sdk=iphoneos*]": "iPhone Developer"
"CODE_SIGN_IDENTITY[sdk=macosx*]": "Apple Development"
DEVELOPMENT_TEAM: ""
"DEVELOPMENT_TEAM[sdk=iphoneos*]": K4E5BZMM4V
"DEVELOPMENT_TEAM[sdk=macosx*]": K4E5BZMM4V
PROVISIONING_PROFILE_SPECIFIER: ""
Release:
"CODE_SIGN_IDENTITY[sdk=iphoneos*]": "Apple Distribution"
"CODE_SIGN_IDENTITY[sdk=macosx*]": "-"
DEVELOPMENT_TEAM: ""
"DEVELOPMENT_TEAM[sdk=iphoneos*]": K4E5BZMM4V
PROVISIONING_PROFILE_SPECIFIER: ""
PediFoodsUITests:
type: bundle.ui-testing
@@ -110,6 +140,7 @@ targets:
base:
SWIFT_VERSION: "6"
GENERATE_INFOPLIST_FILE: YES
DEVELOPMENT_TEAM: K4E5BZMM4V
schemes:
PediFoods: