fastlane-plugin-appbox 0.4.0 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 93a5bbe1218fe9b5a0860d2243cf536409406198
4
- data.tar.gz: 732367299e9050d63e9e020dae8fb8cc893fb49f
3
+ metadata.gz: 0d681da0d9a7732706874b15d3e3f3603154ae45
4
+ data.tar.gz: b73503f6c2e71ec3f1e764bc0cbd06ee8d824073
5
5
  SHA512:
6
- metadata.gz: 78ec2e6716d21120fce207264e02f58349ee8a5bb573a0e8180c84f9a90cecf52856ee8d71a1620fe21bc1ac9bf348a65e9e9666c2f051a566cad85a4aad4f1c
7
- data.tar.gz: c7e3e7cf6a31bdbe6712c74b4729d2f1d707abf3fec5ed10412d3e3e65862ed12a109c35b413d47d1cb893bbcd83304c3724161c311b8e84f27918753ea0e653
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
+ ![](/AppBox-Fastlane-Demo-Project/AppBoxFastlane.gif)
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).
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Appbox
3
- VERSION = "0.4.0"
3
+ VERSION = "1.0.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-appbox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vineet Choudhary