unlimit 0.0.7 → 0.0.8
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 +4 -4
- data/CHANGELOG.md +9 -0
- data/Gemfile.lock +22 -22
- data/README.md +3 -1
- data/lib/unlimit.rb +11 -1
- data/lib/unlimit/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 94b66921027f13011cdc8a9017253c25842ccb8c86977a1bb927f95b4458fee6
|
|
4
|
+
data.tar.gz: f8d413398c7f00f56a31291d17be58174744ca38951513682af00b6d1c567a8b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ee4a5e6ac52eddeab8d3ced086c937a26a0af81ef3581cf1652a91343ef1818ac264291074e5d83a59ab221e00ab8f03604f004aa82773e4334269749dca42f7
|
|
7
|
+
data.tar.gz: 759bb2e3a50b8401d12773c32fa42aeb3d1b46c3d7649fa9e342647e1d363690ca023516041316be069032bd01e07ac13984b2d79ace5b53524000b95df75e00
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## [0.0.8](https://github.com/biocross/unlimit/releases/tag/0.0.8)
|
|
4
|
+
|
|
5
|
+
Released on 2019-10-28.
|
|
6
|
+
|
|
7
|
+
#### Fixed
|
|
8
|
+
|
|
9
|
+
- Improved README
|
|
10
|
+
- Integrate https://curl.press
|
|
11
|
+
|
|
3
12
|
## [0.0.7](https://github.com/biocross/unlimit/releases/tag/0.0.7)
|
|
4
13
|
Released on 2019-08-26.
|
|
5
14
|
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
unlimit (0.0.
|
|
4
|
+
unlimit (0.0.8)
|
|
5
5
|
configure_extensions
|
|
6
6
|
fastlane (>= 2.116.0)
|
|
7
7
|
highline
|
|
@@ -18,10 +18,10 @@ GEM
|
|
|
18
18
|
minitest (~> 5.1)
|
|
19
19
|
thread_safe (~> 0.3, >= 0.3.4)
|
|
20
20
|
tzinfo (~> 1.1)
|
|
21
|
-
addressable (2.
|
|
22
|
-
public_suffix (>= 2.0.2, <
|
|
21
|
+
addressable (2.7.0)
|
|
22
|
+
public_suffix (>= 2.0.2, < 5.0)
|
|
23
23
|
atomos (0.1.3)
|
|
24
|
-
babosa (1.0.
|
|
24
|
+
babosa (1.0.3)
|
|
25
25
|
claide (1.0.3)
|
|
26
26
|
colored (1.2)
|
|
27
27
|
colored2 (3.1.2)
|
|
@@ -38,16 +38,16 @@ GEM
|
|
|
38
38
|
unf (>= 0.0.5, < 1.0.0)
|
|
39
39
|
dotenv (2.7.5)
|
|
40
40
|
emoji_regex (1.0.1)
|
|
41
|
-
excon (0.
|
|
42
|
-
faraday (0.
|
|
41
|
+
excon (0.68.0)
|
|
42
|
+
faraday (0.17.0)
|
|
43
43
|
multipart-post (>= 1.2, < 3)
|
|
44
44
|
faraday-cookie_jar (0.0.6)
|
|
45
45
|
faraday (>= 0.7.4)
|
|
46
46
|
http-cookie (~> 1.0.0)
|
|
47
47
|
faraday_middleware (0.13.1)
|
|
48
48
|
faraday (>= 0.7.4, < 1.0)
|
|
49
|
-
fastimage (2.1.
|
|
50
|
-
fastlane (2.
|
|
49
|
+
fastimage (2.1.7)
|
|
50
|
+
fastlane (2.134.0)
|
|
51
51
|
CFPropertyList (>= 2.3, < 4.0.0)
|
|
52
52
|
addressable (>= 2.3, < 3.0.0)
|
|
53
53
|
babosa (>= 1.0.2, < 2.0.0)
|
|
@@ -57,9 +57,9 @@ GEM
|
|
|
57
57
|
dotenv (>= 2.1.1, < 3.0.0)
|
|
58
58
|
emoji_regex (>= 0.1, < 2.0)
|
|
59
59
|
excon (>= 0.45.0, < 1.0.0)
|
|
60
|
-
faraday (~> 0.
|
|
60
|
+
faraday (~> 0.17)
|
|
61
61
|
faraday-cookie_jar (~> 0.0.6)
|
|
62
|
-
faraday_middleware (~> 0.
|
|
62
|
+
faraday_middleware (~> 0.13.1)
|
|
63
63
|
fastimage (>= 2.1.0, < 3.0.0)
|
|
64
64
|
gh_inspector (>= 1.1.2, < 2.0.0)
|
|
65
65
|
google-api-client (>= 0.21.2, < 0.24.0)
|
|
@@ -72,7 +72,7 @@ GEM
|
|
|
72
72
|
multipart-post (~> 2.0.0)
|
|
73
73
|
plist (>= 3.1.0, < 4.0.0)
|
|
74
74
|
public_suffix (~> 2.0.0)
|
|
75
|
-
rubyzip (>= 1.
|
|
75
|
+
rubyzip (>= 1.3.0, < 2.0.0)
|
|
76
76
|
security (= 0.1.3)
|
|
77
77
|
simctl (~> 1.6.3)
|
|
78
78
|
slack-notifier (>= 2.0.0, < 3.0.0)
|
|
@@ -93,9 +93,9 @@ GEM
|
|
|
93
93
|
representable (~> 3.0)
|
|
94
94
|
retriable (>= 2.0, < 4.0)
|
|
95
95
|
signet (~> 0.9)
|
|
96
|
-
google-cloud-core (1.
|
|
96
|
+
google-cloud-core (1.4.0)
|
|
97
97
|
google-cloud-env (~> 1.0)
|
|
98
|
-
google-cloud-env (1.
|
|
98
|
+
google-cloud-env (1.3.0)
|
|
99
99
|
faraday (~> 0.11)
|
|
100
100
|
google-cloud-storage (1.16.0)
|
|
101
101
|
digest-crc (~> 0.4)
|
|
@@ -118,12 +118,12 @@ GEM
|
|
|
118
118
|
json (2.2.0)
|
|
119
119
|
jwt (2.1.0)
|
|
120
120
|
memoist (0.16.0)
|
|
121
|
-
mime-types (3.
|
|
121
|
+
mime-types (3.3)
|
|
122
122
|
mime-types-data (~> 3.2015)
|
|
123
|
-
mime-types-data (3.2019.
|
|
123
|
+
mime-types-data (3.2019.1009)
|
|
124
124
|
mini_magick (4.9.5)
|
|
125
|
-
minitest (5.
|
|
126
|
-
multi_json (1.
|
|
125
|
+
minitest (5.12.2)
|
|
126
|
+
multi_json (1.14.1)
|
|
127
127
|
multi_xml (0.6.0)
|
|
128
128
|
multipart-post (2.0.0)
|
|
129
129
|
nanaimo (0.2.6)
|
|
@@ -138,16 +138,16 @@ GEM
|
|
|
138
138
|
uber (< 0.2.0)
|
|
139
139
|
retriable (3.1.2)
|
|
140
140
|
rouge (2.0.7)
|
|
141
|
-
rubyzip (1.
|
|
141
|
+
rubyzip (1.3.0)
|
|
142
142
|
security (0.1.3)
|
|
143
|
-
sentry-raven (2.
|
|
143
|
+
sentry-raven (2.12.2)
|
|
144
144
|
faraday (>= 0.7.6, < 1.0)
|
|
145
|
-
signet (0.
|
|
145
|
+
signet (0.12.0)
|
|
146
146
|
addressable (~> 2.3)
|
|
147
147
|
faraday (~> 0.9)
|
|
148
148
|
jwt (>= 1.5, < 3.0)
|
|
149
149
|
multi_json (~> 1.10)
|
|
150
|
-
simctl (1.6.
|
|
150
|
+
simctl (1.6.6)
|
|
151
151
|
CFPropertyList
|
|
152
152
|
naturally
|
|
153
153
|
slack-notifier (2.3.2)
|
|
@@ -167,7 +167,7 @@ GEM
|
|
|
167
167
|
unf_ext (0.0.7.6)
|
|
168
168
|
unicode-display_width (1.6.0)
|
|
169
169
|
word_wrap (1.0.0)
|
|
170
|
-
xcodeproj (1.
|
|
170
|
+
xcodeproj (1.13.0)
|
|
171
171
|
CFPropertyList (>= 2.3.3, < 4.0)
|
|
172
172
|
atomos (~> 0.1.3)
|
|
173
173
|
claide (>= 1.0.2, < 2.0)
|
data/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# Unlimit 🚀📲 [](https://badge.fury.io/rb/unlimit)
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Apple limits testing your app on a device to only 100 registered devices per developer account. If you work in a large team, this limit is often exhausted.
|
|
4
|
+
|
|
5
|
+
Unlimit is a simple tool to quickly run your app on your device without worrying about this limit. It achieves this by temporarily switching your Xcode Project to your [free](https://github.com/biocross/unlimit#do-i-require-a-paid-apple-developer-account-to-use-this) personal team (`Personal Team`).
|
|
4
6
|
|
|
5
7
|
> In a nutsell, unlimit fixes this:
|
|
6
8
|
|
data/lib/unlimit.rb
CHANGED
|
@@ -8,6 +8,7 @@ require 'yaml'
|
|
|
8
8
|
require 'plist'
|
|
9
9
|
require 'open3'
|
|
10
10
|
require 'highline'
|
|
11
|
+
require 'net/http'
|
|
11
12
|
|
|
12
13
|
ProjectPathKey = 'project_path'
|
|
13
14
|
PlistPathKey = 'plist_path'
|
|
@@ -58,6 +59,7 @@ module Unlimit
|
|
|
58
59
|
fastlane_command = using_bundler ? 'bundle exec fastlane' : 'fastlane'
|
|
59
60
|
|
|
60
61
|
cli = HighLine.new
|
|
62
|
+
sendEvent('unlimit.start')
|
|
61
63
|
raven.capture_message('Begin', level: 'info')
|
|
62
64
|
|
|
63
65
|
# Check for a valid xcode_project
|
|
@@ -271,11 +273,19 @@ module Unlimit
|
|
|
271
273
|
end
|
|
272
274
|
end
|
|
273
275
|
end
|
|
274
|
-
|
|
276
|
+
sendEvent('unlimit.finish')
|
|
275
277
|
raven.capture_message('Finished', level: 'info')
|
|
276
278
|
puts "\n#{Divider}"
|
|
277
279
|
puts 'You\'re good to go! Just connect your device and hit run!'.green
|
|
278
280
|
puts Divider
|
|
279
281
|
end
|
|
282
|
+
|
|
283
|
+
def sendEvent(event)
|
|
284
|
+
begin
|
|
285
|
+
uri = URI("https://curl.press/api/unlimit/add?event=#{event}")
|
|
286
|
+
Net::HTTP.get(uri)
|
|
287
|
+
rescue StandardError
|
|
288
|
+
end
|
|
289
|
+
end
|
|
280
290
|
end
|
|
281
291
|
end
|
data/lib/unlimit/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: unlimit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Siddharth Gupta
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-10-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: xcodeproj
|