branch_io_cli 0.5.1 → 0.5.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c4d444bc1a35716b7ea3bce2bae51fe014abd6f3
4
- data.tar.gz: 90773f8e6fef0ded64589c21c9ddec8e31ea558a
3
+ metadata.gz: 01b4f76e8512262791b421dfa384a6150ad7adf8
4
+ data.tar.gz: b4e8cfd9acf1603beb48492f4f8484a7b30fcb34
5
5
  SHA512:
6
- metadata.gz: c83211f23c80f1767383ac38c46cbea4a37fe708999b704779a6a71798257c060e387cc8849a798ba6e56e3b614e47c619a230fd874a1ae03398903afaa7614e
7
- data.tar.gz: ddd750946984b73e70a04073dd9bc6f2c1bf610574cbb54430ca0658528adee4a916a25140da8a8fa7904c07880022d8ecc1919bc1f0eb129450f0f1710d3767
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 <%= color('--target', BOLD) %> option to validate other
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)
@@ -1,3 +1,3 @@
1
1
  module BranchIOCLI
2
- VERSION = "0.5.1"
2
+ VERSION = "0.5.2"
3
3
  end
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.1
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-26 00:00:00.000000000 Z
12
+ date: 2017-10-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: commander