diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fc6b4b..54d1a28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [14.1.1](https://github.com/relatedcode/ProgressHUD/releases/tag/14.1.1) + +Released on 2024-01-22. + +#### Revision + +- Year bump. + ## [14.1.0](https://github.com/relatedcode/ProgressHUD/releases/tag/14.1.0) Released on 2023-10-15. diff --git a/LICENSE b/LICENSE index 2657855..b3471e5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Related Code +Copyright (c) 2024 Related Code Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/ProgressHUD.podspec b/ProgressHUD.podspec index 975d667..da13f29 100644 --- a/ProgressHUD.podspec +++ b/ProgressHUD.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ProgressHUD' - s.version = '14.1.0' + s.version = '14.1.1' s.license = 'MIT' s.summary = 'A lightweight and easy-to-use Progress HUD for iOS.' diff --git a/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift b/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift index cfb71ab..442748c 100644 --- a/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift +++ b/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift @@ -1,5 +1,5 @@ // -// Copyright (c) 2023 Related Code - https://relatedcode.com +// Copyright (c) 2024 Related Code - https://relatedcode.com // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, diff --git a/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift b/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift index f8efb92..f090bec 100644 --- a/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift +++ b/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift @@ -1,5 +1,5 @@ // -// Copyright (c) 2023 Related Code - https://relatedcode.com +// Copyright (c) 2024 Related Code - https://relatedcode.com // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, diff --git a/ProgressHUD/Sources/Animations/ProgressHUD+BarSweepToggle.swift b/ProgressHUD/Sources/Animations/ProgressHUD+BarSweepToggle.swift index 851be4f..5bb6606 100644 --- a/ProgressHUD/Sources/Animations/ProgressHUD+BarSweepToggle.swift +++ b/ProgressHUD/Sources/Animations/ProgressHUD+BarSweepToggle.swift @@ -1,5 +1,5 @@ // -// Copyright (c) 2023 Related Code - https://relatedcode.com +// Copyright (c) 2024 Related Code - https://relatedcode.com // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, diff --git a/ProgressHUD/Sources/Animations/ProgressHUD+CircleArcDotSpin.swift b/ProgressHUD/Sources/Animations/ProgressHUD+CircleArcDotSpin.swift index b8b01d7..0467436 100644 --- a/ProgressHUD/Sources/Animations/ProgressHUD+CircleArcDotSpin.swift +++ b/ProgressHUD/Sources/Animations/ProgressHUD+CircleArcDotSpin.swift @@ -1,5 +1,5 @@ // -// Copyright (c) 2023 Related Code - https://relatedcode.com +// Copyright (c) 2024 Related Code - https://relatedcode.com // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, diff --git a/ProgressHUD/Sources/Animations/ProgressHUD+CircleBarSpinFade.swift b/ProgressHUD/Sources/Animations/ProgressHUD+CircleBarSpinFade.swift index 1a13642..f4b9a07 100644 --- a/ProgressHUD/Sources/Animations/ProgressHUD+CircleBarSpinFade.swift +++ b/ProgressHUD/Sources/Animations/ProgressHUD+CircleBarSpinFade.swift @@ -1,5 +1,5 @@ // -// Copyright (c) 2023 Related Code - https://relatedcode.com +// Copyright (c) 2024 Related Code - https://relatedcode.com // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, diff --git a/ProgressHUD/Sources/Animations/ProgressHUD+CircleDotSpinFade.swift b/ProgressHUD/Sources/Animations/ProgressHUD+CircleDotSpinFade.swift index 74d9ce5..49f665c 100644 --- a/ProgressHUD/Sources/Animations/ProgressHUD+CircleDotSpinFade.swift +++ b/ProgressHUD/Sources/Animations/ProgressHUD+CircleDotSpinFade.swift @@ -1,5 +1,5 @@ // -// Copyright (c) 2023 Related Code - https://relatedcode.com +// Copyright (c) 2024 Related Code - https://relatedcode.com // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, diff --git a/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseMultiple.swift b/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseMultiple.swift index 5a46949..4526f02 100644 --- a/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseMultiple.swift +++ b/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseMultiple.swift @@ -1,5 +1,5 @@ // -// Copyright (c) 2023 Related Code - https://relatedcode.com +// Copyright (c) 2024 Related Code - https://relatedcode.com // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, diff --git a/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseSingle.swift b/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseSingle.swift index 4adb9ea..512daa1 100644 --- a/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseSingle.swift +++ b/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseSingle.swift @@ -1,5 +1,5 @@ // -// Copyright (c) 2023 Related Code - https://relatedcode.com +// Copyright (c) 2024 Related Code - https://relatedcode.com // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, diff --git a/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleMultiple.swift b/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleMultiple.swift index 998f105..54002f6 100644 --- a/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleMultiple.swift +++ b/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleMultiple.swift @@ -1,5 +1,5 @@ // -// Copyright (c) 2023 Related Code - https://relatedcode.com +// Copyright (c) 2024 Related Code - https://relatedcode.com // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, diff --git a/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleSingle.swift b/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleSingle.swift index c9c2276..bc0190b 100644 --- a/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleSingle.swift +++ b/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleSingle.swift @@ -1,5 +1,5 @@ // -// Copyright (c) 2023 Related Code - https://relatedcode.com +// Copyright (c) 2024 Related Code - https://relatedcode.com // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, diff --git a/ProgressHUD/Sources/Animations/ProgressHUD+CircleRotateChase.swift b/ProgressHUD/Sources/Animations/ProgressHUD+CircleRotateChase.swift index db573ef..635a860 100644 --- a/ProgressHUD/Sources/Animations/ProgressHUD+CircleRotateChase.swift +++ b/ProgressHUD/Sources/Animations/ProgressHUD+CircleRotateChase.swift @@ -1,5 +1,5 @@ // -// Copyright (c) 2023 Related Code - https://relatedcode.com +// Copyright (c) 2024 Related Code - https://relatedcode.com // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, diff --git a/ProgressHUD/Sources/Animations/ProgressHUD+CircleStrokeSpin.swift b/ProgressHUD/Sources/Animations/ProgressHUD+CircleStrokeSpin.swift index 3bf0220..4ebbb93 100644 --- a/ProgressHUD/Sources/Animations/ProgressHUD+CircleStrokeSpin.swift +++ b/ProgressHUD/Sources/Animations/ProgressHUD+CircleStrokeSpin.swift @@ -1,5 +1,5 @@ // -// Copyright (c) 2023 Related Code - https://relatedcode.com +// Copyright (c) 2024 Related Code - https://relatedcode.com // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, diff --git a/ProgressHUD/Sources/Animations/ProgressHUD+DualDotSidestep.swift b/ProgressHUD/Sources/Animations/ProgressHUD+DualDotSidestep.swift index b79cab9..b42e40e 100644 --- a/ProgressHUD/Sources/Animations/ProgressHUD+DualDotSidestep.swift +++ b/ProgressHUD/Sources/Animations/ProgressHUD+DualDotSidestep.swift @@ -1,5 +1,5 @@ // -// Copyright (c) 2023 Related Code - https://relatedcode.com +// Copyright (c) 2024 Related Code - https://relatedcode.com // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, diff --git a/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalBarScaling.swift b/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalBarScaling.swift index cb207e2..85ccfba 100644 --- a/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalBarScaling.swift +++ b/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalBarScaling.swift @@ -1,5 +1,5 @@ // -// Copyright (c) 2023 Related Code - https://relatedcode.com +// Copyright (c) 2024 Related Code - https://relatedcode.com // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, diff --git a/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalDotScaling.swift b/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalDotScaling.swift index 5fa8297..ee85026 100644 --- a/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalDotScaling.swift +++ b/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalDotScaling.swift @@ -1,5 +1,5 @@ // -// Copyright (c) 2023 Related Code - https://relatedcode.com +// Copyright (c) 2024 Related Code - https://relatedcode.com // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, diff --git a/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift b/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift index 5965568..57a4714 100644 --- a/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift +++ b/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift @@ -1,5 +1,5 @@ // -// Copyright (c) 2023 Related Code - https://relatedcode.com +// Copyright (c) 2024 Related Code - https://relatedcode.com // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, diff --git a/ProgressHUD/Sources/Animations/ProgressHUD+QuintupleDotDance.swift b/ProgressHUD/Sources/Animations/ProgressHUD+QuintupleDotDance.swift index bbcd2f1..d1edebf 100644 --- a/ProgressHUD/Sources/Animations/ProgressHUD+QuintupleDotDance.swift +++ b/ProgressHUD/Sources/Animations/ProgressHUD+QuintupleDotDance.swift @@ -1,5 +1,5 @@ // -// Copyright (c) 2023 Related Code - https://relatedcode.com +// Copyright (c) 2024 Related Code - https://relatedcode.com // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, diff --git a/ProgressHUD/Sources/Animations/ProgressHUD+SFSymbolBounce.swift b/ProgressHUD/Sources/Animations/ProgressHUD+SFSymbolBounce.swift index 4c4cfba..3b26627 100644 --- a/ProgressHUD/Sources/Animations/ProgressHUD+SFSymbolBounce.swift +++ b/ProgressHUD/Sources/Animations/ProgressHUD+SFSymbolBounce.swift @@ -1,5 +1,5 @@ // -// Copyright (c) 2023 Related Code - https://relatedcode.com +// Copyright (c) 2024 Related Code - https://relatedcode.com // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, diff --git a/ProgressHUD/Sources/Animations/ProgressHUD+SemiRingRotation.swift b/ProgressHUD/Sources/Animations/ProgressHUD+SemiRingRotation.swift index 14b1a76..ebcba29 100644 --- a/ProgressHUD/Sources/Animations/ProgressHUD+SemiRingRotation.swift +++ b/ProgressHUD/Sources/Animations/ProgressHUD+SemiRingRotation.swift @@ -1,5 +1,5 @@ // -// Copyright (c) 2023 Related Code - https://relatedcode.com +// Copyright (c) 2024 Related Code - https://relatedcode.com // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, diff --git a/ProgressHUD/Sources/Animations/ProgressHUD+SquareCircuitSnake.swift b/ProgressHUD/Sources/Animations/ProgressHUD+SquareCircuitSnake.swift index a02374f..28cb712 100644 --- a/ProgressHUD/Sources/Animations/ProgressHUD+SquareCircuitSnake.swift +++ b/ProgressHUD/Sources/Animations/ProgressHUD+SquareCircuitSnake.swift @@ -1,5 +1,5 @@ // -// Copyright (c) 2023 Related Code - https://relatedcode.com +// Copyright (c) 2024 Related Code - https://relatedcode.com // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, diff --git a/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift b/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift index 509dd30..0350293 100644 --- a/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift +++ b/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift @@ -1,5 +1,5 @@ // -// Copyright (c) 2023 Related Code - https://relatedcode.com +// Copyright (c) 2024 Related Code - https://relatedcode.com // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, diff --git a/ProgressHUD/Sources/ProgressHUD+Banner.swift b/ProgressHUD/Sources/ProgressHUD+Banner.swift index ae1e326..d7c2ccd 100644 --- a/ProgressHUD/Sources/ProgressHUD+Banner.swift +++ b/ProgressHUD/Sources/ProgressHUD+Banner.swift @@ -1,5 +1,5 @@ // -// Copyright (c) 2023 Related Code - https://relatedcode.com +// Copyright (c) 2024 Related Code - https://relatedcode.com // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, diff --git a/ProgressHUD/Sources/ProgressHUD+Enums.swift b/ProgressHUD/Sources/ProgressHUD+Enums.swift index 4b3fffe..6785ca9 100644 --- a/ProgressHUD/Sources/ProgressHUD+Enums.swift +++ b/ProgressHUD/Sources/ProgressHUD+Enums.swift @@ -1,5 +1,5 @@ // -// Copyright (c) 2023 Related Code - https://relatedcode.com +// Copyright (c) 2024 Related Code - https://relatedcode.com // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, diff --git a/ProgressHUD/Sources/ProgressHUD+LiveIcon.swift b/ProgressHUD/Sources/ProgressHUD+LiveIcon.swift index 8b0ba3d..125f0a5 100644 --- a/ProgressHUD/Sources/ProgressHUD+LiveIcon.swift +++ b/ProgressHUD/Sources/ProgressHUD+LiveIcon.swift @@ -1,5 +1,5 @@ // -// Copyright (c) 2023 Related Code - https://relatedcode.com +// Copyright (c) 2024 Related Code - https://relatedcode.com // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, diff --git a/ProgressHUD/Sources/ProgressHUD+Public.swift b/ProgressHUD/Sources/ProgressHUD+Public.swift index 0dace93..05cc9f0 100644 --- a/ProgressHUD/Sources/ProgressHUD+Public.swift +++ b/ProgressHUD/Sources/ProgressHUD+Public.swift @@ -1,5 +1,5 @@ // -// Copyright (c) 2023 Related Code - https://relatedcode.com +// Copyright (c) 2024 Related Code - https://relatedcode.com // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, diff --git a/ProgressHUD/Sources/ProgressHUD.swift b/ProgressHUD/Sources/ProgressHUD.swift index 7bb7e11..497a209 100644 --- a/ProgressHUD/Sources/ProgressHUD.swift +++ b/ProgressHUD/Sources/ProgressHUD.swift @@ -1,5 +1,5 @@ // -// Copyright (c) 2023 Related Code - https://relatedcode.com +// Copyright (c) 2024 Related Code - https://relatedcode.com // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, @@ -66,10 +66,7 @@ public class ProgressHUD: UIView { let keyboardDidHide = UIResponder.keyboardDidHideNotification let orientationDidChange = UIDevice.orientationDidChangeNotification - static let shared: ProgressHUD = { - let instance = ProgressHUD() - return instance - } () + static let shared = ProgressHUD() convenience private init() { self.init(frame: UIScreen.main.bounds) @@ -197,7 +194,7 @@ extension ProgressHUD { timerHUD = Timer.scheduledTimer(withTimeInterval: delay, repeats: false) { [weak self] _ in guard let self = self else { return } - self.dismissHUD() + dismissHUD() } } } @@ -432,10 +429,10 @@ extension ProgressHUD { private func setupSizes(_ text: String?, _ animation: Bool) { if let text { - if (animation == false) || (animationType != .none) { - setupSizesBoth(text) - } else { + if (animation) && (animationType == .none) { setupSizesTextOnly(text) + } else { + setupSizesBoth(text) } } else { setupSizesTextNone() diff --git a/ProgressHUD/Sources/ProgressView.swift b/ProgressHUD/Sources/ProgressView.swift index 35a6135..2745144 100644 --- a/ProgressHUD/Sources/ProgressView.swift +++ b/ProgressHUD/Sources/ProgressView.swift @@ -1,5 +1,5 @@ // -// Copyright (c) 2023 Related Code - https://relatedcode.com +// Copyright (c) 2024 Related Code - https://relatedcode.com // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, diff --git a/ProgressHUD/app.xcodeproj/project.pbxproj b/ProgressHUD/app.xcodeproj/project.pbxproj index 8a0ce97..93ce0c3 100644 --- a/ProgressHUD/app.xcodeproj/project.pbxproj +++ b/ProgressHUD/app.xcodeproj/project.pbxproj @@ -191,7 +191,7 @@ isa = PBXProject; attributes = { BuildIndependentTargetsInParallel = YES; - LastUpgradeCheck = 1500; + LastUpgradeCheck = 1520; ORGANIZATIONNAME = KZ; TargetAttributes = { 29D29EF01D9A59E4006CA074 = { @@ -298,6 +298,7 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; CLANG_ANALYZER_NONNULL = YES; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libc++"; @@ -357,6 +358,7 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; CLANG_ANALYZER_NONNULL = YES; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libc++"; @@ -425,7 +427,7 @@ INFOPLIST_FILE = app/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited)"; - MARKETING_VERSION = 14.1.0; + MARKETING_VERSION = 14.1.1; PRODUCT_BUNDLE_IDENTIFIER = com.relatedcode.progresshud; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -456,7 +458,7 @@ INFOPLIST_FILE = app/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited)"; - MARKETING_VERSION = 14.1.0; + MARKETING_VERSION = 14.1.1; PRODUCT_BUNDLE_IDENTIFIER = com.relatedcode.progresshud; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; diff --git a/ProgressHUD/app/AppDelegate.swift b/ProgressHUD/app/AppDelegate.swift index 9f6b456..38520ed 100644 --- a/ProgressHUD/app/AppDelegate.swift +++ b/ProgressHUD/app/AppDelegate.swift @@ -1,5 +1,5 @@ // -// Copyright (c) 2023 Related Code - https://relatedcode.com +// Copyright (c) 2024 Related Code - https://relatedcode.com // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, diff --git a/ProgressHUD/app/NavController.swift b/ProgressHUD/app/NavController.swift index 304cfa0..808aece 100644 --- a/ProgressHUD/app/NavController.swift +++ b/ProgressHUD/app/NavController.swift @@ -1,5 +1,5 @@ // -// Copyright (c) 2023 Related Code - https://relatedcode.com +// Copyright (c) 2024 Related Code - https://relatedcode.com // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, diff --git a/ProgressHUD/app/ViewController.swift b/ProgressHUD/app/ViewController.swift index 2e35031..09ddafb 100644 --- a/ProgressHUD/app/ViewController.swift +++ b/ProgressHUD/app/ViewController.swift @@ -1,5 +1,5 @@ // -// Copyright (c) 2023 Related Code - https://relatedcode.com +// Copyright (c) 2024 Related Code - https://relatedcode.com // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, @@ -46,7 +46,7 @@ class ViewController: UITableViewController { @IBOutlet var cellText: UITableViewCell! - var animations = AnimationType.allCases + let animations = AnimationType.allCases var symbols: [String] = [] var actions1: [String] = [] diff --git a/README.md b/README.md index 2377d49..bc63c3e 100644 --- a/README.md +++ b/README.md @@ -191,7 +191,7 @@ public enum LiveIcon { MIT License -Copyright (c) 2023 Related Code +Copyright (c) 2024 Related Code Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/VERSION.txt b/VERSION.txt index 7b3b6e0..26f2bbc 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -14.1.0 +14.1.1