fastlane-plugin-appbox 1.4.0 → 1.5.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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3425510a4b6b516998065f017c5575eae37183729a9a330b0664466bb5fd6f25
|
4
|
+
data.tar.gz: e50c4ea9c031b207e2c5087407036889b37ed17bd057cb947efc2ad803fd239c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 47a5bdf29d6d713a1340da7a8ed1683f5e2ac1588ad5529cb35b05e9937e9014a799a896f443f6408b01cca809db1633d9feaeed5678f78d76ca9e0ecce41c54
|
7
|
+
data.tar.gz: b94c2db92add15ab26cf3d93249d54d2a3d149c270bf12261b763fdb23c6ee99794c3928c23c5c9131472ee3b5901eff50eed33205292f6b496080de32218115
|
@@ -5,7 +5,7 @@ require_relative '../helper/appbox_helper'
|
|
5
5
|
module Fastlane
|
6
6
|
module Actions
|
7
7
|
module SharedValues
|
8
|
-
APPBOX_IPA_URL = :
|
8
|
+
APPBOX_IPA_URL = :APPBOX_IPA_URL
|
9
9
|
APPBOX_SHARE_URL = :APPBOX_SHARE_URL
|
10
10
|
APPBOX_MANIFEST_URL = :APPBOX_MANIFEST_URL
|
11
11
|
APPBOX_LONG_SHARE_URL = :APPBOX_LONG_SHARE_URL
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-appbox
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Vineet Choudhary
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-07-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pry
|
@@ -167,7 +167,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
167
167
|
- !ruby/object:Gem::Version
|
168
168
|
version: '0'
|
169
169
|
requirements: []
|
170
|
-
rubygems_version: 3.
|
170
|
+
rubygems_version: 3.3.19
|
171
171
|
signing_key:
|
172
172
|
specification_version: 4
|
173
173
|
summary: Deploy Development, Ad-Hoc and In-house (Enterprise) iOS applications directly
|