fastlane-plugin-settings_bundle 1.3.0 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3b84e17e4f5ab894027c716c3dcea9cac114ea64ff4c3a998593e789651289d4
|
|
4
|
+
data.tar.gz: e01017b6b43cca0dc3f39821b3011dd64182734134c4af3bb484cde592059473
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0b04e55a8011c7b1e80e103655aca197a7172c901ce4078705f2beedd42d2d380b49557c45ff54e1b721464cdc2fec1a555e6a797298748415d20ce6fd307174
|
|
7
|
+
data.tar.gz: 58ac39dccc680b45b271da2b33bce74604bd1d981cd66c1b3e42fe41a78e959eda8384174afc078bb4945326bd336c45971cf81f0e9bafabebc2fadbcf804f98
|
data/README.md
CHANGED
|
@@ -124,9 +124,9 @@ update_settings_bundle(
|
|
|
124
124
|
|
|
125
125
|
### Use with commit_version_bump
|
|
126
126
|
|
|
127
|
-
As of version 1.3.0
|
|
127
|
+
As of version 1.3.0, it is no longer necessary
|
|
128
128
|
to pass a `settings` parameter to the built-in `commit_version_bump` action
|
|
129
|
-
when using `update_settings_bundle
|
|
129
|
+
when using `update_settings_bundle` if you are using Fastlane >= 2.64.0.
|
|
130
130
|
|
|
131
131
|
```ruby
|
|
132
132
|
increment_build_number
|
|
@@ -126,7 +126,7 @@ module Fastlane
|
|
|
126
126
|
# Save (raises)
|
|
127
127
|
Plist::Emit.save_plist settings_plist, plist_path
|
|
128
128
|
|
|
129
|
-
Actions.add_modified_files [plist_path]
|
|
129
|
+
Actions.add_modified_files [plist_path] if Actions.respond_to? :add_modified_files
|
|
130
130
|
end
|
|
131
131
|
|
|
132
132
|
def xcodeproj_path_from_params(params)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane-plugin-settings_bundle
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jimmy Dee
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-11-
|
|
11
|
+
date: 2017-11-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: plist
|