Skip to content

Commit a436d85

Browse files
matusekmamegamegaxdavidSchuppa
committed
chore(export-options): add ExportOptions.plist
ticket: SDK-552 epic: SDK-468 Co-authored-by: megamegax <[email protected]> Co-authored-by: davidSchuppa <[email protected]>
1 parent 75417b8 commit a436d85

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

.github/workflows/build_sample_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
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:

ExportOptions.plist

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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>

0 commit comments

Comments
 (0)