application loader - altool exists in Xcode's Versions/A/Support folder, and Current/Folder. What is the difference? -


i want write script consistently references correct version of application loader. plan use altool automatically load app app store

in document says:

to validate build before upload or automate uploads of valid builds app store, can include altool in continuous integration systems. altool located in application loader.app/contents/frameworks/itunessoftwareservice.framework/versions/a/support/ folder.

i see altool in both

  • /versions/a/support/
  • /versions/current/support/

what difference between instances of bundled tool?

why documentation refer "a"?

current soft link a. in theory there b, c, etc. , current point "current" version.

generally, go through current current version. go through a (or 1 of others) specific version.


Comments

Popular posts from this blog

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -