B. Petersen hace 5 años
padre
commit
9d44a706d0
Se han modificado 1 ficheros con 5 adiciones y 10 borrados
  1. 5 10
      docs/testflight.md

+ 5 - 10
docs/testflight.md

@@ -1,24 +1,19 @@
 # release on testflight
 # release on testflight
 
 
 1. update core rust submodule, if needed:
 1. update core rust submodule, if needed:
-   ```
-   $ cd deltachat-ios/libraries/deltachat-core-rust
-   $ cargo update          # as needed
-   $ git checkout master   # or whatever should be used
-   $ git pull
-   $ cd ../../..
-   $ git commit -am "update core submodule"
-   ```
+   $ ./tools/update-core.sh
+
 2. in Xcode:
 2. in Xcode:
-   - adapt version as needed ("View/Navigator/Project Navigator/deltachat-ios",
+   - adapt version ("View/Navigator/Project Navigator/deltachat-ios",
      target "deltachat-ios", then "General/Version")
      target "deltachat-ios", then "General/Version")
-   - if the version was changed, increase the build number in the same dialog
+   - increase the build number in the same dialog
    - select "Generic iOS Device" in the toolbar
    - select "Generic iOS Device" in the toolbar
    - menu "Product/Archive" ... coffee ...
    - menu "Product/Archive" ... coffee ...
      (codesign may ask for a password, this _may_ be empty and "Enter" will do)
      (codesign may ask for a password, this _may_ be empty and "Enter" will do)
    - on success, a dialog with all releases on the machine is shown;
    - on success, a dialog with all releases on the machine is shown;
      click on the most recent and select "Distribute", then "iOS App Store",
      click on the most recent and select "Distribute", then "iOS App Store",
 	 then "Upload", leave default options, in the summary, click "Upload" again
 	 then "Upload", leave default options, in the summary, click "Upload" again
+   - deltachat-ios on Github: "Draft a new release" with the version form `v1.2.3`
 
 
 3. on https://appstoreconnect.apple.com :
 3. on https://appstoreconnect.apple.com :
    - open "My Apps/Delta Chat/TestFlight/" 
    - open "My Apps/Delta Chat/TestFlight/"