Skip to content

Commit f252f5b

Browse files
authored
Prepare 3.0.1 (#66)
* Version to 3.0.1. * Update Jazzy docs.
1 parent 66c5226 commit f252f5b

File tree

17 files changed

+43
-171
lines changed

17 files changed

+43
-171
lines changed

AlamofireNetworkActivityIndicator.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'AlamofireNetworkActivityIndicator'
3-
s.version = '3.0.0'
3+
s.version = '3.0.1'
44
s.license = 'MIT'
55
s.summary = 'Controls the visibility of the network activity indicator on iOS using Alamofire'
66
s.homepage = 'https://github.com/Alamofire/AlamofireNetworkActivityIndicator'

AlamofireNetworkActivityIndicator.xcodeproj/project.pbxproj

Lines changed: 2 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,6 @@
66
objectVersion = 46;
77
objects = {
88

9-
/* Begin PBXAggregateTarget section */
10-
4C37A5691D45CA7100FC20A4 /* Cleanup Whitespace */ = {
11-
isa = PBXAggregateTarget;
12-
buildConfigurationList = 4C37A5731D45CA7100FC20A4 /* Build configuration list for PBXAggregateTarget "Cleanup Whitespace" */;
13-
buildPhases = (
14-
4C37A5741D45CA7600FC20A4 /* Cleanup Whitespace */,
15-
);
16-
dependencies = (
17-
);
18-
name = "Cleanup Whitespace";
19-
productName = "Cleanup Whitespace";
20-
};
21-
/* End PBXAggregateTarget section */
22-
239
/* Begin PBXBuildFile section */
2410
4CB928441C66E1A700CE5F08 /* AlamofireNetworkActivityIndicator.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4CB928391C66E1A600CE5F08 /* AlamofireNetworkActivityIndicator.framework */; };
2511
4CB928581C66E20600CE5F08 /* AlamofireNetworkActivityIndicator.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CB928561C66E20600CE5F08 /* AlamofireNetworkActivityIndicator.h */; settings = {ATTRIBUTES = (Public, ); }; };
@@ -282,9 +268,6 @@
282268
LastUpgradeCheck = 1020;
283269
ORGANIZATIONNAME = Alamofire;
284270
TargetAttributes = {
285-
4C37A5691D45CA7100FC20A4 = {
286-
CreatedOnToolsVersion = 7.3.1;
287-
};
288271
4CB928381C66E1A600CE5F08 = {
289272
CreatedOnToolsVersion = 7.2;
290273
LastSwiftMigration = 1020;
@@ -317,7 +300,6 @@
317300
targets = (
318301
4CB928381C66E1A600CE5F08 /* AlamofireNetworkActivityIndicator */,
319302
4CB928421C66E1A700CE5F08 /* AlamofireNetworkActivityIndicatorTests */,
320-
4C37A5691D45CA7100FC20A4 /* Cleanup Whitespace */,
321303
);
322304
};
323305
/* End PBXProject section */
@@ -391,23 +373,6 @@
391373
};
392374
/* End PBXResourcesBuildPhase section */
393375

394-
/* Begin PBXShellScriptBuildPhase section */
395-
4C37A5741D45CA7600FC20A4 /* Cleanup Whitespace */ = {
396-
isa = PBXShellScriptBuildPhase;
397-
buildActionMask = 2147483647;
398-
files = (
399-
);
400-
inputPaths = (
401-
);
402-
name = "Cleanup Whitespace";
403-
outputPaths = (
404-
);
405-
runOnlyForDeploymentPostprocessing = 0;
406-
shellPath = /bin/sh;
407-
shellScript = "#!/bin/sh\ndirectories=(Source Tests)\n\nfor directory in \"${directories[@]}\"\ndo\necho \"Cleaning whitespace in directory: $directory\"\nfind $directory -iregex '.*\\.swift' -exec sed -E -i '' -e 's/[[:blank:]]*$//' {} \\;\ndone\n";
408-
};
409-
/* End PBXShellScriptBuildPhase section */
410-
411376
/* Begin PBXSourcesBuildPhase section */
412377
4CB928341C66E1A600CE5F08 /* Sources */ = {
413378
isa = PBXSourcesBuildPhase;
@@ -441,20 +406,6 @@
441406
/* End PBXTargetDependency section */
442407

443408
/* Begin XCBuildConfiguration section */
444-
4C37A56A1D45CA7100FC20A4 /* Debug */ = {
445-
isa = XCBuildConfiguration;
446-
buildSettings = {
447-
PRODUCT_NAME = "$(TARGET_NAME)";
448-
};
449-
name = Debug;
450-
};
451-
4C37A56B1D45CA7100FC20A4 /* Release */ = {
452-
isa = XCBuildConfiguration;
453-
buildSettings = {
454-
PRODUCT_NAME = "$(TARGET_NAME)";
455-
};
456-
name = Release;
457-
};
458409
4CB9284B1C66E1A700CE5F08 /* Debug */ = {
459410
isa = XCBuildConfiguration;
460411
buildSettings = {
@@ -592,6 +543,7 @@
592543
INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
593544
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
594545
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
546+
MARKETING_VERSION = 3.0.1;
595547
PRODUCT_BUNDLE_IDENTIFIER = org.alamofire.AlamofireNetworkActivityIndicator;
596548
PRODUCT_NAME = "$(TARGET_NAME)";
597549
SKIP_INSTALL = YES;
@@ -612,6 +564,7 @@
612564
INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
613565
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
614566
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
567+
MARKETING_VERSION = 3.0.1;
615568
PRODUCT_BUNDLE_IDENTIFIER = org.alamofire.AlamofireNetworkActivityIndicator;
616569
PRODUCT_NAME = "$(TARGET_NAME)";
617570
SKIP_INSTALL = YES;
@@ -643,15 +596,6 @@
643596
/* End XCBuildConfiguration section */
644597

645598
/* Begin XCConfigurationList section */
646-
4C37A5731D45CA7100FC20A4 /* Build configuration list for PBXAggregateTarget "Cleanup Whitespace" */ = {
647-
isa = XCConfigurationList;
648-
buildConfigurations = (
649-
4C37A56A1D45CA7100FC20A4 /* Debug */,
650-
4C37A56B1D45CA7100FC20A4 /* Release */,
651-
);
652-
defaultConfigurationIsVisible = 0;
653-
defaultConfigurationName = Release;
654-
};
655599
4CB928331C66E1A600CE5F08 /* Build configuration list for PBXProject "AlamofireNetworkActivityIndicator" */ = {
656600
isa = XCConfigurationList;
657601
buildConfigurations = (

AlamofireNetworkActivityIndicator.xcodeproj/xcshareddata/xcschemes/Cleanup Whitespace.xcscheme

Lines changed: 0 additions & 80 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,16 @@ All notable changes to this project will be documented in this file.
1919

2020
---
2121

22+
## [3.0.1](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/releases/tag/3.0.1)
23+
Released on 2020-02-29. All issues associated with this milestone can be found using this
24+
[filter](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/milestone/15?closed=1).
25+
26+
#### Fixed
27+
- Swift Package Manager checkouts due to git submodule.
28+
- Fixed by [Jon Shier](https://github.com/jshier) in Pull Request [#65](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/pull/65).
29+
2230
## [3.0.0](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/releases/tag/3.0.0)
23-
Released on 2020-002-17. All issues associated with this milestone can be found using this
31+
Released on 2020-02-17. All issues associated with this milestone can be found using this
2432
[filter](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/milestone/14?closed=1).
2533

2634
#### Added

Gemfile.lock

Lines changed: 10 additions & 4 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.8.4)
15+
cocoapods (1.9.0)
1616
activesupport (>= 4.0.2, < 5)
1717
claide (>= 1.0.2, < 2.0)
18-
cocoapods-core (= 1.8.4)
18+
cocoapods-core (= 1.9.0)
1919
cocoapods-deintegrate (>= 1.0.3, < 2.0)
2020
cocoapods-downloader (>= 1.2.2, < 2.0)
2121
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -30,13 +30,15 @@ GEM
3030
molinillo (~> 0.6.6)
3131
nap (~> 1.0)
3232
ruby-macho (~> 1.4)
33-
xcodeproj (>= 1.11.1, < 2.0)
34-
cocoapods-core (1.8.4)
33+
xcodeproj (>= 1.14.0, < 2.0)
34+
cocoapods-core (1.9.0)
3535
activesupport (>= 4.0.2, < 6)
3636
algoliasearch (~> 1.0)
3737
concurrent-ruby (~> 1.1)
3838
fuzzy_match (~> 2.0.4)
3939
nap (~> 1.0)
40+
netrc (~> 0.11)
41+
typhoeus (~> 1.0)
4042
cocoapods-deintegrate (1.0.4)
4143
cocoapods-downloader (1.3.0)
4244
cocoapods-plugins (1.0.0)
@@ -50,6 +52,8 @@ GEM
5052
colored2 (3.1.2)
5153
concurrent-ruby (1.1.6)
5254
escape (0.0.4)
55+
ethon (0.12.0)
56+
ffi (>= 1.3.0)
5357
ffi (1.12.2)
5458
fourflusher (2.3.1)
5559
fuzzy_match (2.0.4)
@@ -82,6 +86,8 @@ GEM
8286
ffi (~> 1.9)
8387
sqlite3 (1.4.2)
8488
thread_safe (0.3.6)
89+
typhoeus (1.3.1)
90+
ethon (>= 0.9.0)
8591
tzinfo (1.2.6)
8692
thread_safe (~> 0.1)
8793
xcinvoke (0.3.0)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Controls the visibility of the network activity indicator on iOS using Alamofire
1010

1111
## Features
1212

13-
- [X] Automatic Management of Activity Indicator Visiblity
13+
- [X] Automatic Management of Activity Indicator Visibility
1414
- [X] Delay Timers to Mitigate Flicker
1515
- [X] Can Support `URLSession` Instances Not Managed by Alamofire
1616
- [x] Comprehensive Test Coverage

Source/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.0.0</string>
18+
<string>$(MARKETING_VERSION)</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

docs/Classes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ <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-17)</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-02-29)</p>
132132
<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>
133133
</section>
134134
</body>

docs/Classes/NetworkActivityIndicatorManager.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ <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-17)</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-02-29)</p>
393393
<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>
394394
</section>
395395
</body>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ <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-17)</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-02-29)</p>
132132
<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>
133133
</section>
134134
</body>

0 commit comments

Comments
 (0)