Releases: getappbox/AppBox-iOSAppsWirelessInstallation
Releases · getappbox/AppBox-iOSAppsWirelessInstallation
Release 2.8.1
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
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
Download AppBox.app for your mac from here
New in this version
- Hide more logs if Limited Log option enable in CI Settings
Fixes
- Fixed command line args issue for keep same link option [getappbox/fastlane-plugin-appbox/issues/1]
Release 2.7.1
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
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
Release 2.6.0
Download AppBox.app for your mac from here
New in this version
- Xcode 10 Support to Archive Product and Generate IPA
- Moved to the new domain (https://getappbox.com) with SSL/TLS (#108)
- Home - https://getappbox.com
- Installation - https://web.getappbox.com (include #105)
- Short URL - https://tiny.app.link
- Docs - https://docs.getappbox.com
- Upload IPA using Command Line (Alpha)
- Cleanup Progress Hud
- Bug Fixes
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
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
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
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