Skip to content

Commit 392bed0

Browse files
authored
Prepare 3.1 (#68)
* Version to 3.1.0. * Update Jazzy docs. * More docs.
1 parent 23f9d34 commit 392bed0

File tree

16 files changed

+78
-43
lines changed

16 files changed

+78
-43
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.0
1+
2.7.1

AlamofireNetworkActivityIndicator.xcodeproj/project.pbxproj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,7 @@
457457
GCC_WARN_UNUSED_VARIABLE = YES;
458458
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
459459
MACOSX_DEPLOYMENT_TARGET = 10.12;
460+
MARKETING_VERSION = 3.1.0;
460461
MTL_ENABLE_DEBUG_INFO = YES;
461462
ONLY_ACTIVE_ARCH = YES;
462463
SDKROOT = iphoneos;
@@ -466,7 +467,6 @@
466467
TARGETED_DEVICE_FAMILY = "1,2";
467468
TVOS_DEPLOYMENT_TARGET = 10.0;
468469
VERSIONING_SYSTEM = "apple-generic";
469-
VERSION_INFO_PREFIX = "";
470470
WATCHOS_DEPLOYMENT_TARGET = 3.0;
471471
};
472472
name = Debug;
@@ -516,6 +516,7 @@
516516
GCC_WARN_UNUSED_VARIABLE = YES;
517517
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
518518
MACOSX_DEPLOYMENT_TARGET = 10.12;
519+
MARKETING_VERSION = 3.1.0;
519520
MTL_ENABLE_DEBUG_INFO = NO;
520521
SDKROOT = iphoneos;
521522
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
@@ -525,7 +526,6 @@
525526
TVOS_DEPLOYMENT_TARGET = 10.0;
526527
VALIDATE_PRODUCT = YES;
527528
VERSIONING_SYSTEM = "apple-generic";
528-
VERSION_INFO_PREFIX = "";
529529
WATCHOS_DEPLOYMENT_TARGET = 3.0;
530530
};
531531
name = Release;
@@ -543,7 +543,6 @@
543543
INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
544544
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
545545
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
546-
MARKETING_VERSION = 3.0.1;
547546
PRODUCT_BUNDLE_IDENTIFIER = org.alamofire.AlamofireNetworkActivityIndicator;
548547
PRODUCT_NAME = "$(TARGET_NAME)";
549548
SKIP_INSTALL = YES;
@@ -564,7 +563,6 @@
564563
INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
565564
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
566565
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
567-
MARKETING_VERSION = 3.0.1;
568566
PRODUCT_BUNDLE_IDENTIFIER = org.alamofire.AlamofireNetworkActivityIndicator;
569567
PRODUCT_NAME = "$(TARGET_NAME)";
570568
SKIP_INSTALL = YES;

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ All notable changes to this project will be documented in this file.
33
`AlamofireNetworkActivityIndicator` adheres to [Semantic Versioning](http://semver.org/).
44

55
#### 3.x Releases
6-
- `3.0.x` Releases - [3.0.0](#300)
6+
- `3.1.x` Releases - [3.1.0](#310)
7+
- `3.0.x` Releases - [3.0.0](#300) | [3.0.1](#301)
78
- `3.0.0` Betas - [3.0.0-beta.1](#300-beta1) | [3.0.0-beta.2](#300-beta2) | | [3.0.0-beta.3](#300-beta3)
89

910
#### 2.x Releases
@@ -19,6 +20,16 @@ All notable changes to this project will be documented in this file.
1920

2021
---
2122

23+
## [3.1.0](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/releases/tag/3.1.0)
24+
Released on 2020-04-05. All issues associated with this milestone can be found using this
25+
[filter](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/milestone/16?closed=1).
26+
27+
#### Updated
28+
- Project to require Swift 5.1.
29+
- Updated by [Jon Shier](https://github.com/jshier) in Pull Request [#67](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/pull/67).
30+
31+
---
32+
2233
## [3.0.1](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/releases/tag/3.0.1)
2334
Released on 2020-02-29. All issues associated with this milestone can be found using this
2435
[filter](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/milestone/15?closed=1).

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ GEM
1212
json (>= 1.5.1)
1313
atomos (0.1.3)
1414
claide (1.0.3)
15-
cocoapods (1.9.0)
15+
cocoapods (1.9.1)
1616
activesupport (>= 4.0.2, < 5)
1717
claide (>= 1.0.2, < 2.0)
18-
cocoapods-core (= 1.9.0)
18+
cocoapods-core (= 1.9.1)
1919
cocoapods-deintegrate (>= 1.0.3, < 2.0)
2020
cocoapods-downloader (>= 1.2.2, < 2.0)
2121
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -31,7 +31,7 @@ GEM
3131
nap (~> 1.0)
3232
ruby-macho (~> 1.4)
3333
xcodeproj (>= 1.14.0, < 2.0)
34-
cocoapods-core (1.9.0)
34+
cocoapods-core (1.9.1)
3535
activesupport (>= 4.0.2, < 6)
3636
algoliasearch (~> 1.0)
3737
concurrent-ruby (~> 1.1)
@@ -61,7 +61,7 @@ GEM
6161
httpclient (2.8.3)
6262
i18n (0.9.5)
6363
concurrent-ruby (~> 1.0)
64-
jazzy (0.13.1)
64+
jazzy (0.13.2)
6565
cocoapods (~> 1.5)
6666
mustache (~> 1.1)
6767
open4
@@ -88,7 +88,7 @@ GEM
8888
thread_safe (0.3.6)
8989
typhoeus (1.3.1)
9090
ethon (>= 0.9.0)
91-
tzinfo (1.2.6)
91+
tzinfo (1.2.7)
9292
thread_safe (~> 0.1)
9393
xcinvoke (0.3.0)
9494
liferaft (~> 0.0.6)
@@ -110,4 +110,4 @@ DEPENDENCIES
110110
xcpretty
111111

112112
BUNDLED WITH
113-
2.1.2
113+
2.1.4

docs/Classes.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ <h4>Declaration</h4>
128128
</article>
129129
</div>
130130
<section class="footer">
131-
<p>&copy; 2020 <a class="link" href="http://alamofire.org/" target="_blank" rel="external">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2020-02-29)</p>
132-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
131+
<p>&copy; 2020 <a class="link" href="http://alamofire.org/" target="_blank" rel="external">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2020-04-05)</p>
132+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
133133
</section>
134134
</body>
135135
</div>

docs/Classes/NetworkActivityIndicatorManager.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ <h3 class="section-name"><p>Request Tracking</p>
290290
<code>
291291
<a name="/s:33AlamofireNetworkActivityIndicator0bcD7ManagerC15requestDidStart0F2IDySS_tF"></a>
292292
<a name="//apple_ref/swift/Method/requestDidStart(requestID:)" class="dashAnchor"></a>
293-
<a class="token" href="#/s:33AlamofireNetworkActivityIndicator0bcD7ManagerC15requestDidStart0F2IDySS_tF">requestDidStart(requestID:)</a>
293+
<a class="token" href="#/s:33AlamofireNetworkActivityIndicator0bcD7ManagerC15requestDidStart0F2IDySS_tF">requestDidStart(requestID:<wbr>)</a>
294294
</code>
295295
</div>
296296
<div class="height-container">
@@ -338,7 +338,7 @@ <h4>Parameters</h4>
338338
<code>
339339
<a name="/s:33AlamofireNetworkActivityIndicator0bcD7ManagerC14requestDidStop0F2IDySS_tF"></a>
340340
<a name="//apple_ref/swift/Method/requestDidStop(requestID:)" class="dashAnchor"></a>
341-
<a class="token" href="#/s:33AlamofireNetworkActivityIndicator0bcD7ManagerC14requestDidStop0F2IDySS_tF">requestDidStop(requestID:)</a>
341+
<a class="token" href="#/s:33AlamofireNetworkActivityIndicator0bcD7ManagerC14requestDidStop0F2IDySS_tF">requestDidStop(requestID:<wbr>)</a>
342342
</code>
343343
</div>
344344
<div class="height-container">
@@ -389,8 +389,8 @@ <h4>Parameters</h4>
389389
</article>
390390
</div>
391391
<section class="footer">
392-
<p>&copy; 2020 <a class="link" href="http://alamofire.org/" target="_blank" rel="external">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2020-02-29)</p>
393-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
392+
<p>&copy; 2020 <a class="link" href="http://alamofire.org/" target="_blank" rel="external">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2020-04-05)</p>
393+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
394394
</section>
395395
</body>
396396
</div>

docs/css/jazzy.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,10 @@ pre code {
248248
content: "";
249249
display: block; }
250250
.item .token, .item .direct-link {
251+
display: inline-block;
252+
text-indent: -20px;
251253
padding-left: 3px;
252-
margin-left: 0px;
254+
margin-left: 20px;
253255
font-size: 1rem; }
254256
.item .declaration-note {
255257
font-size: .85em;

docs/docsets/AlamofireNetworkActivityIndicator.docset/Contents/Resources/Documents/Classes.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ <h4>Declaration</h4>
128128
</article>
129129
</div>
130130
<section class="footer">
131-
<p>&copy; 2020 <a class="link" href="http://alamofire.org/" target="_blank" rel="external">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2020-02-29)</p>
132-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
131+
<p>&copy; 2020 <a class="link" href="http://alamofire.org/" target="_blank" rel="external">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2020-04-05)</p>
132+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
133133
</section>
134134
</body>
135135
</div>

docs/docsets/AlamofireNetworkActivityIndicator.docset/Contents/Resources/Documents/Classes/NetworkActivityIndicatorManager.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ <h3 class="section-name"><p>Request Tracking</p>
290290
<code>
291291
<a name="/s:33AlamofireNetworkActivityIndicator0bcD7ManagerC15requestDidStart0F2IDySS_tF"></a>
292292
<a name="//apple_ref/swift/Method/requestDidStart(requestID:)" class="dashAnchor"></a>
293-
<a class="token" href="#/s:33AlamofireNetworkActivityIndicator0bcD7ManagerC15requestDidStart0F2IDySS_tF">requestDidStart(requestID:)</a>
293+
<a class="token" href="#/s:33AlamofireNetworkActivityIndicator0bcD7ManagerC15requestDidStart0F2IDySS_tF">requestDidStart(requestID:<wbr>)</a>
294294
</code>
295295
</div>
296296
<div class="height-container">
@@ -338,7 +338,7 @@ <h4>Parameters</h4>
338338
<code>
339339
<a name="/s:33AlamofireNetworkActivityIndicator0bcD7ManagerC14requestDidStop0F2IDySS_tF"></a>
340340
<a name="//apple_ref/swift/Method/requestDidStop(requestID:)" class="dashAnchor"></a>
341-
<a class="token" href="#/s:33AlamofireNetworkActivityIndicator0bcD7ManagerC14requestDidStop0F2IDySS_tF">requestDidStop(requestID:)</a>
341+
<a class="token" href="#/s:33AlamofireNetworkActivityIndicator0bcD7ManagerC14requestDidStop0F2IDySS_tF">requestDidStop(requestID:<wbr>)</a>
342342
</code>
343343
</div>
344344
<div class="height-container">
@@ -389,8 +389,8 @@ <h4>Parameters</h4>
389389
</article>
390390
</div>
391391
<section class="footer">
392-
<p>&copy; 2020 <a class="link" href="http://alamofire.org/" target="_blank" rel="external">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2020-02-29)</p>
393-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
392+
<p>&copy; 2020 <a class="link" href="http://alamofire.org/" target="_blank" rel="external">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2020-04-05)</p>
393+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
394394
</section>
395395
</body>
396396
</div>

docs/docsets/AlamofireNetworkActivityIndicator.docset/Contents/Resources/Documents/css/jazzy.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,10 @@ pre code {
248248
content: "";
249249
display: block; }
250250
.item .token, .item .direct-link {
251+
display: inline-block;
252+
text-indent: -20px;
251253
padding-left: 3px;
252-
margin-left: 0px;
254+
margin-left: 20px;
253255
font-size: 1rem; }
254256
.item .declaration-note {
255257
font-size: .85em;

0 commit comments

Comments
 (0)