@@ -229,15 +229,15 @@ let project = Project(
229229 configurations: [
230230 . debug( name: " Debug " ,
231231 settings: [
232- " PROVISIONING_PROFILE_SPECIFIER " : " match Development com.jiwoo.EatSSU " ,
233- " CODE_SIGN_IDENTITY " : " Apple Development "
232+ " PROVISIONING_PROFILE_SPECIFIER " : " match Development com.jiwoo.EatSSU.EatSSUwidget2025 " ,
233+ " CODE_SIGN_IDENTITY " : " Apple Development "
234234 ] ,
235235 xcconfig: " App/Resources/Secrets/Debug.xcconfig "
236236 ) ,
237237 . release( name: " Release " ,
238238 settings: [
239- " PROVISIONING_PROFILE_SPECIFIER " : " match AppStore com.jiwoo.EatSSU " ,
240- " CODE_SIGN_IDENTITY " : " Apple Distribution "
239+ " PROVISIONING_PROFILE_SPECIFIER " : " match AppStore com.jiwoo.EatSSU.EatSSUwidget2025 " ,
240+ " CODE_SIGN_IDENTITY " : " Apple Distribution "
241241 ] ,
242242 xcconfig: " App/Resources/Secrets/Release.xcconfig "
243243 )
@@ -270,15 +270,15 @@ let project = Project(
270270 configurations: [
271271 . debug( name: " Debug " ,
272272 settings: [
273- " PROVISIONING_PROFILE_SPECIFIER " : " match Development com.jiwoo.EatSSU " ,
274- " CODE_SIGN_IDENTITY " : " Apple Development "
273+ " PROVISIONING_PROFILE_SPECIFIER " : " match Development com.jiwoo.EatSSU.EatSSUwidget2025 " ,
274+ " CODE_SIGN_IDENTITY " : " Apple Development "
275275 ] ,
276276 xcconfig: " App/Resources/Secrets/Debug.xcconfig "
277277 ) ,
278278 . release( name: " Release " ,
279279 settings: [
280- " PROVISIONING_PROFILE_SPECIFIER " : " match AppStore com.jiwoo.EatSSU " ,
281- " CODE_SIGN_IDENTITY " : " Apple Distribution "
280+ " PROVISIONING_PROFILE_SPECIFIER " : " match AppStore com.jiwoo.EatSSU.EatSSUwidget2025 " ,
281+ " CODE_SIGN_IDENTITY " : " Apple Distribution "
282282 ] ,
283283 xcconfig: " App/Resources/Secrets/Release.xcconfig "
284284 )
0 commit comments