watchbuild 0.3.0 → 0.3.1

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: 60daff3117af5df2bfac210f791dde5508011190
4
- data.tar.gz: 3a3527c23e92fe843fc2c9f4cacc95db61205620
3
+ metadata.gz: 74cee75f4f83e3ce767020caa298297b5c0c42fc
4
+ data.tar.gz: 7a161657ffdb2213c39961866d2e07fe8399eb59
5
5
  SHA512:
6
- metadata.gz: c6da2fabaec7ea15e0ab95a1b0aedd5124a6142c16e8d87f7dcf66ec5aff4faa20543ece8f512e390cbf9ef8074a98e0496a82654f7b0318ff4d8936dd4df356
7
- data.tar.gz: 716f330eaf3980d38732baf455214163f6d035e8ccb02ffc3c9ce58e6062f53bed8cbaa108e204a8657dcc5bc17085d48c46ff4b3da343630f354d9986fee26c
6
+ metadata.gz: ef9ebb4f84d61df84f886e944b79900bb355da8c5c329c1213a20b567f2e72a2eaa547e872e952e65f5ee141bb4302f21efdf3af64b501fd03936467fe695da1
7
+ data.tar.gz: 259afb7d1e5728f81d79024cbb0625ac67e3150c40cb3f041bcae7db0a8739cef389e20457d2e662dc97001542bf7f6997fa447aa5bf2e17473445173b853ffa
data/README.md CHANGED
@@ -5,21 +5,6 @@
5
5
  fastlane
6
6
  </a>
7
7
  </h3>
8
- <p align="center">
9
- <a href="https://github.com/fastlane/fastlane/tree/master/deliver">deliver</a> &bull;
10
- <a href="https://github.com/fastlane/fastlane/tree/master/snapshot">snapshot</a> &bull;
11
- <a href="https://github.com/fastlane/fastlane/tree/master/frameit">frameit</a> &bull;
12
- <a href="https://github.com/fastlane/fastlane/tree/master/pem">pem</a> &bull;
13
- <a href="https://github.com/fastlane/fastlane/tree/master/sigh">sigh</a> &bull;
14
- <a href="https://github.com/fastlane/fastlane/tree/master/produce">produce</a> &bull;
15
- <a href="https://github.com/fastlane/fastlane/tree/master/cert">cert</a> &bull;
16
- <a href="https://github.com/fastlane/fastlane/tree/master/spaceship">spaceship</a> &bull;
17
- <a href="https://github.com/fastlane/fastlane/tree/master/pilot">pilot</a> &bull;
18
- <a href="https://github.com/fastlane/boarding">boarding</a> &bull;
19
- <a href="https://github.com/fastlane/fastlane/tree/master/gym">gym</a> &bull;
20
- <a href="https://github.com/fastlane/fastlane/tree/master/scan">scan</a> &bull;
21
- <a href="https://github.com/fastlane/fastlane/tree/master/match">match</a>
22
- </p>
23
8
 
24
9
  -------
25
10
 
@@ -30,23 +15,23 @@ WatchBuild
30
15
  [![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/fastlane/watchbuild/blob/master/LICENSE)
31
16
  [![Gem](https://img.shields.io/gem/v/watchbuild.svg?style=flat)](http://rubygems.org/gems/watchbuild)
32
17
 
33
- ###### Get a notification once your iTunes Connect build is finished processing
18
+ ###### Get a notification once your App Store Connect build is finished processing
34
19
 
35
20
  <img src=".assets/screenshot.png" width=350>
36
21
 
37
- When you upload a new binary from Xcode to iTunes Connect, you have to wait until it's done processing before you can submit it to the App Store.
22
+ When you upload a new binary from Xcode to App Store Connect, you have to wait until it's done processing before you can submit it to the App Store.
38
23
 
39
- As the [#iosprocessingtime](https://twitter.com/search?q=%23iosprocessingtime) varies from a few minutes to multiple hours, it's easy to forget to check iTunes Connect to see if the build is ready. WatchBuild lets you know as soon as it is done.
24
+ As the [#iosprocessingtime](https://twitter.com/search?q=%23iosprocessingtime) varies from a few minutes to multiple hours, it's easy to forget to check App Store Connect to see if the build is ready. WatchBuild lets you know as soon as it is done.
40
25
 
41
- WatchBuild is a simple standalone tool that shows a notification once your newly uploaded build was successfully processed by iTunes Connect.
26
+ WatchBuild is a simple standalone tool that shows a notification once your newly uploaded build was successfully processed by App Store Connect.
42
27
 
43
- Once the build is ready to be pushed to TestFlight or for review, you get a macOS notification. You can even directly click on the notification to open the build on iTunes Connect.
28
+ Once the build is ready to be pushed to TestFlight or for review, you get a macOS notification. You can even directly click on the notification to open the build on App Store Connect.
44
29
 
45
30
  ### Why use WatchBuild?
46
31
 
47
32
  WatchBuild is a standalone tool and can be used without any of the other [fastlane tools](https://fastlane.tools). This is *big*, since you can use WatchBuild also if you use Xcode to upload your app.
48
33
 
49
- This tool is not a replacement for [deliver](https://github.com/fastlane/fastlane/tree/master/deliver) (Upload metadata and builds to iTunes Connect) or [pilot](https://github.com/fastlane/fastlane/tree/master/pilot) (Upload and distribute new builds to TestFlight), but is meant as a small helpful utility with the main purpose to wait for the binary processing to be finished.
34
+ This tool is not a replacement for [deliver](https://github.com/fastlane/fastlane/tree/master/deliver) (Upload metadata and builds to App Store Connect) or [pilot](https://github.com/fastlane/fastlane/tree/master/pilot) (Upload and distribute new builds to TestFlight), but is meant as a small helpful utility with the main purpose to wait for the binary processing to be finished.
50
35
 
51
36
  Get in contact with the developer on Twitter: [@FastlaneTools](https://twitter.com/FastlaneTools)
52
37
 
@@ -54,7 +39,6 @@ Get in contact with the developer on Twitter: [@FastlaneTools](https://twitter.c
54
39
  <p align="center">
55
40
  <a href="#installation">Installation</a> &bull;
56
41
  <a href="#usage">Usage</a> &bull;
57
- <a href="#tips">Tips</a> &bull;
58
42
  <a href="#need-help">Need help?</a>
59
43
  </p>
60
44
 
@@ -86,26 +70,6 @@ For a list of available parameters and commands run
86
70
 
87
71
  `WatchBuild` uses the secure [CredentialsManager](https://github.com/fastlane/fastlane/tree/master/credentials_manager) from [fastlane](https://fastlane.tools) that stores credentials in your local keychain.
88
72
 
89
- # Tips
90
- ## [`fastlane`](https://fastlane.tools) Toolchain
91
-
92
- - [`fastlane`](https://fastlane.tools): The easiest way to automate beta deployments and releases for your iOS and Android apps
93
- - [`deliver`](https://github.com/fastlane/fastlane/tree/master/deliver): Upload screenshots, metadata and your app to the App Store
94
- - [`snapshot`](https://github.com/fastlane/fastlane/tree/master/snapshot): Automate taking localized screenshots of your iOS app on every device
95
- - [`frameit`](https://github.com/fastlane/fastlane/tree/master/frameit): Quickly put your screenshots into the right device frames
96
- - [`pem`](https://github.com/fastlane/fastlane/tree/master/pem): Automatically generate and renew your push notification profiles
97
- - [`sigh`](https://github.com/fastlane/fastlane/tree/master/sigh): Because you would rather spend your time building stuff than fighting provisioning
98
- - [`produce`](https://github.com/fastlane/fastlane/tree/master/produce): Create new iOS apps on iTunes Connect and Dev Portal using the command line
99
- - [`cert`](https://github.com/fastlane/fastlane/tree/master/cert): Automatically create and maintain iOS code signing certificates
100
- - [`spaceship`](https://github.com/fastlane/fastlane/tree/master/spaceship): Ruby library to access the Apple Dev Center and iTunes Connect
101
- - [`pilot`](https://github.com/fastlane/fastlane/tree/master/pilot): The best way to manage your TestFlight testers and builds from your terminal
102
- - [`boarding`](https://github.com/fastlane/boarding): The easiest way to invite your TestFlight beta testers
103
- - [`gym`](https://github.com/fastlane/fastlane/tree/master/gym): Building your iOS apps has never been easier
104
- - [`scan`](https://github.com/fastlane/fastlane/tree/master/scan): The easiest way to run tests of your iOS and Mac app
105
- - [`match`](https://github.com/fastlane/fastlane/tree/master/match): Easily sync your certificates and profiles across your team using git
106
-
107
- ##### [Like this tool? Be the first to know about updates and new fastlane tools](https://tinyletter.com/krausefx)
108
-
109
73
  # Need help?
110
74
  Please submit an issue on GitHub and provide information about your setup
111
75
 
@@ -23,7 +23,7 @@ module WatchBuild
23
23
  FastlaneCore::ConfigItem.new(key: :itc_team_id,
24
24
  short_option: '-k',
25
25
  env_name: 'FASTLANE_ITC_TEAM_ID',
26
- description: "The ID of your iTunes Connect team if you're in multiple teams",
26
+ description: "The ID of your App Store Connect team if you're in multiple teams",
27
27
  optional: true,
28
28
  code_gen_sensitive: true,
29
29
  default_value: CredentialsManager::AppfileConfig.try_fetch_value(:itc_team_id),
@@ -31,7 +31,7 @@ module WatchBuild
31
31
  FastlaneCore::ConfigItem.new(key: :itc_team_name,
32
32
  short_option: '-p',
33
33
  env_name: 'FASTLANE_ITC_TEAM_NAME',
34
- description: "The name of your iTunes Connect team if you're in multiple teams",
34
+ description: "The name of your App Store Connect team if you're in multiple teams",
35
35
  optional: true,
36
36
  code_gen_sensitive: true,
37
37
  default_value: CredentialsManager::AppfileConfig.try_fetch_value(:itc_team_name),
@@ -44,7 +44,7 @@ module WatchBuild
44
44
  time_elapsed = Time.at(seconds_elapsed).utc.strftime '%H:%M:%S hours'
45
45
  end
46
46
 
47
- UI.message("Waiting #{time_elapsed} for iTunes Connect to process the build #{build.train_version} (#{build.build_version})... this might take a while...")
47
+ UI.message("Waiting #{time_elapsed} for App Store Connect to process the build #{build.train_version} (#{build.build_version})... this might take a while...")
48
48
  rescue => ex
49
49
  UI.error(ex)
50
50
  UI.message('Something failed... trying again to recover')
@@ -66,7 +66,7 @@ module WatchBuild
66
66
  return
67
67
  end
68
68
 
69
- url = "https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa/ra/ng/app/#{@app.apple_id}/activity/ios/builds/#{build.train_version}/#{build.build_version}/details"
69
+ url = "https://appstoreconnect.apple.com/WebObjects/iTunesConnect.woa/ra/ng/app/#{@app.apple_id}/activity/ios/builds/#{build.train_version}/#{build.build_version}/details"
70
70
  TerminalNotifier.notify('Build finished processing',
71
71
  title: build.app_name,
72
72
  subtitle: "#{build.train_version} (#{build.build_version})",
@@ -75,7 +75,7 @@ module WatchBuild
75
75
  UI.success('Successfully finished processing the build')
76
76
  if minutes > 0 # it's 0 minutes if there was no new build uploaded
77
77
  UI.message('You can now tweet: ')
78
- UI.important("iTunes Connect #iosprocessingtime #{minutes} minutes")
78
+ UI.important("App Store Connect #iosprocessingtime #{minutes} minutes")
79
79
  end
80
80
  UI.message(url)
81
81
  end
@@ -1,4 +1,4 @@
1
1
  module WatchBuild
2
- VERSION = '0.3.0'.freeze
3
- DESCRIPTION = 'Get a notification once your iTunes Connect build is finished processing'.freeze
2
+ VERSION = '0.3.1'.freeze
3
+ DESCRIPTION = 'Get a notification once your App Store Connect build is finished processing'.freeze
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: watchbuild
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felix Krause
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-11 00:00:00.000000000 Z
11
+ date: 2018-12-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fastlane
@@ -118,16 +118,16 @@ dependencies:
118
118
  name: yard
119
119
  requirement: !ruby/object:Gem::Requirement
120
120
  requirements:
121
- - - "~>"
121
+ - - ">="
122
122
  - !ruby/object:Gem::Version
123
- version: 0.8.7.4
123
+ version: 0.9.11
124
124
  type: :development
125
125
  prerelease: false
126
126
  version_requirements: !ruby/object:Gem::Requirement
127
127
  requirements:
128
- - - "~>"
128
+ - - ">="
129
129
  - !ruby/object:Gem::Version
130
- version: 0.8.7.4
130
+ version: 0.9.11
131
131
  - !ruby/object:Gem::Dependency
132
132
  name: webmock
133
133
  requirement: !ruby/object:Gem::Requirement
@@ -160,17 +160,17 @@ dependencies:
160
160
  name: rubocop
161
161
  requirement: !ruby/object:Gem::Requirement
162
162
  requirements:
163
- - - "~>"
163
+ - - ">="
164
164
  - !ruby/object:Gem::Version
165
- version: 0.44.0
165
+ version: 0.49.0
166
166
  type: :development
167
167
  prerelease: false
168
168
  version_requirements: !ruby/object:Gem::Requirement
169
169
  requirements:
170
- - - "~>"
170
+ - - ">="
171
171
  - !ruby/object:Gem::Version
172
- version: 0.44.0
173
- description: Get a notification once your iTunes Connect build is finished processing
172
+ version: 0.49.0
173
+ description: Get a notification once your App Store Connect build is finished processing
174
174
  email:
175
175
  - watchbuild@krausefx.com
176
176
  executables:
@@ -205,8 +205,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
205
205
  version: '0'
206
206
  requirements: []
207
207
  rubyforge_project:
208
- rubygems_version: 2.4.5.5
208
+ rubygems_version: 2.6.8
209
209
  signing_key:
210
210
  specification_version: 4
211
- summary: Get a notification once your iTunes Connect build is finished processing
211
+ summary: Get a notification once your App Store Connect build is finished processing
212
212
  test_files: []