@@ -109,10 +109,10 @@ describe('credentialsJson', () => {
109
109
const result = await credentialsJsonReader . readIosCredentialsAsync ( '.' , applicationTarget ) ;
110
110
expect ( result ) . toEqual ( {
111
111
[ applicationTarget . targetName ] : {
112
- provisioningProfile : 'c29tZWJpbmFyeWNvbnRlbnQ=' ,
112
+ provisioningProfileBase64 : 'c29tZWJpbmFyeWNvbnRlbnQ=' ,
113
113
distributionCertificate : {
114
- certificateP12 : 'c29tZWJpbmFyeWNvbnRlbnQy' ,
115
- certificatePassword : 'certPass' ,
114
+ dataBase64 : 'c29tZWJpbmFyeWNvbnRlbnQy' ,
115
+ password : 'certPass' ,
116
116
} ,
117
117
} ,
118
118
} ) ;
@@ -230,17 +230,17 @@ describe('credentialsJson', () => {
230
230
) ;
231
231
expect ( result ) . toEqual ( {
232
232
target1 : {
233
- provisioningProfile : 'cHByb2ZpbGUtMS1zb21lYmluYXJ5Y29udGVudA==' ,
233
+ provisioningProfileBase64 : 'cHByb2ZpbGUtMS1zb21lYmluYXJ5Y29udGVudA==' ,
234
234
distributionCertificate : {
235
- certificateP12 : 'Y2VydC0xLXNvbWViaW5hcnljb250ZW50' ,
236
- certificatePassword : 'cert-pass-1' ,
235
+ dataBase64 : 'Y2VydC0xLXNvbWViaW5hcnljb250ZW50' ,
236
+ password : 'cert-pass-1' ,
237
237
} ,
238
238
} ,
239
239
target2 : {
240
- provisioningProfile : 'cHByb2ZpbGUtMi1zb21lYmluYXJ5Y29udGVudA==' ,
240
+ provisioningProfileBase64 : 'cHByb2ZpbGUtMi1zb21lYmluYXJ5Y29udGVudA==' ,
241
241
distributionCertificate : {
242
- certificateP12 : 'Y2VydC0yLXNvbWViaW5hcnljb250ZW50' ,
243
- certificatePassword : 'cert-pass-2' ,
242
+ dataBase64 : 'Y2VydC0yLXNvbWViaW5hcnljb250ZW50' ,
243
+ password : 'cert-pass-2' ,
244
244
} ,
245
245
} ,
246
246
} ) ;
0 commit comments