Ver código fonte

Howto release

Jean-Baptiste Kempf 11 anos atrás
pai
commit
51061a9994
1 arquivos alterados com 21 adições e 0 exclusões
  1. 21 0
      share/howto_release.txt

+ 21 - 0
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 <tag> -o vlc-iOS-<tag>.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