mirror of
https://github.com/ProtonMail/ios-mail.git
synced 2026-01-11 20:06:44 +00:00
Merge branch 'chore/version-bump' into 'develop'
Bump version to 4.20 See merge request ProtonMail/protonmail-ios!4396
This commit is contained in:
commit
01fc287aab
8 changed files with 17 additions and 6 deletions
|
|
@ -5,3 +5,8 @@ gem "fastlane"
|
|||
gem 'fastlane-plugin-sentry'
|
||||
# a fork that handles absolute paths, needed for code coverage when building on two different machines
|
||||
gem 'slather', git: 'https://github.com/Linquas/slather.git', ref: 'f5ac241'
|
||||
|
||||
# shouldn't be necessary, but it is, at least until Fastlane is updated: https://github.com/fastlane/fastlane/issues/29183#issuecomment-2567093826
|
||||
gem "abbrev"
|
||||
gem "mutex_m"
|
||||
gem "ostruct"
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ GEM
|
|||
base64
|
||||
nkf
|
||||
rexml
|
||||
abbrev (0.1.2)
|
||||
activesupport (7.2.1)
|
||||
base64
|
||||
bigdecimal
|
||||
|
|
@ -245,6 +246,7 @@ GEM
|
|||
molinillo (0.8.0)
|
||||
multi_json (1.15.0)
|
||||
multipart-post (2.4.1)
|
||||
mutex_m (0.3.0)
|
||||
nanaimo (0.3.0)
|
||||
nap (1.1.0)
|
||||
naturally (2.2.1)
|
||||
|
|
@ -265,6 +267,7 @@ GEM
|
|||
racc (~> 1.4)
|
||||
optparse (0.5.0)
|
||||
os (1.1.4)
|
||||
ostruct (0.6.1)
|
||||
plist (3.7.1)
|
||||
public_suffix (4.0.7)
|
||||
racc (1.8.1)
|
||||
|
|
@ -325,9 +328,12 @@ PLATFORMS
|
|||
x86_64-linux
|
||||
|
||||
DEPENDENCIES
|
||||
abbrev
|
||||
cocoapods
|
||||
fastlane
|
||||
fastlane-plugin-sentry
|
||||
mutex_m
|
||||
ostruct
|
||||
slather!
|
||||
|
||||
BUNDLED WITH
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>4.19.0</string>
|
||||
<string>4.20.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleURLTypes</key>
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>BNDL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>4.19.0</string>
|
||||
<string>4.20.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>BNDL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>4.19.0</string>
|
||||
<string>4.20.0</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1</string>
|
||||
<key>DYNAMIC_DOMAIN</key>
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>XPC!</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>4.19.0</string>
|
||||
<string>4.20.0</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>Debug</string>
|
||||
<key>NSExtension</key>
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>XPC!</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>4.19.0</string>
|
||||
<string>4.20.0</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>Debug</string>
|
||||
<key>LSSupportsOpeningDocumentsInPlace</key>
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>XPC!</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>4.19.0</string>
|
||||
<string>4.20.0</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>Debug</string>
|
||||
<key>NSExtension</key>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue