Releases: getappbox/AppBox-iOSAppsWirelessInstallation
Release 3.3.0
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
- As Dropbox doesn't allow cross-origin requests (#234), we were using Heroku to make cross-origin requests to dropbox. Now, this will also get processed by new self-hosted server (https://cros.getappbox.com)
- Repo - https://github.com/getappbox/cors-anywhere
-
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
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
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
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
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
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
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
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
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
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.