branch_io_cli 0.5.1 → 0.5.2
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 +4 -4
- data/README.md +1 -1
- data/lib/branch_io_cli/commands/setup_command.rb +1 -1
- data/lib/branch_io_cli/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 01b4f76e8512262791b421dfa384a6150ad7adf8
|
|
4
|
+
data.tar.gz: b4e8cfd9acf1603beb48492f4f8484a7b30fcb34
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 24e6d7cf3dcd20c0e99811a8292b424072dece3635c686ed80a78ce1934735bb3371f15c4264c805d656ae5896a8cb182b5f3c75708c03ad8dbda7ced4953025
|
|
7
|
+
data.tar.gz: d0c6011905c5d1aa3f1d811fba99006823bd9d52301fc4ab69217c6f93fbbd131f70e9026dd1a9cc1c3ed071729fec25cf076b7a97a76062bef0c1308a3d1f1a
|
data/README.md
CHANGED
|
@@ -147,7 +147,7 @@ It requests the apple-app-site-association file for each domain and validates
|
|
|
147
147
|
the file against the project's settings.
|
|
148
148
|
|
|
149
149
|
Only app targets are supported for this command. By default, it will validate the first.
|
|
150
|
-
If your project has multiple app targets, specify the
|
|
150
|
+
If your project has multiple app targets, specify the `--target` option to validate other
|
|
151
151
|
targets.
|
|
152
152
|
|
|
153
153
|
#### Options
|
|
@@ -30,7 +30,7 @@ module BranchIOCLI
|
|
|
30
30
|
end
|
|
31
31
|
|
|
32
32
|
target_name = options.target # may be nil
|
|
33
|
-
is_app_target = config_helper.target.extension_target_type?
|
|
33
|
+
is_app_target = !config_helper.target.extension_target_type?
|
|
34
34
|
|
|
35
35
|
if is_app_target && options.validate &&
|
|
36
36
|
!helper.validate_team_and_bundle_ids_from_aasa_files(xcodeproj, target_name, @domains)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: branch_io_cli
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Branch
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2017-10-
|
|
12
|
+
date: 2017-10-27 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: commander
|