Skip to content

Commit

Permalink
Add app-store-connect export method
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Nov 4, 2024
1 parent a9c6efd commit 1390f10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/src/apple/export_options.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
/// Describes how Xcode should export the archive.
enum ExportMethod {
adHoc('ad-hoc'),
@Deprecated('Use appStoreConnect instead')
appStore('app-store'),
appStoreConnect('app-store-connect'),
validation('validation'),
package('package'),
enterprise('enterprise'),
Expand Down

0 comments on commit 1390f10

Please sign in to comment.