You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alertController.addAction(UIAlertAction(title:NSLocalizedString("Keep App Extensions (Use Main Profile)", comment:""), style:.default){(action)in
140
+
self.context.useMainProfile =true
141
+
self.finish(.success(()))
142
+
})
143
+
alertController.addAction(UIAlertAction(title:NSLocalizedString("Keep App Extensions (Register App ID for Each Extension)", comment:""), style:.default){(action)in
0 commit comments