sigh 0.10.1 → 0.10.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: 5a1e32a43f242294f50b66845367c54ee3d8d4d2
4
- data.tar.gz: c436b5f2315fba254bd4be30ea5ad92d6bbdb9a3
3
+ metadata.gz: 2b95165581cfc04ba6a5608e929cf6fa8fd64a03
4
+ data.tar.gz: af845ad2a86551e8925d6fa4363b02e69e911960
5
5
  SHA512:
6
- metadata.gz: de49a8fdf6b126e6baac6a5c4fe651598e93c92cdfb6493a0fedb4dfdcc3cc3c22d318e144839569e147bdade8983563a9093e2153aa9c6119765f97f03ee186
7
- data.tar.gz: 2ecf1c519df9bd7e2f038ae6fb658ba850f29bdfae1078b5726ade1e2325b5589516c6c5995b4c8a0f869b97fb5a69b5f0ee1ed76546b6fbee9c73709edb98bc
6
+ metadata.gz: 5db05a3ccf0f21e8b4c2dd0a71750f01846ed5b05320a0bda8a49c1eb34ac5c4b9d87dfbefbfa986f76d19a8b394336f997b144fe22a5101b15d6aa0b1b678c1
7
+ data.tar.gz: 50cc5d8a6bc3f5ced57d1be8e62b605e0245ee9bef81e782e6c991cce9f93b77bf1501ecea2a941065d1d23046d7fe4daf70c5b09614796be56bbfdeda41b882
data/README.md CHANGED
@@ -13,7 +13,10 @@
13
13
  <b>sigh</b> &bull;
14
14
  <a href="https://github.com/KrauseFx/produce">produce</a> &bull;
15
15
  <a href="https://github.com/KrauseFx/cert">cert</a> &bull;
16
- <a href="https://github.com/KrauseFx/codes">codes</a>
16
+ <a href="https://github.com/KrauseFx/codes">codes</a> &bull;
17
+ <a href="https://github.com/fastlane/spaceship">spaceship</a> &bull;
18
+ <a href="https://github.com/fastlane/pilot">pilot</a> &bull;
19
+ <a href="https://github.com/fastlane/boarding">boarding</a>
17
20
  </p>
18
21
  -------
19
22
 
@@ -111,7 +114,7 @@ To download all your provisioning profiles use
111
114
 
112
115
  sigh download_all
113
116
 
114
- For a list of available commands run
117
+ For a list of available parameters and commands run
115
118
 
116
119
  sigh --help
117
120
 
@@ -121,9 +124,9 @@ By default, ```sigh``` will install the downloaded profile on your machine. If y
121
124
 
122
125
  sigh --skip_install
123
126
 
124
- To save the provisioning profile under a specific name, use the -f option:
127
+ To save the provisioning profile under a specific name, use the -q option:
125
128
 
126
- sigh -a com.krausefx.app -u username -f "myProfile.mobileprovision"
129
+ sigh -a com.krausefx.app -u username -q "myProfile.mobileprovision"
127
130
 
128
131
  If you need the provisioning profile to be renewed regardless of its state use the `--force` option. This gives you a profile with the maximum lifetime. `--force` will also add all available devices to this profile.
129
132
 
@@ -133,6 +136,10 @@ By default, `sigh` will include all certificates on development profiles, and fi
133
136
 
134
137
  sigh -c "SunApps GmbH"
135
138
 
139
+ For a list of available parameters and commands run
140
+
141
+ sigh --help
142
+
136
143
  # Repair
137
144
 
138
145
  `sigh` can automatically repair all your existing provisioning profiles which are expired or just invalid.
@@ -190,40 +197,48 @@ If you're using [cert](https://github.com/KrauseFx/cert) in combination with [fa
190
197
 
191
198
  # How does it work?
192
199
 
193
- ```sigh``` will access the ```iOS Dev Center``` to download, renew or generate the ```.mobileprovision``` file. It uses [spaceship](https://spaceship.airforce) to communicate with Apple's web services.
200
+ `sigh` will access the `iOS Dev Center` to download, renew or generate the `.mobileprovision` file. It uses [spaceship](https://spaceship.airforce) to communicate with Apple's web services.
194
201
 
195
202
 
196
203
  ## How is my password stored?
197
- ```sigh``` uses the [password manager](https://github.com/KrauseFx/CredentialsManager) from `fastlane`. Take a look the [CredentialsManager README](https://github.com/KrauseFx/CredentialsManager) for more information.
204
+ `sigh` uses the [CredentialsManager](https://github.com/fastlane/CredentialsManager) from `fastlane`.
198
205
 
199
206
  # Tips
200
207
  ## [`fastlane`](https://fastlane.tools) Toolchain
201
208
 
202
209
  - [`fastlane`](https://fastlane.tools): Connect all deployment tools into one streamlined workflow
203
- - [`deliver`](https://github.com/KrauseFx/deliver): Upload screenshots, metadata and your app to the App Store using a single command
210
+ - [`deliver`](https://github.com/KrauseFx/deliver): Upload screenshots, metadata and your app to the App Store
204
211
  - [`snapshot`](https://github.com/KrauseFx/snapshot): Automate taking localized screenshots of your iOS app on every device
205
212
  - [`frameit`](https://github.com/KrauseFx/frameit): Quickly put your screenshots into the right device frames
206
213
  - [`PEM`](https://github.com/KrauseFx/pem): Automatically generate and renew your push notification profiles
207
214
  - [`produce`](https://github.com/KrauseFx/produce): Create new iOS apps on iTunes Connect and Dev Portal using the command line
208
215
  - [`cert`](https://github.com/KrauseFx/cert): Automatically create and maintain iOS code signing certificates
209
216
  - [`codes`](https://github.com/KrauseFx/codes): Create promo codes for iOS Apps using the command line
217
+ - [`spaceship`](https://github.com/fastlane/spaceship): Ruby library to access the Apple Dev Center and iTunes Connect
218
+ - [`pilot`](https://github.com/fastlane/pilot): The best way to manage your TestFlight testers and builds from your terminal
219
+ - [`boarding`](https://github.com/fastlane/boarding): The easiest way to invite your TestFlight beta testers
210
220
 
211
221
  ##### [Like this tool? Be the first to know about updates and new fastlane tools](https://tinyletter.com/krausefx)
212
222
 
213
223
  ## Use the 'Provisioning Quicklook plugin'
214
224
  Download and install the [Provisioning Plugin](https://github.com/chockenberry/Provisioning).
215
225
 
216
- It will show you the ```mobileprovision``` files like this:
226
+ It will show you the `mobileprovision` files like this:
217
227
  ![assets/QuickLookScreenshot.png](assets/QuickLookScreenshot.png)
218
228
 
229
+ ## App Identifier couldn't be found
230
+
231
+ If you also want to create a new App Identifier on the Apple Developer Portal, check out [produce](https://github.com/fastlane/produce), which does exactly that.
219
232
 
220
233
  # Need help?
221
- - If there is a technical problem with ```sigh```, submit an issue.
234
+ - If there is a technical problem with `sigh`, submit an issue.
222
235
  - I'm available for contract work - drop me an email: sigh@krausefx.com
223
236
 
224
237
  # License
225
238
  This project is licensed under the terms of the MIT license. See the LICENSE file.
226
239
 
240
+ > This project and all fastlane tools are in no way affiliated with Apple Inc. This project is open source under the MIT license, which means you have full access to the source code and can modify it to fit your own needs. All fastlane tools run on your own computer or server, so your credentials or other sensitive information will never leave your own computer. You are responsible for how you use fastlane tools.
241
+
227
242
  # Contributing
228
243
 
229
244
  1. Create an issue to start a discussion about your idea
data/lib/sigh/options.rb CHANGED
@@ -92,7 +92,8 @@ module Sigh
92
92
  env_name: "SIGH_SKIP_FETCH_PROFILES",
93
93
  description: "Skips the verification of existing profiles which is useful if you have thousands of profiles",
94
94
  is_string: false,
95
- default_value: false),
95
+ default_value: false,
96
+ short_option: "-w"),
96
97
  FastlaneCore::ConfigItem.new(key: :skip_certificate_verification,
97
98
  short_option: '-z',
98
99
  env_name: "SIGH_SKIP_CERTIFICATE_VERIFICATION",
@@ -44,9 +44,9 @@ module Sigh
44
44
  return @profile_type if @profile_type
45
45
 
46
46
  @profile_type = Spaceship.provisioning_profile.app_store
47
+ @profile_type = Spaceship.provisioning_profile.in_house if Spaceship.client.in_house?
47
48
  @profile_type = Spaceship.provisioning_profile.ad_hoc if Sigh.config[:adhoc]
48
49
  @profile_type = Spaceship.provisioning_profile.development if Sigh.config[:development]
49
- @profile_type = Spaceship.provisioning_profile.in_house if Spaceship.client.in_house?
50
50
 
51
51
  @profile_type
52
52
  end
data/lib/sigh/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Sigh
2
- VERSION = "0.10.1"
2
+ VERSION = "0.10.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sigh
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.1
4
+ version: 0.10.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felix Krause
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-08 00:00:00.000000000 Z
11
+ date: 2015-07-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fastlane_core
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.10.1
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: 0.9.1
26
+ version: 0.10.1
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: plist
29
29
  requirement: !ruby/object:Gem::Requirement