Skip to content

Releases: getappbox/AppBox-iOSAppsWirelessInstallation

Release 3.3.0

14 Nov 14:59
0863f01
Compare
Choose a tag to compare

What's Changed

  • New self-hosted ShortURL service (appbox.me)

    • Previously, we were using branch.io to generate short URLs. But as branch.io keeps adding more and more tracking parameters to a URL we move to a self-hosted ShortURL service with more privacy focus.
  • New self-hosted cross-origin request server

  • Status page (https://status.getappbox.com/status/web)

    • A status page to check all web services thats AppBox needs to function
  • 3rd party dependencies update

    • Update AppCenter 5.0.0 (was 4.4.3)
    • Update CocoaLumberjack 3.8.0 (was 3.7.4)
    • Update ObjectiveDropboxOfficial 7.0.0 (was 6.3.2)

Install or Update using curl

Install AppBox by running the following command in your terminal -

curl -s https://getappbox.com/install.sh | bash

If you face any issues using the above command then you can manually install AppBox by downloading it from here. After that, unzip AppBox.app.zip and move AppBox.app into /Applications directory.

Release 3.2.0

31 Jul 08:57
362a7a4
Compare
Choose a tag to compare

What's Changed

  • Updated minimum OS version requirement to macOS 10.15
  • Set email and personal message only if they are not nil [#247 via @MariusCiocanel]
  • Set MSACCrashes userConfirmationHandler as documented by Microsoft [#246 via @MariusCiocanel]
  • Replace custom logger with cocoalumberjack
  • Replace custom log view with default macOS console application
  • Update SSZipArchive to 2.5.2

Install or Update using curl

Install AppBox by running the following command in your terminal -

curl -s https://getappbox.com/install.sh | bash

If you face any issues using the above command then you can manually install AppBox by downloading it from here. After that, unzip AppBox.app.zip and move AppBox.app into /Applications directory.

Release 3.1.0

08 May 09:26
fb98da3
Compare
Choose a tag to compare

What's Changed

  • Added support for new device identifier format #205
  • Added current logged-in user name and email to Accounts menu #200
  • Added option to delete build record from AppBox dashboard only #174
  • Fixed a crash which occurs when deleting a build from Dropbox

Install or Update using curl

Install AppBox by running the following command in your terminal -

curl -s https://getappbox.com/install.sh | bash

If you face any issues using the above command then you can manually install AppBox by downloading it from here. After that, unzip AppBox.app.zip and move AppBox.app into /Applications directory.

Release 3.0.1

04 May 17:16
ff01f0e
Compare
Choose a tag to compare

What's Changed

  • Fix app is not installing due to invalid dropbox direct download URL #243

Install or Update using curl

Now, you can install AppBox by running the following command in your terminal -

curl -s https://getappbox.com/install.sh | bash

If you face any issues using the above command then you can manually install AppBox by downloading it from here. After that, unzip AppBox.app.zip and move AppBox.app into /Applications directory.

Release 3.0.0

03 May 14:27
b2c08db
Compare
Choose a tag to compare

What's Changed

  • Removed project/workspace build option
  • Fix the email delivery issue #293
  • Fix crc check failed for file #201 (by @tkirby)
  • New App Icon

Install or Update using curl

Now, you can install AppBox by running the following command in your terminal -

curl -s https://getappbox.com/install.sh | bash

If you face any issues using the above command then you can manually install AppBox by downloading it from here. After that, unzip AppBox.app.zip and move AppBox.app into /Applications directory.

Release 2.9.6

20 Jan 05:51
0566df2
Compare
Choose a tag to compare

This release fixes the AppBox startup crash due to a signing issue. Our old Apple Developer Account has been blocked due to this all old builds are invalid from 18 Jan 2022. This build is signed with a new Apple Account.

Install or Update using curl

Now, you can install AppBox by running the following command in your terminal -

curl -s https://getappbox.com/install.sh | bash

If you face any issue using the above command then you can manually install AppBox by downloading it from here. After that, unzip AppBox.app.zip and move AppBox.app into /Applications directory.

Release 2.9.5

02 Mar 15:13
8b6fbba
Compare
Choose a tag to compare

Note - Due to some changes on the Dropbox side all the old app uploaded using the older AppBox version is not working. So, please download and use this version of AppBox.

  • Fixed unable to install the app (#215 / #217)
  • Fixed short URL service (branch.io)
  • Update 3rd Party Dependencies
    • AppCenter 4.1.0 (was 3.3.4)
    • ObjectiveDropboxOfficial 5.0.5 (was 5.0.3)

Install or Update using curl

Now, you can install AppBox by running the following command in your terminal -

curl -s https://getappbox.com/install.sh | bash

If you face any issue using the above command then you can manually install AppBox by downloading it from here. After that, unzip AppBox.app.zip and move AppBox.app into /Applications directory.

Release 2.9.1

04 Jun 07:18
38c13fe
Compare
Choose a tag to compare

New in this version

  • Fix Project Scheme fetch script
  • Fix building iOS+Catalyst targets (via @Sephiroth87)
  • Fix Build UUID Path by escaping (via @ahmed-shehata)
  • Added more details in network error alert
  • Update 3rd party dependencies
    • AFNetworking 4.0.1 (was 3.2.1)
    • ObjectiveDropboxOfficial 4.0.0 (was 3.10.0)
    • AppCenter 3.2.0 (was 2.4.0)
    • SSZipArchive 2.2.3 (was 2.2.2 )

Install or Update using curl

Now, you can install AppBox by running following command in your terminal -

curl -s https://getappbox.com/install.sh | bash

If you face any issue using the above command then you can manually install AppBox by downloading it from here. After that, unzip AppBox.app.zip and move AppBox.app into /Applications directory.

Release 2.9.0

07 Oct 15:36
3c13084
Compare
Choose a tag to compare

New in this version

  • macOS Catalina Support (HARDENED RUNTIME)
  • Replaced Fabric, Crashlytics and Firebase with AppCenter

Install or Update using curl

Now, you can install AppBox by running following command in your terminal -

curl -s https://getappbox.com/install.sh | bash

If you face any issue using the above command then you can manually install AppBox by downloading it from here. After that, unzip AppBox.app.zip and move AppBox.app into /Applications directory.

Release 2.8.2

29 Jun 06:00
4179baa
Compare
Choose a tag to compare

New in this version

  • Exit AppBox without email argument after process completion on CI (#166)

Install or Update using curl

Now, you can install AppBox by running following command in your terminal -

curl -s https://getappbox.com/install.sh | bash

If you face any issue using the above command then you can manually install AppBox by downloading it from here. After that, unzip AppBox.app.zip and move AppBox.app into /Applications directory.