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 +4 -4
- data/README.md +6 -42
- data/lib/watchbuild/options.rb +2 -2
- data/lib/watchbuild/runner.rb +3 -3
- data/lib/watchbuild/version.rb +2 -2
- metadata +13 -13
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 74cee75f4f83e3ce767020caa298297b5c0c42fc
|
4
|
+
data.tar.gz: 7a161657ffdb2213c39961866d2e07fe8399eb59
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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> •
|
10
|
-
<a href="https://github.com/fastlane/fastlane/tree/master/snapshot">snapshot</a> •
|
11
|
-
<a href="https://github.com/fastlane/fastlane/tree/master/frameit">frameit</a> •
|
12
|
-
<a href="https://github.com/fastlane/fastlane/tree/master/pem">pem</a> •
|
13
|
-
<a href="https://github.com/fastlane/fastlane/tree/master/sigh">sigh</a> •
|
14
|
-
<a href="https://github.com/fastlane/fastlane/tree/master/produce">produce</a> •
|
15
|
-
<a href="https://github.com/fastlane/fastlane/tree/master/cert">cert</a> •
|
16
|
-
<a href="https://github.com/fastlane/fastlane/tree/master/spaceship">spaceship</a> •
|
17
|
-
<a href="https://github.com/fastlane/fastlane/tree/master/pilot">pilot</a> •
|
18
|
-
<a href="https://github.com/fastlane/boarding">boarding</a> •
|
19
|
-
<a href="https://github.com/fastlane/fastlane/tree/master/gym">gym</a> •
|
20
|
-
<a href="https://github.com/fastlane/fastlane/tree/master/scan">scan</a> •
|
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
|
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
|
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
|
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
|
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
|
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
|
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> •
|
56
41
|
<a href="#usage">Usage</a> •
|
57
|
-
<a href="#tips">Tips</a> •
|
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
|
|
data/lib/watchbuild/options.rb
CHANGED
@@ -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
|
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
|
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),
|
data/lib/watchbuild/runner.rb
CHANGED
@@ -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
|
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://
|
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("
|
78
|
+
UI.important("App Store Connect #iosprocessingtime #{minutes} minutes")
|
79
79
|
end
|
80
80
|
UI.message(url)
|
81
81
|
end
|
data/lib/watchbuild/version.rb
CHANGED
@@ -1,4 +1,4 @@
|
|
1
1
|
module WatchBuild
|
2
|
-
VERSION = '0.3.
|
3
|
-
DESCRIPTION = 'Get a notification once your
|
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.
|
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-
|
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.
|
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.
|
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.
|
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.
|
173
|
-
description: Get a notification once your
|
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.
|
208
|
+
rubygems_version: 2.6.8
|
209
209
|
signing_key:
|
210
210
|
specification_version: 4
|
211
|
-
summary: Get a notification once your
|
211
|
+
summary: Get a notification once your App Store Connect build is finished processing
|
212
212
|
test_files: []
|