fastlane-plugin-appbox 0.4.0 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +3 -1
- data/lib/fastlane/plugin/appbox/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0d681da0d9a7732706874b15d3e3f3603154ae45
|
|
4
|
+
data.tar.gz: b73503f6c2e71ec3f1e764bc0cbd06ee8d824073
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a53b8843d458a0c4be67a23614bb7071f2f6f6e4464fb17bb15b3c9b5aaa7b9f3631516ea9bf619c014e64da6d5c2584f0a4c47f40bd265c72d6c8a0a3e5270b
|
|
7
|
+
data.tar.gz: f14e07f21030a04f2157f5d0ac4ce82022053db92105835b57c61506b2b6f051c5b5e12b211420203308fa32af80ba62379756cc2230282c891330eaf9480ac3
|
data/README.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
fastlane add_plugin appbox
|
|
11
11
|
```
|
|
12
12
|
|
|
13
|
-
**Step 2** - Download the latest version of AppBox from [here](https://github.com/vineetchoudhary/AppBox-iOSAppsWirelessInstallation/releases) or [here](https://getappbox.com/download) and install it into `/Applications` directory of you mac.
|
|
13
|
+
**Step 2** - Download the latest version of AppBox from [here](https://github.com/vineetchoudhary/AppBox-iOSAppsWirelessInstallation/releases) or [here](https://getappbox.com/download) and install it into `/Applications` directory of you mac. Now, open AppBox and login with your Dropbox account.
|
|
14
14
|
|
|
15
15
|
**Step 3** - Define appbox action in your project Fastfile with emails and message. Here the available params for appbox plugins -
|
|
16
16
|
|
|
@@ -39,6 +39,8 @@ platform :ios do
|
|
|
39
39
|
end
|
|
40
40
|
```
|
|
41
41
|
|
|
42
|
+

|
|
43
|
+
|
|
42
44
|
|
|
43
45
|
## 3. About appbox
|
|
44
46
|
[AppBox](https://getappbox.com) is a tool for iOS developers to build and deploy Development, Ad-Hoc and In-house (Enterprise) applications directly to the devices from your Dropbox account. Also, available on [Github](https://github.com/vineetchoudhary/AppBox-iOSAppsWirelessInstallation).
|