Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.

Commit

Permalink
bundle update (#57)
Browse files Browse the repository at this point in the history
* bundle update

* step.yml update
  • Loading branch information
godrei committed Jan 11, 2019
1 parent 169c79d commit 536ba20
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
16 changes: 9 additions & 7 deletions Gemfile.lock
Expand Up @@ -18,7 +18,7 @@ GEM
digest-crc (0.4.1)
domain_name (0.5.20180417)
unf (>= 0.0.5, < 1.0.0)
dotenv (2.5.0)
dotenv (2.6.0)
emoji_regex (0.1.1)
excon (0.62.0)
faraday (0.15.4)
Expand All @@ -29,11 +29,11 @@ GEM
faraday_middleware (0.12.2)
faraday (>= 0.7.4, < 1.0)
fastimage (2.1.5)
fastlane (2.112.0)
fastlane (2.113.0)
CFPropertyList (>= 2.3, < 4.0.0)
addressable (>= 2.3, < 3.0.0)
babosa (>= 1.0.2, < 2.0.0)
bundler (>= 1.12.0, < 2.0.0)
bundler (>= 1.12.0, < 3.0.0)
colored
commander-fastlane (>= 4.4.6, < 5.0.0)
dotenv (>= 2.1.1, < 3.0.0)
Expand Down Expand Up @@ -95,7 +95,8 @@ GEM
http-cookie (1.0.3)
domain_name (~> 0.5)
httpclient (2.8.3)
jaro_winkler (1.5.1)
ipaddr (1.2.2)
jaro_winkler (1.5.2)
json (2.1.0)
jwt (2.1.0)
memoist (0.16.0)
Expand All @@ -109,11 +110,12 @@ GEM
nanaimo (0.2.6)
naturally (2.2.0)
openssl (2.1.2)
ipaddr
os (1.0.0)
parallel (1.12.1)
parser (2.5.3.0)
ast (~> 2.4.0)
plist (3.4.0)
plist (3.5.0)
powerpack (0.1.2)
public_suffix (2.0.5)
rainbow (3.0.0)
Expand Down Expand Up @@ -167,7 +169,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.7.5)
unicode-display_width (1.4.0)
unicode-display_width (1.4.1)
word_wrap (1.0.0)
xcodeproj (1.7.0)
CFPropertyList (>= 2.3.3, < 4.0)
Expand All @@ -192,4 +194,4 @@ DEPENDENCIES
xcodeproj

BUNDLED WITH
1.16.6
1.17.2
10 changes: 6 additions & 4 deletions step.yml
Expand Up @@ -92,11 +92,13 @@ inputs:
- "no"
- min_profile_days_valid: 0
opts:
title: Enter the minimum days the provisiong profile should be valid. (Default is 0)
title: The minimum days the Provisioning Profile should be valid
description: |-
Sometimes you want to sign an app with a provisiong profile that is valid for at least 'x' days.
For example: An enterprise app won't open if your profile is expired. So with this parameter you can
have a provision profile that's at least valid for 'x' days. Default it just renews the profile when expired.
Sometimes you want to sign an app with a Provisioning Profile that is valid for at least 'x' days.
For example, an enterprise app won't open if your Provisioning Profile is expired. With this parameter, you can have a Provisioning Profile that's at least valid for 'x' days.
By default (0) it just renews the Provisioning Profile when expired.
is_required: false
- verbose_log: "no"
opts:
Expand Down

0 comments on commit 536ba20

Please sign in to comment.