Skip to content

Commit fe4e808

Browse files
Merge branch 'master' into develop
# Conflicts: # SECURITY.md
2 parents 0df3d35 + 3c1ed7d commit fe4e808

4 files changed

Lines changed: 26 additions & 19 deletions

File tree

.github/SECURITY.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
| Version | Supported |
6+
| ------- | ------------------ |
7+
| 3.6.0 | :white_check_mark: |
8+
| < 3.6.0 | :x: |
9+
10+
## Reporting a Vulnerability
11+
12+
To report a vulnerability, please email me at vineet@developerinsider.co

.github/download.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
![](https://img.shields.io/github/downloads/vineetchoudhary/AppBox-iOSAppsWirelessInstallation/total.svg?style=flat-square)
33

44
## Version Downloads
5+
![](https://img.shields.io/github/downloads/vineetchoudhary/AppBox-iOSAppsWirelessInstallation/3.6.0/total.svg?style=flat-square)
6+
57
![](https://img.shields.io/github/downloads/vineetchoudhary/AppBox-iOSAppsWirelessInstallation/3.5.0/total.svg?style=flat-square)
68

79
![](https://img.shields.io/github/downloads/vineetchoudhary/AppBox-iOSAppsWirelessInstallation/3.4.0/total.svg?style=flat-square)

README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
[![GitHub Release](https://img.shields.io/github/release/vineetchoudhary/AppBox-iOSAppsWirelessInstallation.svg?style=flat-square)](https://github.com/vineetchoudhary/AppBox-iOSAppsWirelessInstallation/releases/latest)
33
[![](https://img.shields.io/github/downloads/vineetchoudhary/AppBox-iOSAppsWirelessInstallation/total.svg?style=flat-square)](https://getappbox.com/download)
44
[![License](https://img.shields.io/badge/license-cc%20by--nd%204.0-brightgreen.svg?style=flat-square)](#user-content-license)
5-
[![Twitter](https://img.shields.io/twitter/follow/AppBoxHQ.svg?style=social&label=Follow)](https://twitter.com/AppBoxHQ)
65

7-
# AppBox - iOS Apps Wireless Installation
6+
# AppBox - iOS Apps Wireless Installation
87
AppBox is a tool for iOS developers to deploy Development, Ad-Hoc and In-house (Enterprise) applications directly to the devices from your Dropbox account.
98

109

@@ -15,25 +14,31 @@ AppBox is a tool for iOS developers to deploy Development, Ad-Hoc and In-house (
1514
- 🔗 Keep same installation link for the same app
1615
- 🖇️ Install previous version with same installation link
1716
- ✉️ Auto e-mail app distribution link
18-
- 🔥 Auto restart upload after network change or failure
17+
- 🔥 Auto restart upload after network change or failure
1918
- 🎩 Easy setup assistant to get started in a few minutes
2019
- 🔧 Slack, Microsoft Teams and Hangout Chat webhook integration
2120
- 😘 Dashboard to manage uploaded apps
2221
- 🚀 Fastlane support [read more](https://github.com/getappbox/fastlane-plugin-appbox)
23-
22+
2423
# Installation
2524

26-
### Using curl
27-
You can install AppBox by running following command in your terminal -
25+
### Using cURL
26+
You can install AppBox via cURL by running following command in your terminal
2827
```bash
2928
curl -s https://getappbox.com/install.sh | bash
3029
```
3130

31+
### Using Homebrew
32+
You can install AppBox via Homebrew by running following command in your terminal
33+
```bash
34+
brew install --cask appbox
35+
```
36+
3237
### Manual
3338
If you face any issue using above command then you can manually install AppBox by downloading it from [here](https://getappbox.com/download). After that, unzip `AppBox.app.zip` and move `AppBox.app` into `/Applications` directory.
3439

3540

36-
# How to use AppBox
41+
# How to use AppBox
3742

3843
| Step | Description |
3944
| :--- | :--- |

SECURITY.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)