diff --git a/AlamofireNetworkActivityIndicator.podspec b/AlamofireNetworkActivityIndicator.podspec index 65b20d5..2e63629 100644 --- a/AlamofireNetworkActivityIndicator.podspec +++ b/AlamofireNetworkActivityIndicator.podspec @@ -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' diff --git a/AlamofireNetworkActivityIndicator.xcodeproj/project.pbxproj b/AlamofireNetworkActivityIndicator.xcodeproj/project.pbxproj index 2e9c73c..c0350cd 100644 --- a/AlamofireNetworkActivityIndicator.xcodeproj/project.pbxproj +++ b/AlamofireNetworkActivityIndicator.xcodeproj/project.pbxproj @@ -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, ); }; }; @@ -282,9 +268,6 @@ LastUpgradeCheck = 1020; ORGANIZATIONNAME = Alamofire; TargetAttributes = { - 4C37A5691D45CA7100FC20A4 = { - CreatedOnToolsVersion = 7.3.1; - }; 4CB928381C66E1A600CE5F08 = { CreatedOnToolsVersion = 7.2; LastSwiftMigration = 1020; @@ -317,7 +300,6 @@ targets = ( 4CB928381C66E1A600CE5F08 /* AlamofireNetworkActivityIndicator */, 4CB928421C66E1A700CE5F08 /* AlamofireNetworkActivityIndicatorTests */, - 4C37A5691D45CA7100FC20A4 /* Cleanup Whitespace */, ); }; /* End PBXProject section */ @@ -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; @@ -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 = { @@ -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; @@ -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; @@ -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 = ( diff --git a/AlamofireNetworkActivityIndicator.xcodeproj/xcshareddata/xcschemes/Cleanup Whitespace.xcscheme b/AlamofireNetworkActivityIndicator.xcodeproj/xcshareddata/xcschemes/Cleanup Whitespace.xcscheme deleted file mode 100644 index 1b8b914..0000000 --- a/AlamofireNetworkActivityIndicator.xcodeproj/xcshareddata/xcschemes/Cleanup Whitespace.xcscheme +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cd34ce..9db4a70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index bd75805..9b5ba20 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) @@ -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) @@ -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) diff --git a/README.md b/README.md index 41ffd1e..46af523 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/Source/Info.plist b/Source/Info.plist index e0f4bf7..ca23c84 100644 --- a/Source/Info.plist +++ b/Source/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.0.0 + $(MARKETING_VERSION) CFBundleSignature ???? CFBundleVersion diff --git a/docs/Classes.html b/docs/Classes.html index 802f9cc..8c09d3e 100644 --- a/docs/Classes.html +++ b/docs/Classes.html @@ -128,7 +128,7 @@

Declaration

diff --git a/docs/Classes/NetworkActivityIndicatorManager.html b/docs/Classes/NetworkActivityIndicatorManager.html index 841659b..9c370ea 100644 --- a/docs/Classes/NetworkActivityIndicatorManager.html +++ b/docs/Classes/NetworkActivityIndicatorManager.html @@ -389,7 +389,7 @@

Parameters

diff --git a/docs/docsets/AlamofireNetworkActivityIndicator.docset/Contents/Resources/Documents/Classes.html b/docs/docsets/AlamofireNetworkActivityIndicator.docset/Contents/Resources/Documents/Classes.html index 802f9cc..8c09d3e 100644 --- a/docs/docsets/AlamofireNetworkActivityIndicator.docset/Contents/Resources/Documents/Classes.html +++ b/docs/docsets/AlamofireNetworkActivityIndicator.docset/Contents/Resources/Documents/Classes.html @@ -128,7 +128,7 @@

Declaration

diff --git a/docs/docsets/AlamofireNetworkActivityIndicator.docset/Contents/Resources/Documents/Classes/NetworkActivityIndicatorManager.html b/docs/docsets/AlamofireNetworkActivityIndicator.docset/Contents/Resources/Documents/Classes/NetworkActivityIndicatorManager.html index 841659b..9c370ea 100644 --- a/docs/docsets/AlamofireNetworkActivityIndicator.docset/Contents/Resources/Documents/Classes/NetworkActivityIndicatorManager.html +++ b/docs/docsets/AlamofireNetworkActivityIndicator.docset/Contents/Resources/Documents/Classes/NetworkActivityIndicatorManager.html @@ -389,7 +389,7 @@

Parameters

diff --git a/docs/docsets/AlamofireNetworkActivityIndicator.docset/Contents/Resources/Documents/badge.svg b/docs/docsets/AlamofireNetworkActivityIndicator.docset/Contents/Resources/Documents/badge.svg index afb5796..a096fec 100644 --- a/docs/docsets/AlamofireNetworkActivityIndicator.docset/Contents/Resources/Documents/badge.svg +++ b/docs/docsets/AlamofireNetworkActivityIndicator.docset/Contents/Resources/Documents/badge.svg @@ -1,15 +1,15 @@ - + - + - - + + @@ -18,11 +18,11 @@ documentation - - 90% + + 100% - - 90% + + 100% diff --git a/docs/docsets/AlamofireNetworkActivityIndicator.docset/Contents/Resources/Documents/index.html b/docs/docsets/AlamofireNetworkActivityIndicator.docset/Contents/Resources/Documents/index.html index 851359b..2f3b45c 100644 --- a/docs/docsets/AlamofireNetworkActivityIndicator.docset/Contents/Resources/Documents/index.html +++ b/docs/docsets/AlamofireNetworkActivityIndicator.docset/Contents/Resources/Documents/index.html @@ -82,7 +82,7 @@

AlamofireNetworkActiv

Features