Skip to content

Releases: getappbox/AppBox-iOSAppsWirelessInstallation

Release 2.1.2

08 Dec 07:39
0f4ff73
Compare
Choose a tag to compare

Download AppBox.app for your mac from here

  • Build and Archive with Xcode 9+
  • Added build number for single release
  • Added show in finder option for provisioning profile
  • Bug fixes

Release 2.0.2

03 Nov 09:45
2c8ded3
Compare
Choose a tag to compare

Download AppBox.app for your mac from here

Version 2.0.2 includes the bug fixes only. Specially #79

For complete details, check the release note of version 2.0.1

Release 2.0.1

30 Oct 13:31
ac88ad3
Compare
Choose a tag to compare

Download AppBox.app for your mac from here

New Features

  • Finally Dashboard here. (You can open Dashboard using ⌘ + D or from File > Dashboard)
    • Dashboard will show the list of uploaded IPAs
    • You can delete any uploaded IPA right from dashboard
    • You can reveal a build in Finder or Dropbox
    • Build Analytics (Google Short URL Analytics)
    • You can also see embedded Provisioning Profile details
  • iTunesConnect Upload
    • Now you can upload IPA file directly to iTunesConnect using AppBox
    • You can also archive and upload IPA file directly to iTunesConnect
    • AppBox will automatically detect whether IPA include a AppStore provisioning profile or not
    • Native login for for iTunesConnect and validate whether account enable for iTunesConnect or not
    • You can login with multiple iTunesConnect account
  • Slack Supported
  • AppBox Preferences (You can open Preferences using ⌘ + , or from AppBox > Preferences...)
    • General Preferences
      • You can select default build location for AppBox. You'll find all your archive and IPA in this directory.
      • Change default Xcode (This change will take effects globally in your system.)
      • New Archive and Build Option
        • Upload symbols for AppStore exports
        • Upload bitcode for AppStore exports
        • Compile bitcode for Non-AppStore exports
    • Email Preferences
      • You can set default Email address here
      • You can also set default personal message with following supported keywords
        Supported Keywords: The
        {PROJECT_NAME} - For Project Name
        {BUILD_VERSION} - For Build Version
        {BUILD_NUMBER} - For Build Number
      • You can override default email setting & personal message for single build from home screen.
    • Slack Preferences
      • You can set default slack channel webhook
      • You can set default personal message, like we do in Email
  • Removed Gmail login, added MailGun
  • Supported localised project name
  • Jenkins Support (Beta)
  • Bug Fixes

Updated Dependencies

  • ObjectiveDropboxOfficial 3.0.4 (was 2.0.6)
  • AFNetworking 3.1.0 (was 2.5.4)
  • CMDQueryStringSerialization 0.4.1 (was 0.3.2)
  • Crashlytics 3.8.4 (was 3.8.3)
  • SSZipArchive 1.7 (was 1.6.2)
  • ZXingObjC 3.2.1 (was 3.1.0)

Download AppBox.app for your mac from here

Release 1.1.2

13 Feb 13:37
Compare
Choose a tag to compare

Download AppBox.app for your mac from here

New in this release

  • Handled app-store upload failure due to network-change or internet connection
  • Showing complete error in archiving
  • Bug Fixes and other improvements

Changes in Codebase

  • You may found some code related to Continues Integration
  • New CoreData Model to Support CI and Dashboard

Release 1.1.1

04 Feb 11:51
Compare
Choose a tag to compare

Download AppBox.app for your mac from here

New in this release

  • Archive and Upload to AppStore (Beta)
  • Switch default Xcode for AppStore build only
  • Handled ipa/manifest upload/share-link failed due to internet connection
  • Bug Fixes and other improvements

Changes in Codebase

  • Installed SAMKeychain via cocoa pods

Release 1.1.0

20 Jan 13:29
Compare
Choose a tag to compare

Download AppBox.app for your mac from here

Note

Please delete all the previous versions of AppBox before installing this and reconnect with your dropbox account. You need to reconnect your Dropbox account because Dropbox API v1 has been deprecated(#44) and we've moved to Dropbox API v2.

New in this release

  • Updated Dropbox API to version2 from version1 #44
  • Multiple email supported #39
  • Added QR code for sharable links #38
  • Added alert if user trying to close app and anything in process
  • Disabling auto log scroll if user moving in up direction
  • Extended AppBox menu with helps and separated account menu
  • Added Dropbox space in account sections

Changes in Codebase

  • Installed DroboxSDK with API v2 via cocoa pods
  • Added ZXingObjC framework for QR code

Release 1.0.0

16 Jan 06:36
Compare
Choose a tag to compare

Download AppBox.app for your mac from here

New in this release

Changes in Codebase

  • Moved update alert in UpdateHandler
  • Moved dropbox keys alert in Common

AppBox ver0.9.9

07 Jan 13:38
Compare
Choose a tag to compare

Download AppBox.app for your mac from here

New in this release

  • Now fetching all team ids from keychain (#30)
  • Moved build folder under Advanced option (Saved Permanently)
  • Improve creating short URL (Giving second change to Tiny 👍 )
  • AppStore Upload - UI Only
  • Clear cache for Email WebView
  • To serve you better added Crashlytics and Answers

Changes in Codebase

  • Using cocoapods instead of putting static libs
  • Removed Dropbox appkey from from code to comply Dropbox T&C
  • Re-arrange the common method based on their functionality

All commit and PR listed in #40 from development to master

AppBox ver0.9.8

02 Jan 13:22
Compare
Choose a tag to compare

Download AppBox.app for your mac from here

In this release

AppBox ver0.9.7

23 Dec 14:16
Compare
Choose a tag to compare

Download AppBox.app form here for you Mac

In this release

  • Fixed Send Mail Option Not Checked after Initial Authorization #19
  • Fixed unzip issue for file have name less than 4 char
  • Added method to clear nswebview cache, cookies and credentials