Skip to content

Releases: getappbox/AppBox-iOSAppsWirelessInstallation

Release 2.8.1

25 Jun 15:36
e87422c
Compare
Choose a tag to compare

Download AppBox.app for your mac from here

New in this version

  • Supported AppBox link access via Fastlane SharedValues
    • APPBOX_SHARE_URL - AppBox short shareable URL to install uploaded application.
    • APPBOX_IPA_URL- Upload IPA file URL to download IPA file.
    • APPBOX_MANIFEST_URL - Manifest file URL for upload application.
    • APPBOX_LONG_SHARE_URL - AppBox long shareable URL to install uploaded application.
  • Hide Build Upload Notification on CI Server
  • Removed GA
  • Drop Support of macOS 10.10
  • Added retry up to 3 times if dropbox SDK failed to upload IPA file

Release 2.8.0

25 Jun 15:04
d2ab37e
Compare
Choose a tag to compare

Download AppBox.app for your mac from here

New in this version

  • Supported AppBox link access via Fastlane SharedValues
    • APPBOX_SHARE_URL - AppBox short shareable URL to install uploaded application.
    • APPBOX_IPA_URL- Upload IPA file URL to download IPA file.
    • APPBOX_MANIFEST_URL - Manifest file URL for upload application.
    • APPBOX_LONG_SHARE_URL - AppBox long shareable URL to install uploaded application.
  • Hide Build Upload Notification for the CI project
  • Removed GA
  • Drop Support of macOS 10.10
  • Added retry up to 3 times if dropbox SDK failed to upload IPA file

Release 2.7.2

14 Jan 10:34
4da188d
Compare
Choose a tag to compare

Download AppBox.app for your mac from here

New in this version

  • Hide more logs if Limited Log option enable in CI Settings

Fixes

Release 2.7.1

31 Dec 06:03
4c8e4ce
Compare
Choose a tag to compare

Download AppBox.app for your mac from here

New in this version

  • Default email and subject prefix for CI will be work with IPA file too
  • AppStore Connect Account Delete and Update Option in Preferences

Fixes

  • Account Section in Preferences Crashed for some Users

Happy New Year!!! 🍾 🍾 🍾

Release 2.7.0

02 Dec 05:31
d94b6a0
Compare
Choose a tag to compare

Download AppBox.app for your mac from here

In this version, we mainly focused on CI & CD. Here it is -

New in this version

  • Added different Xcode version support to build and generate IPA for CI
  • Added option to unlock keychain before anything else (helpful for CI system)
  • Added email, message, keepsamelink, and dbfolder args for CI
  • Added option to add default emails and subject prefix for CI Builds
  • Added option to skip AppStore account verification for AppStore Builds (#113)
  • Added an option to enable/disable xcpretty (by default disabled)
  • Updated xcpretty to v0.3.0

Fixes

  • Rearranged button orders at URL page #146
  • Added app-store build type check before app-store auth
  • Fixed Crash which occurs if Short URL is nil

Release 2.6.1

28 Sep 05:20
b4d043c
Compare
Choose a tag to compare

Download AppBox.app for your mac from here

New in this version

  • Dark Mode
  • Bug Fixes

screenshot 2018-09-27 at 11 50 35 pm

screenshot 2018-09-27 at 11 51 05 pm

screenshot 2018-09-27 at 11 51 09 pm

screenshot 2018-09-27 at 11 49 51 pm

screenshot 2018-09-27 at 11 50 00 pm

screenshot 2018-09-27 at 11 50 04 pm

Release 2.6.0

18 Sep 18:29
8a432ff
Compare
Choose a tag to compare

Download AppBox.app for your mac from here

New in this version

3rd Party Updated

  • AFNetworking 3.2.1 (was 3.2.0)
  • Crashlytics 3.10.5 (was 3.10.1)
  • Fabric 1.7.9 (was 1.7.6)
  • ObjectiveDropboxOfficial 3.9.1 (was 3.9.0)
  • SSZipArchive 2.1.3 (was 2.1.2)

Release 2.5.0

19 Apr 18:15
6abc9d7
Compare
Choose a tag to compare

Download AppBox.app for your mac from here

Notable changes

  • 🔥Custom short URL service (#98)
  • 🎨Merged "Upload IPA" and "Archive and Upload" tab
  • 🔥Drag and Drop IPA / Project / Workspace file anywhere on AppBox home screen to upload
  • ✨Added Hangout Chat and Microsoft Team Webhook option

Notable Installation page + AppBox preferences changes

  • 🎉Added more details option on the installation page. Where user can see IPA file size, supported device, provisioning profile details etc. (Enabled by default.)
  • 🎉Added download IPA option on the installation page. (Optional and Disabled by default)
  • 🎉Added an option which allows a user to keep the same link without showing the previous versions on the installation page.

Notable CI & CD Changes

  • ✨Added command line arguments to override default scheme and build type.
  • 🔥Upload directly to AppStore [Documentation coming soon]
  • ✨Improve auto exit for CI builds.
  • 🔥Add multiple iTunes connect account from AppBox preferences.

Dashboard

  • ✨Added Open URL and QR Code option in Dashboard
  • 📝return key is the shortcut to open selected build URL
  • 📝delete key is the shortcut to delete the selected build

Upload Completion Pop-Up

  • 📝return key is the shortcut to open uploaded build URL

Fixes

  • 💚Fixed an issue that crash if the user hit Upload IPA button multiple time
  • 💚Fixed an issue that sometimes crashes when user click on Show QR code

Release 2.3.0

18 Jan 18:44
df702ac
Compare
Choose a tag to compare

Download AppBox.app for your mac from here

  • Integrated xcpretty - No need to install separately
  • Jenkins support (Beta)
  • Improved upload functionality for large size IPA file (#88)
  • Improved "Archive and create IPA" functionality
  • Added Continues Integration (CI) settings in AppBox preferences
  • Bug fixes

Release 2.2.0

07 Jan 12:15
704c567
Compare
Choose a tag to compare

Download AppBox.app for your mac from here

  • Improve Build and Archive
  • Fixed shared url crash
  • Added {PROJECT_SCHEME} in mail and slack message format
  • Bug fixes