From 51061a9994117c3a61a2e2e9df4542cdbd9b8572 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Wed, 11 Sep 2013 17:16:24 +0200 Subject: [PATCH] Howto release --- share/howto_release.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 share/howto_release.txt diff --git a/share/howto_release.txt b/share/howto_release.txt new file mode 100644 index 00000000..a6bef9bb --- /dev/null +++ b/share/howto_release.txt @@ -0,0 +1,21 @@ +HOWTO release +------------- +Before releasing + * Pull the latest code + * Delete the imported libraries to reapply the right patches + * Build with the buildAspenProject.sh -s and then buildAspenProject.sh + * Launch from Xcode on a iDevice + +Release + * Commit everything but the Dropbox key + * Tag the last commit + * Build the tarball using git archive --format=tar.gz -o vlc-iOS-.tar.gz + * Do the same for VLCKit and MediaLibraryKit + +Build the official build + * Check the Dropbox key + * Recompile in XCode, test and Archive + * Export for the AppStore, for local .ipa and for the XCodeArchive + * Upload the tarballs, the .ipa on ganesh + * ... + * Profit -- 2.22.0