fastlane-plugin-update_project_codesigning 0.1.0.pre.alpha.pre.9 → 0.1.0

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,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- YTJiZjE4ZTljYjFjNjc4YmVmYWFiOTE1ZTUzNmUzMjMwNjMwZmY1OA==
5
- data.tar.gz: !binary |-
6
- YTc0MThjMDVjOGEwYjk1OTY1NzVlZDZjYWMwM2NjMzBhN2NlYTJjZQ==
2
+ SHA1:
3
+ metadata.gz: c303d3c39615bd5acb4f7e00b84eb375a6ba8456
4
+ data.tar.gz: 1c07dcee1b9223a1a653ffdd58b5aa4988598906
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- NGI3OGEzZjU3NDk0YmNiNjllZWY4OTBlNGU1NTY0NzVlYTMyMDQzZjg0OTNk
10
- YzAyYWEyZmFkMDJiMjdmYjllNzQxNTRhMWFjYzgxNWY1MjVlOTY1NjkxNDNh
11
- YzkxNjlmOWVkNzc3YjhhYzQ5OGFhZmYwYjI1Y2Y0ODI2MDFjMTc=
12
- data.tar.gz: !binary |-
13
- ZjdkMWQzZGZhZDY1OGY4M2E3NWIyMTM4MjFkNDVlNjJiYmFlMzNkZWM4MzYw
14
- NmQ2Y2JlODIwODk1NDJjNWYyZjYzNDg0MDE4ODFiYzAyNGM4MGEwOTFlMzVj
15
- ZGRjZDliYWIzOGE1ZDkxMDI4ZGQ0N2FlOGJlOTBhMzk0ODNjNmQ=
6
+ metadata.gz: e603bc3d8a9a177973e37384d4923db70b522b8457dff10fe7fd404d44240c912a8b25a04519d02ec76104324642831ee82147a310499cb446d6c63130aba2a5
7
+ data.tar.gz: bed56f6b3b78c1d61b4c062b9b640d37eb84027f131e6fb424c3d3adf07f56c4a99d26a3b3477de9f1dbd7f8ed33dab5c1e3dd0697323ee5471ea9898abe3d64
data/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2016 Helmut Januschka <helmut@januschka.com>
3
+ Copyright (c) 2016 Helmut Januschka <h.januschka@krone.at>
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -3,7 +3,7 @@ module Fastlane
3
3
  class UpdateProjectCodesigningAction < Action
4
4
  def self.run(params)
5
5
  path = params[:path]
6
- path = File.join(File.expand_path(path), "project.pbxproj")
6
+ path = File.join(path, "project.pbxproj")
7
7
  UI.user_error!("Could not find path to project config '#{path}'. Pass the path to your project (not workspace)!") unless File.exist?(path)
8
8
  UI.message("Updating the Automatic Codesigning flag to #{params[:use_automatic_signing] ? 'enabled' : 'disabled'} for the given project '#{path}'")
9
9
  p = File.read(path)
metadata CHANGED
@@ -1,101 +1,101 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-update_project_codesigning
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.pre.alpha.pre.9
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Helmut Januschka
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-10-14 00:00:00.000000000 Z
11
+ date: 2016-09-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ! '>='
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ! '>='
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: bundler
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ! '>='
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ! '>='
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rspec
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ! '>='
45
+ - - ">="
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ! '>='
52
+ - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: rake
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - ! '>='
59
+ - - ">="
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - ! '>='
66
+ - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: rubocop
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
- - - ! '>='
73
+ - - ">="
74
74
  - !ruby/object:Gem::Version
75
75
  version: '0'
76
76
  type: :development
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
- - - ! '>='
80
+ - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: fastlane
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
- - - ! '>='
87
+ - - ">="
88
88
  - !ruby/object:Gem::Version
89
89
  version: 1.104.0
90
90
  type: :development
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
- - - ! '>='
94
+ - - ">="
95
95
  - !ruby/object:Gem::Version
96
96
  version: 1.104.0
97
97
  description:
98
- email: helmut@januschka.com
98
+ email: h.januschka@krone.at
99
99
  executables: []
100
100
  extensions: []
101
101
  extra_rdoc_files: []
@@ -106,7 +106,7 @@ files:
106
106
  - lib/fastlane/plugin/update_project_codesigning/actions/update_project_codesigning_action.rb
107
107
  - lib/fastlane/plugin/update_project_codesigning/helper/update_project_codesigning_helper.rb
108
108
  - lib/fastlane/plugin/update_project_codesigning/version.rb
109
- homepage: https://github.com/hjanuschka/fastlane-plugin-update_project_codesigning
109
+ homepage:
110
110
  licenses:
111
111
  - MIT
112
112
  metadata: {}
@@ -116,17 +116,17 @@ require_paths:
116
116
  - lib
117
117
  required_ruby_version: !ruby/object:Gem::Requirement
118
118
  requirements:
119
- - - ! '>='
119
+ - - ">="
120
120
  - !ruby/object:Gem::Version
121
121
  version: '0'
122
122
  required_rubygems_version: !ruby/object:Gem::Requirement
123
123
  requirements:
124
- - - ! '>'
124
+ - - ">="
125
125
  - !ruby/object:Gem::Version
126
- version: 1.3.1
126
+ version: '0'
127
127
  requirements: []
128
128
  rubyforge_project:
129
- rubygems_version: 2.4.5
129
+ rubygems_version: 2.4.8
130
130
  signing_key:
131
131
  specification_version: 4
132
132
  summary: Updates the Xcode 8 Automatic Codesigning Flag