Commit 33a046c 1 parent 9951ff8 commit 33a046c Copy full SHA for 33a046c
File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -503,6 +503,7 @@ jobs:
503
503
run : |
504
504
op document get --output ./OldApp_AppStore.mobileprovision OldApp_AppStore
505
505
op document get --output ./OldApp_AppStore_Share_Extension.mobileprovision OldApp_AppStore_Share_Extension
506
+ op document get --output ./OldApp_AppStore_Notification_Service.mobileprovision OldApp_AppStore_Notification_Service
506
507
507
508
- name : Decrypt AppStore profile
508
509
run : cd ios && gpg --quiet --batch --yes --decrypt --passphrase="$LARGE_SECRET_PASSPHRASE" --output NewApp_AppStore.mobileprovision NewApp_AppStore.mobileprovision.gpg
Original file line number Diff line number Diff line change @@ -389,6 +389,10 @@ platform :ios do
389
389
path : "./OldApp_AppStore_Share_Extension.mobileprovision"
390
390
)
391
391
392
+ install_provisioning_profile (
393
+ path : "./OldApp_AppStore_Notification_Service.mobileprovision"
394
+ )
395
+
392
396
build_app (
393
397
workspace : "../iOS/Expensify.xcworkspace" ,
394
398
scheme : "Expensify" ,
@@ -398,7 +402,8 @@ platform :ios do
398
402
manageAppVersionAndBuildNumber : false ,
399
403
provisioningProfiles : {
400
404
"com.expensify.expensifylite" => "(OldApp) AppStore" ,
401
- "com.expensify.expensifylite.SmartScanExtension" => "(OldApp) AppStore: Share Extension"
405
+ "com.expensify.expensifylite.SmartScanExtension" => "(OldApp) AppStore: Share Extension" ,
406
+ "com.expensify.expensifylite.NotificationServiceExtension" => "(OldApp) AppStore: Notification Service" ,
402
407
}
403
408
}
404
409
)
You can’t perform that action at this time.
0 commit comments