File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 3030 with :
3131 destination-path : ./Emarsys\ Sample
3232 filename : exportOptions.plist
33- secret : ${{ secrets.TESTFLIGHT_EXPORT_OPTIONS_PLIST_BASE64 }}
33+ secret : ${{ secrets.TESTFLIGHT_EXPORT_OPTIONS_PLIST_BASE64 }} # can be found in the root of the repo as ExportOptions.plist
3434 - name : Setup Dev Account Dist Cert
3535 uses : apple-actions/import-codesign-certs@v1
3636 with :
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+ <plist version =" 1.0" >
4+ <dict >
5+ <key >method </key >
6+ <string >app-store-connect </string >
7+ <key >teamID </key >
8+ <string >4J5FXBB97U </string >
9+ <key >teamName </key >
10+ <string >EMARSYS-Technologies Informatikai Szolgaltato Korlatolt Felelossegu Tarsasag </string >
11+ <key >provisioningProfiles </key >
12+ <dict >
13+ <key >com.emarsys.EmarsysSample </key >
14+ <string >EmarsysSampleProvProf </string >
15+ <key >com.emarsys.EmarsysSample.NotificationService </key >
16+ <string >EmarsysSampleNotificationServiceProvProf </string >
17+ </dict >
18+ </dict >
19+ </plist >
You can’t perform that action at this time.
0 commit comments