This commit is contained in:
manuroe
2020-09-03 15:57:21 +02:00
parent 3e34b1a298
commit f5e3e07a2f
3 changed files with 16 additions and 15 deletions

1
.gitignore vendored
View File

@@ -17,6 +17,7 @@ DerivedData
*.ipa *.ipa
*.xcuserstate *.xcuserstate
out/ out/
.vscode/
# CocoaPods # CocoaPods
# #

View File

@@ -17,7 +17,7 @@ Changes to be released in next version
* *
🧱 Build 🧱 Build
* * buildRelease.sh: Make sure it works for both branches and tags
Others Others
* *

View File

@@ -14,20 +14,20 @@ GEM
json (>= 1.5.1) json (>= 1.5.1)
atomos (0.1.3) atomos (0.1.3)
aws-eventstream (1.1.0) aws-eventstream (1.1.0)
aws-partitions (1.354.0) aws-partitions (1.364.0)
aws-sdk-core (3.104.3) aws-sdk-core (3.105.0)
aws-eventstream (~> 1, >= 1.0.2) aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.239.0) aws-partitions (~> 1, >= 1.239.0)
aws-sigv4 (~> 1.1) aws-sigv4 (~> 1.1)
jmespath (~> 1.0) jmespath (~> 1.0)
aws-sdk-kms (1.36.0) aws-sdk-kms (1.37.0)
aws-sdk-core (~> 3, >= 3.99.0) aws-sdk-core (~> 3, >= 3.99.0)
aws-sigv4 (~> 1.1) aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.78.0) aws-sdk-s3 (1.79.1)
aws-sdk-core (~> 3, >= 3.104.3) aws-sdk-core (~> 3, >= 3.104.3)
aws-sdk-kms (~> 1) aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.1) aws-sigv4 (~> 1.1)
aws-sigv4 (1.2.1) aws-sigv4 (1.2.2)
aws-eventstream (~> 1, >= 1.0.2) aws-eventstream (~> 1, >= 1.0.2)
babosa (1.0.3) babosa (1.0.3)
claide (1.0.3) claide (1.0.3)
@@ -72,7 +72,7 @@ GEM
colored2 (3.1.2) colored2 (3.1.2)
commander-fastlane (4.4.6) commander-fastlane (4.4.6)
highline (~> 1.7.2) highline (~> 1.7.2)
concurrent-ruby (1.1.6) concurrent-ruby (1.1.7)
declarative (0.0.20) declarative (0.0.20)
declarative-option (0.1.0) declarative-option (0.1.0)
digest-crc (0.6.1) digest-crc (0.6.1)
@@ -87,13 +87,13 @@ GEM
excon (0.76.0) excon (0.76.0)
faraday (1.0.1) faraday (1.0.1)
multipart-post (>= 1.2, < 3) multipart-post (>= 1.2, < 3)
faraday-cookie_jar (0.0.6) faraday-cookie_jar (0.0.7)
faraday (>= 0.7.4) faraday (>= 0.8.0)
http-cookie (~> 1.0.0) http-cookie (~> 1.0.0)
faraday_middleware (1.0.0) faraday_middleware (1.0.0)
faraday (~> 1.0) faraday (~> 1.0)
fastimage (2.2.0) fastimage (2.2.0)
fastlane (2.156.0) fastlane (2.157.2)
CFPropertyList (>= 2.3, < 4.0.0) CFPropertyList (>= 2.3, < 4.0.0)
addressable (>= 2.3, < 3.0.0) addressable (>= 2.3, < 3.0.0)
aws-sdk-s3 (~> 1.0) aws-sdk-s3 (~> 1.0)
@@ -148,7 +148,7 @@ GEM
google-cloud-env (1.3.3) google-cloud-env (1.3.3)
faraday (>= 0.17.3, < 2.0) faraday (>= 0.17.3, < 2.0)
google-cloud-errors (1.0.1) google-cloud-errors (1.0.1)
google-cloud-storage (1.27.0) google-cloud-storage (1.28.0)
addressable (~> 2.5) addressable (~> 2.5)
digest-crc (~> 0.4) digest-crc (~> 0.4)
google-api-client (~> 0.33) google-api-client (~> 0.33)
@@ -170,11 +170,11 @@ GEM
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
jmespath (1.4.0) jmespath (1.4.0)
json (2.3.1) json (2.3.1)
jwt (2.2.1) jwt (2.2.2)
memoist (0.16.2) memoist (0.16.2)
mini_magick (4.10.1) mini_magick (4.10.1)
mini_mime (1.0.2) mini_mime (1.0.2)
minitest (5.14.1) minitest (5.14.2)
molinillo (0.6.6) molinillo (0.6.6)
multi_json (1.15.0) multi_json (1.15.0)
multipart-post (2.0.0) multipart-post (2.0.0)
@@ -184,7 +184,7 @@ GEM
netrc (0.11.0) netrc (0.11.0)
os (1.1.1) os (1.1.1)
plist (3.5.0) plist (3.5.0)
public_suffix (4.0.5) public_suffix (4.0.6)
rake (13.0.1) rake (13.0.1)
representable (3.0.4) representable (3.0.4)
declarative (< 0.1.0) declarative (< 0.1.0)
@@ -241,7 +241,7 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
cocoapods (~> 1.9.3) cocoapods (~> 1.9.3)
fastlane (~> 2.156.0) fastlane
fastlane-plugin-versioning fastlane-plugin-versioning
xcode-install xcode-install