leanflutter / flutter_distributor

An all-in-one Flutter application packaging and distribution tool, providing you with a one-stop solution to meet various distribution needs.
https://distributor.leanflutter.dev/
MIT License
812 stars 114 forks source link

Remove "--export-options-plist" check. #99

Closed cenumi closed 1 year ago

cenumi commented 1 year ago

We can use "--export-method" now.

lijy91 commented 1 year ago

I think it should check whether the export-options-plist or --export-method build args is included

lijy91 commented 1 year ago

Please see this commit https://github.com/leanflutter/flutter_distributor/commit/5548da712ef7d650c43d42ec75ee62fa296197a4 .

lijy91 commented 1 year ago

@cenumi Please upgrade to v0.2.7

cenumi commented 1 year ago

--export-method can be omitted. app-store is the default behavior.

    --export-method                                     Specify how the IPA will be distributed.

          [ad-hoc]                                      Test on designated devices that do not need to be registered with
                                                        the Apple developer account. Requires a distribution certificate.
          [app-store] (default)                         Upload to the App Store.
          [development]                                 Test only on development devices registered with the Apple
                                                        developer account.
          [enterprise]                                  Distribute an app registered with the Apple Developer Enterprise
                                                        Program.