Skip to content

Commit

Permalink
Prepare 3.0.1 (#66)
Browse files Browse the repository at this point in the history
* Version to 3.0.1.

* Update Jazzy docs.
  • Loading branch information
jshier authored Feb 29, 2020
1 parent 66c5226 commit f252f5b
Show file tree
Hide file tree
Showing 17 changed files with 43 additions and 171 deletions.
2 changes: 1 addition & 1 deletion AlamofireNetworkActivityIndicator.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AlamofireNetworkActivityIndicator'
s.version = '3.0.0'
s.version = '3.0.1'
s.license = 'MIT'
s.summary = 'Controls the visibility of the network activity indicator on iOS using Alamofire'
s.homepage = 'https://github.com/Alamofire/AlamofireNetworkActivityIndicator'
Expand Down
60 changes: 2 additions & 58 deletions AlamofireNetworkActivityIndicator.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,6 @@
objectVersion = 46;
objects = {

/* Begin PBXAggregateTarget section */
4C37A5691D45CA7100FC20A4 /* Cleanup Whitespace */ = {
isa = PBXAggregateTarget;
buildConfigurationList = 4C37A5731D45CA7100FC20A4 /* Build configuration list for PBXAggregateTarget "Cleanup Whitespace" */;
buildPhases = (
4C37A5741D45CA7600FC20A4 /* Cleanup Whitespace */,
);
dependencies = (
);
name = "Cleanup Whitespace";
productName = "Cleanup Whitespace";
};
/* End PBXAggregateTarget section */

/* Begin PBXBuildFile section */
4CB928441C66E1A700CE5F08 /* AlamofireNetworkActivityIndicator.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4CB928391C66E1A600CE5F08 /* AlamofireNetworkActivityIndicator.framework */; };
4CB928581C66E20600CE5F08 /* AlamofireNetworkActivityIndicator.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CB928561C66E20600CE5F08 /* AlamofireNetworkActivityIndicator.h */; settings = {ATTRIBUTES = (Public, ); }; };
Expand Down Expand Up @@ -282,9 +268,6 @@
LastUpgradeCheck = 1020;
ORGANIZATIONNAME = Alamofire;
TargetAttributes = {
4C37A5691D45CA7100FC20A4 = {
CreatedOnToolsVersion = 7.3.1;
};
4CB928381C66E1A600CE5F08 = {
CreatedOnToolsVersion = 7.2;
LastSwiftMigration = 1020;
Expand Down Expand Up @@ -317,7 +300,6 @@
targets = (
4CB928381C66E1A600CE5F08 /* AlamofireNetworkActivityIndicator */,
4CB928421C66E1A700CE5F08 /* AlamofireNetworkActivityIndicatorTests */,
4C37A5691D45CA7100FC20A4 /* Cleanup Whitespace */,
);
};
/* End PBXProject section */
Expand Down Expand Up @@ -391,23 +373,6 @@
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
4C37A5741D45CA7600FC20A4 /* Cleanup Whitespace */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Cleanup Whitespace";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
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";
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
4CB928341C66E1A600CE5F08 /* Sources */ = {
isa = PBXSourcesBuildPhase;
Expand Down Expand Up @@ -441,20 +406,6 @@
/* End PBXTargetDependency section */

/* Begin XCBuildConfiguration section */
4C37A56A1D45CA7100FC20A4 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
4C37A56B1D45CA7100FC20A4 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
4CB9284B1C66E1A700CE5F08 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
Expand Down Expand Up @@ -592,6 +543,7 @@
INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 3.0.1;
PRODUCT_BUNDLE_IDENTIFIER = org.alamofire.AlamofireNetworkActivityIndicator;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand All @@ -612,6 +564,7 @@
INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 3.0.1;
PRODUCT_BUNDLE_IDENTIFIER = org.alamofire.AlamofireNetworkActivityIndicator;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -643,15 +596,6 @@
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
4C37A5731D45CA7100FC20A4 /* Build configuration list for PBXAggregateTarget "Cleanup Whitespace" */ = {
isa = XCConfigurationList;
buildConfigurations = (
4C37A56A1D45CA7100FC20A4 /* Debug */,
4C37A56B1D45CA7100FC20A4 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
4CB928331C66E1A600CE5F08 /* Build configuration list for PBXProject "AlamofireNetworkActivityIndicator" */ = {
isa = XCConfigurationList;
buildConfigurations = (
Expand Down

This file was deleted.

10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,16 @@ All notable changes to this project will be documented in this file.

---

## [3.0.1](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/releases/tag/3.0.1)
Released on 2020-02-29. All issues associated with this milestone can be found using this
[filter](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/milestone/15?closed=1).

#### Fixed
- Swift Package Manager checkouts due to git submodule.
- Fixed by [Jon Shier](https://github.com/jshier) in Pull Request [#65](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/pull/65).

## [3.0.0](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/releases/tag/3.0.0)
Released on 2020-002-17. All issues associated with this milestone can be found using this
Released on 2020-02-17. All issues associated with this milestone can be found using this
[filter](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/milestone/14?closed=1).

#### Added
Expand Down
14 changes: 10 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ GEM
json (>= 1.5.1)
atomos (0.1.3)
claide (1.0.3)
cocoapods (1.8.4)
cocoapods (1.9.0)
activesupport (>= 4.0.2, < 5)
claide (>= 1.0.2, < 2.0)
cocoapods-core (= 1.8.4)
cocoapods-core (= 1.9.0)
cocoapods-deintegrate (>= 1.0.3, < 2.0)
cocoapods-downloader (>= 1.2.2, < 2.0)
cocoapods-plugins (>= 1.0.0, < 2.0)
Expand All @@ -30,13 +30,15 @@ GEM
molinillo (~> 0.6.6)
nap (~> 1.0)
ruby-macho (~> 1.4)
xcodeproj (>= 1.11.1, < 2.0)
cocoapods-core (1.8.4)
xcodeproj (>= 1.14.0, < 2.0)
cocoapods-core (1.9.0)
activesupport (>= 4.0.2, < 6)
algoliasearch (~> 1.0)
concurrent-ruby (~> 1.1)
fuzzy_match (~> 2.0.4)
nap (~> 1.0)
netrc (~> 0.11)
typhoeus (~> 1.0)
cocoapods-deintegrate (1.0.4)
cocoapods-downloader (1.3.0)
cocoapods-plugins (1.0.0)
Expand All @@ -50,6 +52,8 @@ GEM
colored2 (3.1.2)
concurrent-ruby (1.1.6)
escape (0.0.4)
ethon (0.12.0)
ffi (>= 1.3.0)
ffi (1.12.2)
fourflusher (2.3.1)
fuzzy_match (2.0.4)
Expand Down Expand Up @@ -82,6 +86,8 @@ GEM
ffi (~> 1.9)
sqlite3 (1.4.2)
thread_safe (0.3.6)
typhoeus (1.3.1)
ethon (>= 0.9.0)
tzinfo (1.2.6)
thread_safe (~> 0.1)
xcinvoke (0.3.0)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Controls the visibility of the network activity indicator on iOS using Alamofire

## Features

- [X] Automatic Management of Activity Indicator Visiblity
- [X] Automatic Management of Activity Indicator Visibility
- [X] Delay Timers to Mitigate Flicker
- [X] Can Support `URLSession` Instances Not Managed by Alamofire
- [x] Comprehensive Test Coverage
Expand Down
2 changes: 1 addition & 1 deletion Source/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.0.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<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>
<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>
<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>
</section>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/NetworkActivityIndicatorManager.html
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ <h4>Parameters</h4>
</article>
</div>
<section class="footer">
<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>
<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>
<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>
</section>
</body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<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>
<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>
<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>
</section>
</body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ <h4>Parameters</h4>
</article>
</div>
<section class="footer">
<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>
<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>
<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>
</section>
</body>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h1 id='alamofirenetworkactivityindicator' class='heading'>AlamofireNetworkActiv
<h2 id='features' class='heading'>Features</h2>

<ul>
<li>[X] Automatic Management of Activity Indicator Visiblity</li>
<li>[X] Automatic Management of Activity Indicator Visibility</li>
<li>[X] Delay Timers to Mitigate Flicker</li>
<li>[X] Can Support <code>URLSession</code> Instances Not Managed by Alamofire</li>
<li>[x] Comprehensive Test Coverage</li>
Expand Down Expand Up @@ -241,7 +241,7 @@ <h2 id='license' class='heading'>License</h2>
</article>
</div>
<section class="footer">
<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>
<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>
<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>
</section>
</body>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
{
"warnings": [
{
"file": "/Users/cnoon/Programming/GitHub/Alamofire/AlamofireNetworkActivityIndicator/Source/NetworkActivityIndicatorManager.swift",
"line": 120,
"symbol": "NetworkActivityIndicatorManager.deinit",
"symbol_kind": "source.lang.swift.decl.function.method.instance",
"warning": "undocumented"
}

],
"source_directory": "/Users/cnoon/Programming/GitHub/Alamofire/AlamofireNetworkActivityIndicator"
"source_directory": "/Users/jshier/Desktop/Code/AlamofireNetworkActivityIndicator"
}
Binary file modified docs/docsets/AlamofireNetworkActivityIndicator.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/docsets/AlamofireNetworkActivityIndicator.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<entry><version>3.0.0</version><url>https://alamofire.github.io/AlamofireNetworkActivityIndicator/docsets/AlamofireNetworkActivityIndicator.tgz</url></entry>
<entry><version>3.0.1</version><url>https://alamofire.github.io/AlamofireNetworkActivityIndicator/docsets/AlamofireNetworkActivityIndicator.tgz</url></entry>
Loading

0 comments on commit f252f5b

Please sign in to comment.