├── .gitignore ├── .spi.yml ├── CHANGELOG.md ├── ExampleProject ├── Classic-Info.plist ├── EnumPickerOptionView.swift ├── ExampleApp_SwiftUI.swift ├── ExampleStyle.swift ├── ExamplesScreen.swift ├── FontPickerView.swift ├── FormViews.swift ├── Images.xcassets │ ├── AppIcon.appiconset │ │ ├── 1024.jpg │ │ ├── 120.jpg │ │ ├── 152.jpg │ │ ├── 167.jpg │ │ ├── 180.jpg │ │ └── Contents.json │ └── Contents.json ├── Launch Screen.storyboard ├── ObservableCustomStyle.swift ├── SBAppDelegate.h ├── SBAppDelegate.m ├── SBExampleViewController.h ├── SBExampleViewController.m ├── SBSceneDelegate.h ├── SBSceneDelegate.m ├── StatusBarPreviewView.swift ├── StyleEditorScreen.swift ├── SwiftUI-Info.plist ├── TextStyleEditorView.swift ├── WindowScene-Info.plist └── main.m ├── JDStatusBarNotification.docc ├── GettingStarted.md ├── IncludedStatusBarNotificationStyle.md ├── JDStatusBarNotification.md ├── NotificationPresenter.md ├── StatusBarNotificationStyle.md └── SwiftUIModifiers.md ├── JDStatusBarNotification.podspec ├── JDStatusBarNotification.xcodeproj ├── project.pbxproj └── xcshareddata │ └── xcschemes │ ├── ExampleApp (AppDelegate).xcscheme │ ├── ExampleApp (SceneDelegate).xcscheme │ ├── ExampleApp (SwiftUI).xcscheme │ ├── JDStatusBarNotification.xcscheme │ └── Tests.xcscheme ├── JDStatusBarNotification ├── Private │ ├── DiscoveryHelper.swift │ ├── NotificationAnimator.swift │ ├── NotificationView.swift │ ├── NotificationViewController.swift │ ├── NotificationWindow.swift │ └── StyleCache.swift └── Public │ ├── NotificationPresenter.swift │ ├── NotificationPresenterLegacyOverlay.swift │ ├── NotificationStyle.swift │ └── NotificationSwiftUIModifer.swift ├── LICENSE ├── Package.swift ├── README.md ├── Tests ├── API_tests.m └── SwiftAPI_tests.swift ├── docs ├── css │ ├── 866.60f074fd.css │ ├── 989.4f123103.css │ ├── documentation-topic.91c07ba9.css │ ├── index.3a335429.css │ ├── topic.4be8f56d.css │ └── tutorials-overview.7942d777.css ├── data │ └── documentation │ │ ├── jdstatusbarnotification.json │ │ └── jdstatusbarnotification │ │ ├── gettingstarted.json │ │ ├── includedstatusbarnotificationstyle.json │ │ ├── includedstatusbarnotificationstyle │ │ ├── !=(_:_:).json │ │ ├── dark.json │ │ ├── defaultstyle.json │ │ ├── equatable-implementations.json │ │ ├── error.json │ │ ├── hash(into:).json │ │ ├── hashvalue.json │ │ ├── init(rawvalue:).json │ │ ├── light.json │ │ ├── matrix.json │ │ ├── rawrepresentable-implementations.json │ │ ├── success.json │ │ └── warning.json │ │ ├── notificationpresenter.json │ │ ├── notificationpresenter │ │ ├── addstyle(named:usingstyle:prepare:).json │ │ ├── animateprogressbar(to:duration:completion:).json │ │ ├── completion.json │ │ ├── dismiss(animated:after:completion:).json │ │ ├── displayactivityindicator(_:).json │ │ ├── displayleftview(_:).json │ │ ├── displayprogressbar(at:).json │ │ ├── isvisible.json │ │ ├── preparestyleclosure.json │ │ ├── present(_:subtitle:includedstyle:duration:completion:).json │ │ ├── present(_:subtitle:stylename:duration:completion:).json │ │ ├── presentcustomview(_:sizingcontroller:stylename:completion:).json │ │ ├── presentswiftview(stylename:viewbuilder:completion:).json │ │ ├── setwindowscene(_:).json │ │ ├── shared.json │ │ ├── updatedefaultstyle(_:).json │ │ ├── updatesubtitle(_:).json │ │ ├── updatetitle(_:).json │ │ ├── zlas(n:p:).json │ │ ├── zld().json │ │ ├── zld(a:).json │ │ ├── zld(a:d:c:).json │ │ ├── zld(c:).json │ │ ├── zld(d:).json │ │ ├── zld(d:c:).json │ │ ├── zlp(cv:s:c:).json │ │ ├── zlp(t:).json │ │ ├── zlp(t:c:).json │ │ ├── zlp(t:cu:).json │ │ ├── zlp(t:cu:c:).json │ │ ├── zlp(t:d:).json │ │ ├── zlp(t:d:cu:).json │ │ ├── zlp(t:d:s:).json │ │ ├── zlp(t:s:).json │ │ ├── zlp(t:s:c:).json │ │ ├── zlp(t:st:c:).json │ │ ├── zlp(t:st:cu:c:).json │ │ └── zlp(t:st:s:c:).json │ │ ├── notificationpresentercustomviewsizingcontroller.json │ │ ├── notificationpresentercustomviewsizingcontroller │ │ └── sizethatfits(in:).json │ │ ├── statusbarnotificationanimationtype.json │ │ ├── statusbarnotificationanimationtype │ │ ├── !=(_:_:).json │ │ ├── bounce.json │ │ ├── equatable-implementations.json │ │ ├── fade.json │ │ ├── hash(into:).json │ │ ├── hashvalue.json │ │ ├── init(rawvalue:).json │ │ ├── move.json │ │ └── rawrepresentable-implementations.json │ │ ├── statusbarnotificationbackgroundstyle.json │ │ ├── statusbarnotificationbackgroundstyle │ │ ├── backgroundcolor.json │ │ ├── backgroundtype.json │ │ └── pillstyle.json │ │ ├── statusbarnotificationbackgroundtype.json │ │ ├── statusbarnotificationbackgroundtype │ │ ├── !=(_:_:).json │ │ ├── equatable-implementations.json │ │ ├── fullwidth.json │ │ ├── hash(into:).json │ │ ├── hashvalue.json │ │ ├── init(rawvalue:).json │ │ ├── pill.json │ │ └── rawrepresentable-implementations.json │ │ ├── statusbarnotificationleftviewalignment.json │ │ ├── statusbarnotificationleftviewalignment │ │ ├── !=(_:_:).json │ │ ├── centerwithtext.json │ │ ├── equatable-implementations.json │ │ ├── hash(into:).json │ │ ├── hashvalue.json │ │ ├── init(rawvalue:).json │ │ ├── left.json │ │ └── rawrepresentable-implementations.json │ │ ├── statusbarnotificationleftviewstyle.json │ │ ├── statusbarnotificationleftviewstyle │ │ ├── alignment.json │ │ ├── offset.json │ │ ├── offsetx.json │ │ ├── spacing.json │ │ └── tintcolor.json │ │ ├── statusbarnotificationpillstyle.json │ │ ├── statusbarnotificationpillstyle │ │ ├── bordercolor.json │ │ ├── borderwidth.json │ │ ├── height.json │ │ ├── minimumwidth.json │ │ ├── shadowcolor.json │ │ ├── shadowoffset.json │ │ ├── shadowoffsetxy.json │ │ ├── shadowradius.json │ │ └── topspacing.json │ │ ├── statusbarnotificationprogressbarposition.json │ │ ├── statusbarnotificationprogressbarposition │ │ ├── !=(_:_:).json │ │ ├── bottom.json │ │ ├── center.json │ │ ├── equatable-implementations.json │ │ ├── hash(into:).json │ │ ├── hashvalue.json │ │ ├── init(rawvalue:).json │ │ ├── rawrepresentable-implementations.json │ │ └── top.json │ │ ├── statusbarnotificationprogressbarstyle.json │ │ ├── statusbarnotificationprogressbarstyle │ │ ├── barcolor.json │ │ ├── barheight.json │ │ ├── cornerradius.json │ │ ├── horizontalinsets.json │ │ ├── offsety.json │ │ └── position.json │ │ ├── statusbarnotificationstyle.json │ │ ├── statusbarnotificationstyle │ │ ├── animationtype.json │ │ ├── backgroundstyle.json │ │ ├── candismissduringuserinteraction.json │ │ ├── canswipetodismiss.json │ │ ├── cantaptohold.json │ │ ├── leftviewstyle.json │ │ ├── progressbarstyle.json │ │ ├── subtitlestyle.json │ │ ├── systemstatusbarstyle.json │ │ └── textstyle.json │ │ ├── statusbarnotificationsystembarstyle.json │ │ ├── statusbarnotificationsystembarstyle │ │ ├── !=(_:_:).json │ │ ├── darkcontent.json │ │ ├── defaultstyle.json │ │ ├── equatable-implementations.json │ │ ├── hash(into:).json │ │ ├── hashvalue.json │ │ ├── init(rawvalue:).json │ │ ├── lightcontent.json │ │ └── rawrepresentable-implementations.json │ │ ├── statusbarnotificationtextstyle.json │ │ ├── statusbarnotificationtextstyle │ │ ├── font.json │ │ ├── init().json │ │ ├── init(textcolor:font:).json │ │ ├── shadowcolor.json │ │ ├── shadowoffset.json │ │ ├── textcolor.json │ │ ├── textoffsety.json │ │ ├── textshadowcolor.json │ │ └── textshadowoffset.json │ │ ├── stylableview.json │ │ ├── stylableview │ │ └── style.json │ │ ├── swiftuicore.json │ │ ├── swiftuicore │ │ ├── view.json │ │ └── view │ │ │ ├── notification(ispresented:includedstyle:viewbuilder:).json │ │ │ ├── notification(ispresented:style:viewbuilder:).json │ │ │ ├── notification(ispresented:stylename:viewbuilder:).json │ │ │ ├── notification(title:subtitle:ispresented:isshowingactivity:progress:includedstyle:).json │ │ │ ├── notification(title:subtitle:ispresented:isshowingactivity:progress:style:).json │ │ │ ├── notification(title:subtitle:ispresented:isshowingactivity:progress:stylename:).json │ │ │ └── notificationstyleclosure.json │ │ └── swiftuimodifiers.json ├── developer-og-twitter.jpg ├── developer-og.jpg ├── documentation │ └── jdstatusbarnotification │ │ ├── gettingstarted │ │ └── index.html │ │ ├── includedstatusbarnotificationstyle │ │ ├── !=(_:_:) │ │ │ └── index.html │ │ ├── dark │ │ │ └── index.html │ │ ├── defaultstyle │ │ │ └── index.html │ │ ├── equatable-implementations │ │ │ └── index.html │ │ ├── error │ │ │ └── index.html │ │ ├── hash(into:) │ │ │ └── index.html │ │ ├── hashvalue │ │ │ └── index.html │ │ ├── index.html │ │ ├── init(rawvalue:) │ │ │ └── index.html │ │ ├── light │ │ │ └── index.html │ │ ├── matrix │ │ │ └── index.html │ │ ├── rawrepresentable-implementations │ │ │ └── index.html │ │ ├── success │ │ │ └── index.html │ │ └── warning │ │ │ └── index.html │ │ ├── index.html │ │ ├── notificationpresenter │ │ ├── addstyle(named:usingstyle:prepare:) │ │ │ └── index.html │ │ ├── animateprogressbar(to:duration:completion:) │ │ │ └── index.html │ │ ├── completion │ │ │ └── index.html │ │ ├── dismiss(animated:after:completion:) │ │ │ └── index.html │ │ ├── displayactivityindicator(_:) │ │ │ └── index.html │ │ ├── displayleftview(_:) │ │ │ └── index.html │ │ ├── displayprogressbar(at:) │ │ │ └── index.html │ │ ├── index.html │ │ ├── isvisible │ │ │ └── index.html │ │ ├── preparestyleclosure │ │ │ └── index.html │ │ ├── present(_:subtitle:includedstyle:duration:completion:) │ │ │ └── index.html │ │ ├── present(_:subtitle:stylename:duration:completion:) │ │ │ └── index.html │ │ ├── presentcustomview(_:sizingcontroller:stylename:completion:) │ │ │ └── index.html │ │ ├── presentswiftview(stylename:viewbuilder:completion:) │ │ │ └── index.html │ │ ├── setwindowscene(_:) │ │ │ └── index.html │ │ ├── shared │ │ │ └── index.html │ │ ├── updatedefaultstyle(_:) │ │ │ └── index.html │ │ ├── updatesubtitle(_:) │ │ │ └── index.html │ │ ├── updatetitle(_:) │ │ │ └── index.html │ │ ├── zlas(n:p:) │ │ │ └── index.html │ │ ├── zld() │ │ │ └── index.html │ │ ├── zld(a:) │ │ │ └── index.html │ │ ├── zld(a:d:c:) │ │ │ └── index.html │ │ ├── zld(c:) │ │ │ └── index.html │ │ ├── zld(d:) │ │ │ └── index.html │ │ ├── zld(d:c:) │ │ │ └── index.html │ │ ├── zlp(cv:s:c:) │ │ │ └── index.html │ │ ├── zlp(t:) │ │ │ └── index.html │ │ ├── zlp(t:c:) │ │ │ └── index.html │ │ ├── zlp(t:cu:) │ │ │ └── index.html │ │ ├── zlp(t:cu:c:) │ │ │ └── index.html │ │ ├── zlp(t:d:) │ │ │ └── index.html │ │ ├── zlp(t:d:cu:) │ │ │ └── index.html │ │ ├── zlp(t:d:s:) │ │ │ └── index.html │ │ ├── zlp(t:s:) │ │ │ └── index.html │ │ ├── zlp(t:s:c:) │ │ │ └── index.html │ │ ├── zlp(t:st:c:) │ │ │ └── index.html │ │ ├── zlp(t:st:cu:c:) │ │ │ └── index.html │ │ └── zlp(t:st:s:c:) │ │ │ └── index.html │ │ ├── notificationpresentercustomviewsizingcontroller │ │ ├── index.html │ │ └── sizethatfits(in:) │ │ │ └── index.html │ │ ├── statusbarnotificationanimationtype │ │ ├── !=(_:_:) │ │ │ └── index.html │ │ ├── bounce │ │ │ └── index.html │ │ ├── equatable-implementations │ │ │ └── index.html │ │ ├── fade │ │ │ └── index.html │ │ ├── hash(into:) │ │ │ └── index.html │ │ ├── hashvalue │ │ │ └── index.html │ │ ├── index.html │ │ ├── init(rawvalue:) │ │ │ └── index.html │ │ ├── move │ │ │ └── index.html │ │ └── rawrepresentable-implementations │ │ │ └── index.html │ │ ├── statusbarnotificationbackgroundstyle │ │ ├── backgroundcolor │ │ │ └── index.html │ │ ├── backgroundtype │ │ │ └── index.html │ │ ├── index.html │ │ └── pillstyle │ │ │ └── index.html │ │ ├── statusbarnotificationbackgroundtype │ │ ├── !=(_:_:) │ │ │ └── index.html │ │ ├── equatable-implementations │ │ │ └── index.html │ │ ├── fullwidth │ │ │ └── index.html │ │ ├── hash(into:) │ │ │ └── index.html │ │ ├── hashvalue │ │ │ └── index.html │ │ ├── index.html │ │ ├── init(rawvalue:) │ │ │ └── index.html │ │ ├── pill │ │ │ └── index.html │ │ └── rawrepresentable-implementations │ │ │ └── index.html │ │ ├── statusbarnotificationleftviewalignment │ │ ├── !=(_:_:) │ │ │ └── index.html │ │ ├── centerwithtext │ │ │ └── index.html │ │ ├── equatable-implementations │ │ │ └── index.html │ │ ├── hash(into:) │ │ │ └── index.html │ │ ├── hashvalue │ │ │ └── index.html │ │ ├── index.html │ │ ├── init(rawvalue:) │ │ │ └── index.html │ │ ├── left │ │ │ └── index.html │ │ └── rawrepresentable-implementations │ │ │ └── index.html │ │ ├── statusbarnotificationleftviewstyle │ │ ├── alignment │ │ │ └── index.html │ │ ├── index.html │ │ ├── offset │ │ │ └── index.html │ │ ├── offsetx │ │ │ └── index.html │ │ ├── spacing │ │ │ └── index.html │ │ └── tintcolor │ │ │ └── index.html │ │ ├── statusbarnotificationpillstyle │ │ ├── bordercolor │ │ │ └── index.html │ │ ├── borderwidth │ │ │ └── index.html │ │ ├── height │ │ │ └── index.html │ │ ├── index.html │ │ ├── minimumwidth │ │ │ └── index.html │ │ ├── shadowcolor │ │ │ └── index.html │ │ ├── shadowoffset │ │ │ └── index.html │ │ ├── shadowoffsetxy │ │ │ └── index.html │ │ ├── shadowradius │ │ │ └── index.html │ │ └── topspacing │ │ │ └── index.html │ │ ├── statusbarnotificationprogressbarposition │ │ ├── !=(_:_:) │ │ │ └── index.html │ │ ├── bottom │ │ │ └── index.html │ │ ├── center │ │ │ └── index.html │ │ ├── equatable-implementations │ │ │ └── index.html │ │ ├── hash(into:) │ │ │ └── index.html │ │ ├── hashvalue │ │ │ └── index.html │ │ ├── index.html │ │ ├── init(rawvalue:) │ │ │ └── index.html │ │ ├── rawrepresentable-implementations │ │ │ └── index.html │ │ └── top │ │ │ └── index.html │ │ ├── statusbarnotificationprogressbarstyle │ │ ├── barcolor │ │ │ └── index.html │ │ ├── barheight │ │ │ └── index.html │ │ ├── cornerradius │ │ │ └── index.html │ │ ├── horizontalinsets │ │ │ └── index.html │ │ ├── index.html │ │ ├── offsety │ │ │ └── index.html │ │ └── position │ │ │ └── index.html │ │ ├── statusbarnotificationstyle │ │ ├── animationtype │ │ │ └── index.html │ │ ├── backgroundstyle │ │ │ └── index.html │ │ ├── candismissduringuserinteraction │ │ │ └── index.html │ │ ├── canswipetodismiss │ │ │ └── index.html │ │ ├── cantaptohold │ │ │ └── index.html │ │ ├── index.html │ │ ├── leftviewstyle │ │ │ └── index.html │ │ ├── progressbarstyle │ │ │ └── index.html │ │ ├── subtitlestyle │ │ │ └── index.html │ │ ├── systemstatusbarstyle │ │ │ └── index.html │ │ └── textstyle │ │ │ └── index.html │ │ ├── statusbarnotificationsystembarstyle │ │ ├── !=(_:_:) │ │ │ └── index.html │ │ ├── darkcontent │ │ │ └── index.html │ │ ├── defaultstyle │ │ │ └── index.html │ │ ├── equatable-implementations │ │ │ └── index.html │ │ ├── hash(into:) │ │ │ └── index.html │ │ ├── hashvalue │ │ │ └── index.html │ │ ├── index.html │ │ ├── init(rawvalue:) │ │ │ └── index.html │ │ ├── lightcontent │ │ │ └── index.html │ │ └── rawrepresentable-implementations │ │ │ └── index.html │ │ ├── statusbarnotificationtextstyle │ │ ├── font │ │ │ └── index.html │ │ ├── index.html │ │ ├── init() │ │ │ └── index.html │ │ ├── init(textcolor:font:) │ │ │ └── index.html │ │ ├── shadowcolor │ │ │ └── index.html │ │ ├── shadowoffset │ │ │ └── index.html │ │ ├── textcolor │ │ │ └── index.html │ │ ├── textoffsety │ │ │ └── index.html │ │ ├── textshadowcolor │ │ │ └── index.html │ │ └── textshadowoffset │ │ │ └── index.html │ │ ├── stylableview │ │ ├── index.html │ │ └── style │ │ │ └── index.html │ │ ├── swiftuicore │ │ ├── index.html │ │ └── view │ │ │ ├── index.html │ │ │ ├── notification(ispresented:includedstyle:viewbuilder:) │ │ │ └── index.html │ │ │ ├── notification(ispresented:style:viewbuilder:) │ │ │ └── index.html │ │ │ ├── notification(ispresented:stylename:viewbuilder:) │ │ │ └── index.html │ │ │ ├── notification(title:subtitle:ispresented:isshowingactivity:progress:includedstyle:) │ │ │ └── index.html │ │ │ ├── notification(title:subtitle:ispresented:isshowingactivity:progress:style:) │ │ │ └── index.html │ │ │ ├── notification(title:subtitle:ispresented:isshowingactivity:progress:stylename:) │ │ │ └── index.html │ │ │ └── notificationstyleclosure │ │ │ └── index.html │ │ └── swiftuimodifiers │ │ └── index.html ├── favicon.ico ├── favicon.svg ├── img │ ├── added-icon.832a5d2c.svg │ ├── deprecated-icon.7bf1740a.svg │ └── modified-icon.efb2697d.svg ├── index.html ├── index │ ├── availability.index │ ├── data.mdb │ ├── index.json │ └── navigator.index ├── js │ ├── 104.fe5974d0.js │ ├── 337.274a8ccc.js │ ├── 842.49774dc9.js │ ├── 866.eea4607d.js │ ├── chunk-vendors.bdb7cbba.js │ ├── documentation-topic.09a6ef86.js │ ├── highlight-js-bash-js.702f0c5c.js │ ├── highlight-js-c-js.063069d3.js │ ├── highlight-js-cpp-js.458a9ae4.js │ ├── highlight-js-css-js.bfc4251f.js │ ├── highlight-js-custom-markdown.78c9f6ed.js │ ├── highlight-js-custom-swift.738731d1.js │ ├── highlight-js-diff-js.4db9a783.js │ ├── highlight-js-http-js.f78e83c2.js │ ├── highlight-js-java-js.4fe21e94.js │ ├── highlight-js-javascript-js.dfc9d16d.js │ ├── highlight-js-json-js.2a1856ba.js │ ├── highlight-js-llvm-js.26121771.js │ ├── highlight-js-markdown-js.a2f456af.js │ ├── highlight-js-objectivec-js.74dea052.js │ ├── highlight-js-perl-js.da6eda82.js │ ├── highlight-js-php-js.c458ffa4.js │ ├── highlight-js-python-js.60354774.js │ ├── highlight-js-ruby-js.7272231f.js │ ├── highlight-js-scss-js.adcd11a2.js │ ├── highlight-js-shell-js.0ad5b20f.js │ ├── highlight-js-swift-js.bdd5bff5.js │ ├── highlight-js-xml-js.0d78f903.js │ ├── index.a08b31d0.js │ ├── topic.37e71576.js │ └── tutorials-overview.acb09e8a.js └── metadata.json ├── pods_testProject ├── Podfile ├── Podfile.lock ├── pod_test.xcodeproj │ └── project.pbxproj └── pod_test │ ├── SomeObjcClass.h │ ├── SomeObjcClass.m │ └── pod_testApp.swift └── spm_testProject ├── spm_test.xcodeproj └── project.pbxproj └── spm_test ├── ContentView 2.swift ├── ContentView1.swift ├── SomeObjcClass.h ├── SomeObjcClass.m └── spm_testApp.swift /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/.gitignore -------------------------------------------------------------------------------- /.spi.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/.spi.yml -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /ExampleProject/Classic-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/ExampleProject/Classic-Info.plist -------------------------------------------------------------------------------- /ExampleProject/EnumPickerOptionView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/ExampleProject/EnumPickerOptionView.swift -------------------------------------------------------------------------------- /ExampleProject/ExampleApp_SwiftUI.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/ExampleProject/ExampleApp_SwiftUI.swift -------------------------------------------------------------------------------- /ExampleProject/ExampleStyle.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/ExampleProject/ExampleStyle.swift -------------------------------------------------------------------------------- /ExampleProject/ExamplesScreen.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/ExampleProject/ExamplesScreen.swift -------------------------------------------------------------------------------- /ExampleProject/FontPickerView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/ExampleProject/FontPickerView.swift -------------------------------------------------------------------------------- /ExampleProject/FormViews.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/ExampleProject/FormViews.swift -------------------------------------------------------------------------------- /ExampleProject/Images.xcassets/AppIcon.appiconset/1024.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/ExampleProject/Images.xcassets/AppIcon.appiconset/1024.jpg -------------------------------------------------------------------------------- /ExampleProject/Images.xcassets/AppIcon.appiconset/120.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/ExampleProject/Images.xcassets/AppIcon.appiconset/120.jpg -------------------------------------------------------------------------------- /ExampleProject/Images.xcassets/AppIcon.appiconset/152.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/ExampleProject/Images.xcassets/AppIcon.appiconset/152.jpg -------------------------------------------------------------------------------- /ExampleProject/Images.xcassets/AppIcon.appiconset/167.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/ExampleProject/Images.xcassets/AppIcon.appiconset/167.jpg -------------------------------------------------------------------------------- /ExampleProject/Images.xcassets/AppIcon.appiconset/180.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/ExampleProject/Images.xcassets/AppIcon.appiconset/180.jpg -------------------------------------------------------------------------------- /ExampleProject/Images.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/ExampleProject/Images.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /ExampleProject/Images.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/ExampleProject/Images.xcassets/Contents.json -------------------------------------------------------------------------------- /ExampleProject/Launch Screen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/ExampleProject/Launch Screen.storyboard -------------------------------------------------------------------------------- /ExampleProject/ObservableCustomStyle.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/ExampleProject/ObservableCustomStyle.swift -------------------------------------------------------------------------------- /ExampleProject/SBAppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/ExampleProject/SBAppDelegate.h -------------------------------------------------------------------------------- /ExampleProject/SBAppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/ExampleProject/SBAppDelegate.m -------------------------------------------------------------------------------- /ExampleProject/SBExampleViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/ExampleProject/SBExampleViewController.h -------------------------------------------------------------------------------- /ExampleProject/SBExampleViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/ExampleProject/SBExampleViewController.m -------------------------------------------------------------------------------- /ExampleProject/SBSceneDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/ExampleProject/SBSceneDelegate.h -------------------------------------------------------------------------------- /ExampleProject/SBSceneDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/ExampleProject/SBSceneDelegate.m -------------------------------------------------------------------------------- /ExampleProject/StatusBarPreviewView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/ExampleProject/StatusBarPreviewView.swift -------------------------------------------------------------------------------- /ExampleProject/StyleEditorScreen.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/ExampleProject/StyleEditorScreen.swift -------------------------------------------------------------------------------- /ExampleProject/SwiftUI-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/ExampleProject/SwiftUI-Info.plist -------------------------------------------------------------------------------- /ExampleProject/TextStyleEditorView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/ExampleProject/TextStyleEditorView.swift -------------------------------------------------------------------------------- /ExampleProject/WindowScene-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/ExampleProject/WindowScene-Info.plist -------------------------------------------------------------------------------- /ExampleProject/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/ExampleProject/main.m -------------------------------------------------------------------------------- /JDStatusBarNotification.docc/GettingStarted.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/JDStatusBarNotification.docc/GettingStarted.md -------------------------------------------------------------------------------- /JDStatusBarNotification.docc/IncludedStatusBarNotificationStyle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/JDStatusBarNotification.docc/IncludedStatusBarNotificationStyle.md -------------------------------------------------------------------------------- /JDStatusBarNotification.docc/JDStatusBarNotification.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/JDStatusBarNotification.docc/JDStatusBarNotification.md -------------------------------------------------------------------------------- /JDStatusBarNotification.docc/NotificationPresenter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/JDStatusBarNotification.docc/NotificationPresenter.md -------------------------------------------------------------------------------- /JDStatusBarNotification.docc/StatusBarNotificationStyle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/JDStatusBarNotification.docc/StatusBarNotificationStyle.md -------------------------------------------------------------------------------- /JDStatusBarNotification.docc/SwiftUIModifiers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/JDStatusBarNotification.docc/SwiftUIModifiers.md -------------------------------------------------------------------------------- /JDStatusBarNotification.podspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/JDStatusBarNotification.podspec -------------------------------------------------------------------------------- /JDStatusBarNotification.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/JDStatusBarNotification.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /JDStatusBarNotification.xcodeproj/xcshareddata/xcschemes/ExampleApp (AppDelegate).xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/JDStatusBarNotification.xcodeproj/xcshareddata/xcschemes/ExampleApp (AppDelegate).xcscheme -------------------------------------------------------------------------------- /JDStatusBarNotification.xcodeproj/xcshareddata/xcschemes/ExampleApp (SceneDelegate).xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/JDStatusBarNotification.xcodeproj/xcshareddata/xcschemes/ExampleApp (SceneDelegate).xcscheme -------------------------------------------------------------------------------- /JDStatusBarNotification.xcodeproj/xcshareddata/xcschemes/ExampleApp (SwiftUI).xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/JDStatusBarNotification.xcodeproj/xcshareddata/xcschemes/ExampleApp (SwiftUI).xcscheme -------------------------------------------------------------------------------- /JDStatusBarNotification.xcodeproj/xcshareddata/xcschemes/JDStatusBarNotification.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/JDStatusBarNotification.xcodeproj/xcshareddata/xcschemes/JDStatusBarNotification.xcscheme -------------------------------------------------------------------------------- /JDStatusBarNotification.xcodeproj/xcshareddata/xcschemes/Tests.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/JDStatusBarNotification.xcodeproj/xcshareddata/xcschemes/Tests.xcscheme -------------------------------------------------------------------------------- /JDStatusBarNotification/Private/DiscoveryHelper.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/JDStatusBarNotification/Private/DiscoveryHelper.swift -------------------------------------------------------------------------------- /JDStatusBarNotification/Private/NotificationAnimator.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/JDStatusBarNotification/Private/NotificationAnimator.swift -------------------------------------------------------------------------------- /JDStatusBarNotification/Private/NotificationView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/JDStatusBarNotification/Private/NotificationView.swift -------------------------------------------------------------------------------- /JDStatusBarNotification/Private/NotificationViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/JDStatusBarNotification/Private/NotificationViewController.swift -------------------------------------------------------------------------------- /JDStatusBarNotification/Private/NotificationWindow.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/JDStatusBarNotification/Private/NotificationWindow.swift -------------------------------------------------------------------------------- /JDStatusBarNotification/Private/StyleCache.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/JDStatusBarNotification/Private/StyleCache.swift -------------------------------------------------------------------------------- /JDStatusBarNotification/Public/NotificationPresenter.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/JDStatusBarNotification/Public/NotificationPresenter.swift -------------------------------------------------------------------------------- /JDStatusBarNotification/Public/NotificationPresenterLegacyOverlay.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/JDStatusBarNotification/Public/NotificationPresenterLegacyOverlay.swift -------------------------------------------------------------------------------- /JDStatusBarNotification/Public/NotificationStyle.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/JDStatusBarNotification/Public/NotificationStyle.swift -------------------------------------------------------------------------------- /JDStatusBarNotification/Public/NotificationSwiftUIModifer.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/JDStatusBarNotification/Public/NotificationSwiftUIModifer.swift -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/LICENSE -------------------------------------------------------------------------------- /Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/Package.swift -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/README.md -------------------------------------------------------------------------------- /Tests/API_tests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/Tests/API_tests.m -------------------------------------------------------------------------------- /Tests/SwiftAPI_tests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/Tests/SwiftAPI_tests.swift -------------------------------------------------------------------------------- /docs/css/866.60f074fd.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/css/866.60f074fd.css -------------------------------------------------------------------------------- /docs/css/989.4f123103.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/css/989.4f123103.css -------------------------------------------------------------------------------- /docs/css/documentation-topic.91c07ba9.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/css/documentation-topic.91c07ba9.css -------------------------------------------------------------------------------- /docs/css/index.3a335429.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/css/index.3a335429.css -------------------------------------------------------------------------------- /docs/css/topic.4be8f56d.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/css/topic.4be8f56d.css -------------------------------------------------------------------------------- /docs/css/tutorials-overview.7942d777.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/css/tutorials-overview.7942d777.css -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/gettingstarted.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/gettingstarted.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/!=(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/!=(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/dark.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/dark.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/defaultstyle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/defaultstyle.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/equatable-implementations.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/equatable-implementations.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/error.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/error.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/hash(into:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/hash(into:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/hashvalue.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/hashvalue.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/init(rawvalue:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/init(rawvalue:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/light.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/light.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/matrix.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/matrix.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/rawrepresentable-implementations.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/rawrepresentable-implementations.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/success.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/success.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/warning.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/warning.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/notificationpresenter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/notificationpresenter.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/notificationpresenter/addstyle(named:usingstyle:prepare:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/notificationpresenter/addstyle(named:usingstyle:prepare:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/notificationpresenter/animateprogressbar(to:duration:completion:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/notificationpresenter/animateprogressbar(to:duration:completion:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/notificationpresenter/completion.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/notificationpresenter/completion.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/notificationpresenter/dismiss(animated:after:completion:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/notificationpresenter/dismiss(animated:after:completion:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/notificationpresenter/displayactivityindicator(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/notificationpresenter/displayactivityindicator(_:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/notificationpresenter/displayleftview(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/notificationpresenter/displayleftview(_:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/notificationpresenter/displayprogressbar(at:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/notificationpresenter/displayprogressbar(at:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/notificationpresenter/isvisible.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/notificationpresenter/isvisible.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/notificationpresenter/preparestyleclosure.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/notificationpresenter/preparestyleclosure.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/notificationpresenter/present(_:subtitle:includedstyle:duration:completion:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/notificationpresenter/present(_:subtitle:includedstyle:duration:completion:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/notificationpresenter/present(_:subtitle:stylename:duration:completion:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/notificationpresenter/present(_:subtitle:stylename:duration:completion:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/notificationpresenter/presentcustomview(_:sizingcontroller:stylename:completion:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/notificationpresenter/presentcustomview(_:sizingcontroller:stylename:completion:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/notificationpresenter/presentswiftview(stylename:viewbuilder:completion:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/notificationpresenter/presentswiftview(stylename:viewbuilder:completion:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/notificationpresenter/setwindowscene(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/notificationpresenter/setwindowscene(_:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/notificationpresenter/shared.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/notificationpresenter/shared.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/notificationpresenter/updatedefaultstyle(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/notificationpresenter/updatedefaultstyle(_:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/notificationpresenter/updatesubtitle(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/notificationpresenter/updatesubtitle(_:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/notificationpresenter/updatetitle(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/notificationpresenter/updatetitle(_:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/notificationpresenter/zlas(n:p:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/notificationpresenter/zlas(n:p:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/notificationpresenter/zld().json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/notificationpresenter/zld().json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/notificationpresenter/zld(a:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/notificationpresenter/zld(a:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/notificationpresenter/zld(a:d:c:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/notificationpresenter/zld(a:d:c:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/notificationpresenter/zld(c:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/notificationpresenter/zld(c:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/notificationpresenter/zld(d:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/notificationpresenter/zld(d:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/notificationpresenter/zld(d:c:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/notificationpresenter/zld(d:c:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/notificationpresenter/zlp(cv:s:c:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/notificationpresenter/zlp(cv:s:c:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/notificationpresenter/zlp(t:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/notificationpresenter/zlp(t:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/notificationpresenter/zlp(t:c:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/notificationpresenter/zlp(t:c:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/notificationpresenter/zlp(t:cu:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/notificationpresenter/zlp(t:cu:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/notificationpresenter/zlp(t:cu:c:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/notificationpresenter/zlp(t:cu:c:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/notificationpresenter/zlp(t:d:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/notificationpresenter/zlp(t:d:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/notificationpresenter/zlp(t:d:cu:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/notificationpresenter/zlp(t:d:cu:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/notificationpresenter/zlp(t:d:s:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/notificationpresenter/zlp(t:d:s:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/notificationpresenter/zlp(t:s:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/notificationpresenter/zlp(t:s:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/notificationpresenter/zlp(t:s:c:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/notificationpresenter/zlp(t:s:c:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/notificationpresenter/zlp(t:st:c:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/notificationpresenter/zlp(t:st:c:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/notificationpresenter/zlp(t:st:cu:c:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/notificationpresenter/zlp(t:st:cu:c:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/notificationpresenter/zlp(t:st:s:c:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/notificationpresenter/zlp(t:st:s:c:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/notificationpresentercustomviewsizingcontroller.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/notificationpresentercustomviewsizingcontroller.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/notificationpresentercustomviewsizingcontroller/sizethatfits(in:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/notificationpresentercustomviewsizingcontroller/sizethatfits(in:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationanimationtype.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationanimationtype.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationanimationtype/!=(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationanimationtype/!=(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationanimationtype/bounce.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationanimationtype/bounce.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationanimationtype/equatable-implementations.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationanimationtype/equatable-implementations.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationanimationtype/fade.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationanimationtype/fade.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationanimationtype/hash(into:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationanimationtype/hash(into:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationanimationtype/hashvalue.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationanimationtype/hashvalue.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationanimationtype/init(rawvalue:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationanimationtype/init(rawvalue:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationanimationtype/move.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationanimationtype/move.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationanimationtype/rawrepresentable-implementations.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationanimationtype/rawrepresentable-implementations.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationbackgroundstyle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationbackgroundstyle.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationbackgroundstyle/backgroundcolor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationbackgroundstyle/backgroundcolor.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationbackgroundstyle/backgroundtype.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationbackgroundstyle/backgroundtype.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationbackgroundstyle/pillstyle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationbackgroundstyle/pillstyle.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationbackgroundtype.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationbackgroundtype.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationbackgroundtype/!=(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationbackgroundtype/!=(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationbackgroundtype/equatable-implementations.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationbackgroundtype/equatable-implementations.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationbackgroundtype/fullwidth.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationbackgroundtype/fullwidth.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationbackgroundtype/hash(into:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationbackgroundtype/hash(into:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationbackgroundtype/hashvalue.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationbackgroundtype/hashvalue.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationbackgroundtype/init(rawvalue:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationbackgroundtype/init(rawvalue:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationbackgroundtype/pill.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationbackgroundtype/pill.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationbackgroundtype/rawrepresentable-implementations.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationbackgroundtype/rawrepresentable-implementations.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationleftviewalignment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationleftviewalignment.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationleftviewalignment/!=(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationleftviewalignment/!=(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationleftviewalignment/centerwithtext.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationleftviewalignment/centerwithtext.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationleftviewalignment/equatable-implementations.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationleftviewalignment/equatable-implementations.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationleftviewalignment/hash(into:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationleftviewalignment/hash(into:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationleftviewalignment/hashvalue.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationleftviewalignment/hashvalue.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationleftviewalignment/init(rawvalue:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationleftviewalignment/init(rawvalue:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationleftviewalignment/left.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationleftviewalignment/left.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationleftviewalignment/rawrepresentable-implementations.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationleftviewalignment/rawrepresentable-implementations.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationleftviewstyle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationleftviewstyle.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationleftviewstyle/alignment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationleftviewstyle/alignment.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationleftviewstyle/offset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationleftviewstyle/offset.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationleftviewstyle/offsetx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationleftviewstyle/offsetx.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationleftviewstyle/spacing.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationleftviewstyle/spacing.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationleftviewstyle/tintcolor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationleftviewstyle/tintcolor.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationpillstyle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationpillstyle.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationpillstyle/bordercolor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationpillstyle/bordercolor.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationpillstyle/borderwidth.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationpillstyle/borderwidth.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationpillstyle/height.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationpillstyle/height.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationpillstyle/minimumwidth.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationpillstyle/minimumwidth.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationpillstyle/shadowcolor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationpillstyle/shadowcolor.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationpillstyle/shadowoffset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationpillstyle/shadowoffset.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationpillstyle/shadowoffsetxy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationpillstyle/shadowoffsetxy.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationpillstyle/shadowradius.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationpillstyle/shadowradius.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationpillstyle/topspacing.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationpillstyle/topspacing.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationprogressbarposition.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationprogressbarposition.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationprogressbarposition/!=(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationprogressbarposition/!=(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationprogressbarposition/bottom.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationprogressbarposition/bottom.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationprogressbarposition/center.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationprogressbarposition/center.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationprogressbarposition/equatable-implementations.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationprogressbarposition/equatable-implementations.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationprogressbarposition/hash(into:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationprogressbarposition/hash(into:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationprogressbarposition/hashvalue.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationprogressbarposition/hashvalue.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationprogressbarposition/init(rawvalue:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationprogressbarposition/init(rawvalue:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationprogressbarposition/rawrepresentable-implementations.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationprogressbarposition/rawrepresentable-implementations.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationprogressbarposition/top.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationprogressbarposition/top.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationprogressbarstyle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationprogressbarstyle.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationprogressbarstyle/barcolor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationprogressbarstyle/barcolor.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationprogressbarstyle/barheight.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationprogressbarstyle/barheight.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationprogressbarstyle/cornerradius.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationprogressbarstyle/cornerradius.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationprogressbarstyle/horizontalinsets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationprogressbarstyle/horizontalinsets.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationprogressbarstyle/offsety.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationprogressbarstyle/offsety.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationprogressbarstyle/position.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationprogressbarstyle/position.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationstyle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationstyle.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationstyle/animationtype.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationstyle/animationtype.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationstyle/backgroundstyle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationstyle/backgroundstyle.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationstyle/candismissduringuserinteraction.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationstyle/candismissduringuserinteraction.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationstyle/canswipetodismiss.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationstyle/canswipetodismiss.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationstyle/cantaptohold.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationstyle/cantaptohold.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationstyle/leftviewstyle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationstyle/leftviewstyle.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationstyle/progressbarstyle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationstyle/progressbarstyle.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationstyle/subtitlestyle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationstyle/subtitlestyle.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationstyle/systemstatusbarstyle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationstyle/systemstatusbarstyle.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationstyle/textstyle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationstyle/textstyle.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationsystembarstyle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationsystembarstyle.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationsystembarstyle/!=(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationsystembarstyle/!=(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationsystembarstyle/darkcontent.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationsystembarstyle/darkcontent.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationsystembarstyle/defaultstyle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationsystembarstyle/defaultstyle.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationsystembarstyle/equatable-implementations.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationsystembarstyle/equatable-implementations.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationsystembarstyle/hash(into:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationsystembarstyle/hash(into:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationsystembarstyle/hashvalue.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationsystembarstyle/hashvalue.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationsystembarstyle/init(rawvalue:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationsystembarstyle/init(rawvalue:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationsystembarstyle/lightcontent.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationsystembarstyle/lightcontent.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationsystembarstyle/rawrepresentable-implementations.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationsystembarstyle/rawrepresentable-implementations.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationtextstyle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationtextstyle.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationtextstyle/font.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationtextstyle/font.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationtextstyle/init().json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationtextstyle/init().json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationtextstyle/init(textcolor:font:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationtextstyle/init(textcolor:font:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationtextstyle/shadowcolor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationtextstyle/shadowcolor.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationtextstyle/shadowoffset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationtextstyle/shadowoffset.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationtextstyle/textcolor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationtextstyle/textcolor.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationtextstyle/textoffsety.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationtextstyle/textoffsety.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationtextstyle/textshadowcolor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationtextstyle/textshadowcolor.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/statusbarnotificationtextstyle/textshadowoffset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/statusbarnotificationtextstyle/textshadowoffset.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/stylableview.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/stylableview.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/stylableview/style.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/stylableview/style.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/swiftuicore.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/swiftuicore.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/swiftuicore/view.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/swiftuicore/view.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/swiftuicore/view/notification(ispresented:includedstyle:viewbuilder:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/swiftuicore/view/notification(ispresented:includedstyle:viewbuilder:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/swiftuicore/view/notification(ispresented:style:viewbuilder:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/swiftuicore/view/notification(ispresented:style:viewbuilder:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/swiftuicore/view/notification(ispresented:stylename:viewbuilder:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/swiftuicore/view/notification(ispresented:stylename:viewbuilder:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/swiftuicore/view/notification(title:subtitle:ispresented:isshowingactivity:progress:includedstyle:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/swiftuicore/view/notification(title:subtitle:ispresented:isshowingactivity:progress:includedstyle:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/swiftuicore/view/notification(title:subtitle:ispresented:isshowingactivity:progress:style:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/swiftuicore/view/notification(title:subtitle:ispresented:isshowingactivity:progress:style:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/swiftuicore/view/notification(title:subtitle:ispresented:isshowingactivity:progress:stylename:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/swiftuicore/view/notification(title:subtitle:ispresented:isshowingactivity:progress:stylename:).json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/swiftuicore/view/notificationstyleclosure.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/swiftuicore/view/notificationstyleclosure.json -------------------------------------------------------------------------------- /docs/data/documentation/jdstatusbarnotification/swiftuimodifiers.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/data/documentation/jdstatusbarnotification/swiftuimodifiers.json -------------------------------------------------------------------------------- /docs/developer-og-twitter.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/developer-og-twitter.jpg -------------------------------------------------------------------------------- /docs/developer-og.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/developer-og.jpg -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/gettingstarted/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/gettingstarted/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/!=(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/!=(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/dark/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/dark/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/defaultstyle/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/defaultstyle/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/equatable-implementations/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/equatable-implementations/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/error/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/error/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/hash(into:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/hash(into:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/hashvalue/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/hashvalue/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/init(rawvalue:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/init(rawvalue:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/light/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/light/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/matrix/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/matrix/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/rawrepresentable-implementations/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/rawrepresentable-implementations/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/success/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/success/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/warning/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/includedstatusbarnotificationstyle/warning/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/notificationpresenter/addstyle(named:usingstyle:prepare:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/notificationpresenter/addstyle(named:usingstyle:prepare:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/notificationpresenter/animateprogressbar(to:duration:completion:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/notificationpresenter/animateprogressbar(to:duration:completion:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/notificationpresenter/completion/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/notificationpresenter/completion/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/notificationpresenter/dismiss(animated:after:completion:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/notificationpresenter/dismiss(animated:after:completion:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/notificationpresenter/displayactivityindicator(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/notificationpresenter/displayactivityindicator(_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/notificationpresenter/displayleftview(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/notificationpresenter/displayleftview(_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/notificationpresenter/displayprogressbar(at:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/notificationpresenter/displayprogressbar(at:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/notificationpresenter/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/notificationpresenter/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/notificationpresenter/isvisible/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/notificationpresenter/isvisible/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/notificationpresenter/preparestyleclosure/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/notificationpresenter/preparestyleclosure/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/notificationpresenter/present(_:subtitle:includedstyle:duration:completion:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/notificationpresenter/present(_:subtitle:includedstyle:duration:completion:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/notificationpresenter/present(_:subtitle:stylename:duration:completion:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/notificationpresenter/present(_:subtitle:stylename:duration:completion:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/notificationpresenter/presentcustomview(_:sizingcontroller:stylename:completion:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/notificationpresenter/presentcustomview(_:sizingcontroller:stylename:completion:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/notificationpresenter/presentswiftview(stylename:viewbuilder:completion:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/notificationpresenter/presentswiftview(stylename:viewbuilder:completion:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/notificationpresenter/setwindowscene(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/notificationpresenter/setwindowscene(_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/notificationpresenter/shared/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/notificationpresenter/shared/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/notificationpresenter/updatedefaultstyle(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/notificationpresenter/updatedefaultstyle(_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/notificationpresenter/updatesubtitle(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/notificationpresenter/updatesubtitle(_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/notificationpresenter/updatetitle(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/notificationpresenter/updatetitle(_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/notificationpresenter/zlas(n:p:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/notificationpresenter/zlas(n:p:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/notificationpresenter/zld()/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/notificationpresenter/zld()/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/notificationpresenter/zld(a:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/notificationpresenter/zld(a:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/notificationpresenter/zld(a:d:c:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/notificationpresenter/zld(a:d:c:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/notificationpresenter/zld(c:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/notificationpresenter/zld(c:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/notificationpresenter/zld(d:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/notificationpresenter/zld(d:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/notificationpresenter/zld(d:c:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/notificationpresenter/zld(d:c:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/notificationpresenter/zlp(cv:s:c:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/notificationpresenter/zlp(cv:s:c:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/notificationpresenter/zlp(t:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/notificationpresenter/zlp(t:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/notificationpresenter/zlp(t:c:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/notificationpresenter/zlp(t:c:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/notificationpresenter/zlp(t:cu:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/notificationpresenter/zlp(t:cu:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/notificationpresenter/zlp(t:cu:c:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/notificationpresenter/zlp(t:cu:c:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/notificationpresenter/zlp(t:d:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/notificationpresenter/zlp(t:d:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/notificationpresenter/zlp(t:d:cu:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/notificationpresenter/zlp(t:d:cu:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/notificationpresenter/zlp(t:d:s:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/notificationpresenter/zlp(t:d:s:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/notificationpresenter/zlp(t:s:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/notificationpresenter/zlp(t:s:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/notificationpresenter/zlp(t:s:c:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/notificationpresenter/zlp(t:s:c:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/notificationpresenter/zlp(t:st:c:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/notificationpresenter/zlp(t:st:c:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/notificationpresenter/zlp(t:st:cu:c:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/notificationpresenter/zlp(t:st:cu:c:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/notificationpresenter/zlp(t:st:s:c:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/notificationpresenter/zlp(t:st:s:c:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/notificationpresentercustomviewsizingcontroller/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/notificationpresentercustomviewsizingcontroller/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/notificationpresentercustomviewsizingcontroller/sizethatfits(in:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/notificationpresentercustomviewsizingcontroller/sizethatfits(in:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationanimationtype/!=(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationanimationtype/!=(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationanimationtype/bounce/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationanimationtype/bounce/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationanimationtype/equatable-implementations/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationanimationtype/equatable-implementations/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationanimationtype/fade/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationanimationtype/fade/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationanimationtype/hash(into:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationanimationtype/hash(into:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationanimationtype/hashvalue/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationanimationtype/hashvalue/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationanimationtype/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationanimationtype/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationanimationtype/init(rawvalue:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationanimationtype/init(rawvalue:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationanimationtype/move/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationanimationtype/move/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationanimationtype/rawrepresentable-implementations/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationanimationtype/rawrepresentable-implementations/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationbackgroundstyle/backgroundcolor/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationbackgroundstyle/backgroundcolor/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationbackgroundstyle/backgroundtype/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationbackgroundstyle/backgroundtype/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationbackgroundstyle/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationbackgroundstyle/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationbackgroundstyle/pillstyle/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationbackgroundstyle/pillstyle/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationbackgroundtype/!=(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationbackgroundtype/!=(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationbackgroundtype/equatable-implementations/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationbackgroundtype/equatable-implementations/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationbackgroundtype/fullwidth/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationbackgroundtype/fullwidth/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationbackgroundtype/hash(into:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationbackgroundtype/hash(into:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationbackgroundtype/hashvalue/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationbackgroundtype/hashvalue/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationbackgroundtype/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationbackgroundtype/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationbackgroundtype/init(rawvalue:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationbackgroundtype/init(rawvalue:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationbackgroundtype/pill/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationbackgroundtype/pill/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationbackgroundtype/rawrepresentable-implementations/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationbackgroundtype/rawrepresentable-implementations/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationleftviewalignment/!=(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationleftviewalignment/!=(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationleftviewalignment/centerwithtext/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationleftviewalignment/centerwithtext/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationleftviewalignment/equatable-implementations/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationleftviewalignment/equatable-implementations/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationleftviewalignment/hash(into:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationleftviewalignment/hash(into:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationleftviewalignment/hashvalue/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationleftviewalignment/hashvalue/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationleftviewalignment/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationleftviewalignment/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationleftviewalignment/init(rawvalue:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationleftviewalignment/init(rawvalue:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationleftviewalignment/left/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationleftviewalignment/left/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationleftviewalignment/rawrepresentable-implementations/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationleftviewalignment/rawrepresentable-implementations/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationleftviewstyle/alignment/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationleftviewstyle/alignment/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationleftviewstyle/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationleftviewstyle/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationleftviewstyle/offset/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationleftviewstyle/offset/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationleftviewstyle/offsetx/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationleftviewstyle/offsetx/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationleftviewstyle/spacing/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationleftviewstyle/spacing/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationleftviewstyle/tintcolor/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationleftviewstyle/tintcolor/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationpillstyle/bordercolor/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationpillstyle/bordercolor/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationpillstyle/borderwidth/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationpillstyle/borderwidth/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationpillstyle/height/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationpillstyle/height/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationpillstyle/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationpillstyle/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationpillstyle/minimumwidth/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationpillstyle/minimumwidth/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationpillstyle/shadowcolor/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationpillstyle/shadowcolor/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationpillstyle/shadowoffset/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationpillstyle/shadowoffset/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationpillstyle/shadowoffsetxy/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationpillstyle/shadowoffsetxy/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationpillstyle/shadowradius/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationpillstyle/shadowradius/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationpillstyle/topspacing/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationpillstyle/topspacing/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationprogressbarposition/!=(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationprogressbarposition/!=(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationprogressbarposition/bottom/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationprogressbarposition/bottom/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationprogressbarposition/center/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationprogressbarposition/center/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationprogressbarposition/equatable-implementations/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationprogressbarposition/equatable-implementations/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationprogressbarposition/hash(into:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationprogressbarposition/hash(into:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationprogressbarposition/hashvalue/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationprogressbarposition/hashvalue/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationprogressbarposition/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationprogressbarposition/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationprogressbarposition/init(rawvalue:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationprogressbarposition/init(rawvalue:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationprogressbarposition/rawrepresentable-implementations/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationprogressbarposition/rawrepresentable-implementations/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationprogressbarposition/top/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationprogressbarposition/top/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationprogressbarstyle/barcolor/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationprogressbarstyle/barcolor/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationprogressbarstyle/barheight/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationprogressbarstyle/barheight/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationprogressbarstyle/cornerradius/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationprogressbarstyle/cornerradius/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationprogressbarstyle/horizontalinsets/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationprogressbarstyle/horizontalinsets/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationprogressbarstyle/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationprogressbarstyle/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationprogressbarstyle/offsety/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationprogressbarstyle/offsety/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationprogressbarstyle/position/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationprogressbarstyle/position/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationstyle/animationtype/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationstyle/animationtype/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationstyle/backgroundstyle/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationstyle/backgroundstyle/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationstyle/candismissduringuserinteraction/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationstyle/candismissduringuserinteraction/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationstyle/canswipetodismiss/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationstyle/canswipetodismiss/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationstyle/cantaptohold/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationstyle/cantaptohold/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationstyle/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationstyle/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationstyle/leftviewstyle/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationstyle/leftviewstyle/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationstyle/progressbarstyle/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationstyle/progressbarstyle/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationstyle/subtitlestyle/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationstyle/subtitlestyle/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationstyle/systemstatusbarstyle/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationstyle/systemstatusbarstyle/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationstyle/textstyle/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationstyle/textstyle/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationsystembarstyle/!=(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationsystembarstyle/!=(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationsystembarstyle/darkcontent/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationsystembarstyle/darkcontent/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationsystembarstyle/defaultstyle/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationsystembarstyle/defaultstyle/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationsystembarstyle/equatable-implementations/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationsystembarstyle/equatable-implementations/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationsystembarstyle/hash(into:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationsystembarstyle/hash(into:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationsystembarstyle/hashvalue/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationsystembarstyle/hashvalue/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationsystembarstyle/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationsystembarstyle/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationsystembarstyle/init(rawvalue:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationsystembarstyle/init(rawvalue:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationsystembarstyle/lightcontent/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationsystembarstyle/lightcontent/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationsystembarstyle/rawrepresentable-implementations/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationsystembarstyle/rawrepresentable-implementations/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationtextstyle/font/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationtextstyle/font/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationtextstyle/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationtextstyle/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationtextstyle/init()/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationtextstyle/init()/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationtextstyle/init(textcolor:font:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationtextstyle/init(textcolor:font:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationtextstyle/shadowcolor/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationtextstyle/shadowcolor/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationtextstyle/shadowoffset/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationtextstyle/shadowoffset/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationtextstyle/textcolor/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationtextstyle/textcolor/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationtextstyle/textoffsety/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationtextstyle/textoffsety/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationtextstyle/textshadowcolor/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationtextstyle/textshadowcolor/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/statusbarnotificationtextstyle/textshadowoffset/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/statusbarnotificationtextstyle/textshadowoffset/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/stylableview/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/stylableview/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/stylableview/style/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/stylableview/style/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/swiftuicore/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/swiftuicore/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/swiftuicore/view/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/swiftuicore/view/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/swiftuicore/view/notification(ispresented:includedstyle:viewbuilder:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/swiftuicore/view/notification(ispresented:includedstyle:viewbuilder:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/swiftuicore/view/notification(ispresented:style:viewbuilder:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/swiftuicore/view/notification(ispresented:style:viewbuilder:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/swiftuicore/view/notification(ispresented:stylename:viewbuilder:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/swiftuicore/view/notification(ispresented:stylename:viewbuilder:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/swiftuicore/view/notification(title:subtitle:ispresented:isshowingactivity:progress:includedstyle:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/swiftuicore/view/notification(title:subtitle:ispresented:isshowingactivity:progress:includedstyle:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/swiftuicore/view/notification(title:subtitle:ispresented:isshowingactivity:progress:style:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/swiftuicore/view/notification(title:subtitle:ispresented:isshowingactivity:progress:style:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/swiftuicore/view/notification(title:subtitle:ispresented:isshowingactivity:progress:stylename:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/swiftuicore/view/notification(title:subtitle:ispresented:isshowingactivity:progress:stylename:)/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/swiftuicore/view/notificationstyleclosure/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/swiftuicore/view/notificationstyleclosure/index.html -------------------------------------------------------------------------------- /docs/documentation/jdstatusbarnotification/swiftuimodifiers/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/documentation/jdstatusbarnotification/swiftuimodifiers/index.html -------------------------------------------------------------------------------- /docs/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/favicon.ico -------------------------------------------------------------------------------- /docs/favicon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/favicon.svg -------------------------------------------------------------------------------- /docs/img/added-icon.832a5d2c.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/img/added-icon.832a5d2c.svg -------------------------------------------------------------------------------- /docs/img/deprecated-icon.7bf1740a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/img/deprecated-icon.7bf1740a.svg -------------------------------------------------------------------------------- /docs/img/modified-icon.efb2697d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/img/modified-icon.efb2697d.svg -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/index.html -------------------------------------------------------------------------------- /docs/index/availability.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/index/availability.index -------------------------------------------------------------------------------- /docs/index/data.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/index/data.mdb -------------------------------------------------------------------------------- /docs/index/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/index/index.json -------------------------------------------------------------------------------- /docs/index/navigator.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/index/navigator.index -------------------------------------------------------------------------------- /docs/js/104.fe5974d0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/js/104.fe5974d0.js -------------------------------------------------------------------------------- /docs/js/337.274a8ccc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/js/337.274a8ccc.js -------------------------------------------------------------------------------- /docs/js/842.49774dc9.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/js/842.49774dc9.js -------------------------------------------------------------------------------- /docs/js/866.eea4607d.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/js/866.eea4607d.js -------------------------------------------------------------------------------- /docs/js/chunk-vendors.bdb7cbba.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/js/chunk-vendors.bdb7cbba.js -------------------------------------------------------------------------------- /docs/js/documentation-topic.09a6ef86.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/js/documentation-topic.09a6ef86.js -------------------------------------------------------------------------------- /docs/js/highlight-js-bash-js.702f0c5c.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/js/highlight-js-bash-js.702f0c5c.js -------------------------------------------------------------------------------- /docs/js/highlight-js-c-js.063069d3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/js/highlight-js-c-js.063069d3.js -------------------------------------------------------------------------------- /docs/js/highlight-js-cpp-js.458a9ae4.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/js/highlight-js-cpp-js.458a9ae4.js -------------------------------------------------------------------------------- /docs/js/highlight-js-css-js.bfc4251f.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/js/highlight-js-css-js.bfc4251f.js -------------------------------------------------------------------------------- /docs/js/highlight-js-custom-markdown.78c9f6ed.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/js/highlight-js-custom-markdown.78c9f6ed.js -------------------------------------------------------------------------------- /docs/js/highlight-js-custom-swift.738731d1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/js/highlight-js-custom-swift.738731d1.js -------------------------------------------------------------------------------- /docs/js/highlight-js-diff-js.4db9a783.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/js/highlight-js-diff-js.4db9a783.js -------------------------------------------------------------------------------- /docs/js/highlight-js-http-js.f78e83c2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/js/highlight-js-http-js.f78e83c2.js -------------------------------------------------------------------------------- /docs/js/highlight-js-java-js.4fe21e94.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/js/highlight-js-java-js.4fe21e94.js -------------------------------------------------------------------------------- /docs/js/highlight-js-javascript-js.dfc9d16d.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/js/highlight-js-javascript-js.dfc9d16d.js -------------------------------------------------------------------------------- /docs/js/highlight-js-json-js.2a1856ba.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/js/highlight-js-json-js.2a1856ba.js -------------------------------------------------------------------------------- /docs/js/highlight-js-llvm-js.26121771.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/js/highlight-js-llvm-js.26121771.js -------------------------------------------------------------------------------- /docs/js/highlight-js-markdown-js.a2f456af.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/js/highlight-js-markdown-js.a2f456af.js -------------------------------------------------------------------------------- /docs/js/highlight-js-objectivec-js.74dea052.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/js/highlight-js-objectivec-js.74dea052.js -------------------------------------------------------------------------------- /docs/js/highlight-js-perl-js.da6eda82.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/js/highlight-js-perl-js.da6eda82.js -------------------------------------------------------------------------------- /docs/js/highlight-js-php-js.c458ffa4.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/js/highlight-js-php-js.c458ffa4.js -------------------------------------------------------------------------------- /docs/js/highlight-js-python-js.60354774.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/js/highlight-js-python-js.60354774.js -------------------------------------------------------------------------------- /docs/js/highlight-js-ruby-js.7272231f.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/js/highlight-js-ruby-js.7272231f.js -------------------------------------------------------------------------------- /docs/js/highlight-js-scss-js.adcd11a2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/js/highlight-js-scss-js.adcd11a2.js -------------------------------------------------------------------------------- /docs/js/highlight-js-shell-js.0ad5b20f.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/js/highlight-js-shell-js.0ad5b20f.js -------------------------------------------------------------------------------- /docs/js/highlight-js-swift-js.bdd5bff5.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/js/highlight-js-swift-js.bdd5bff5.js -------------------------------------------------------------------------------- /docs/js/highlight-js-xml-js.0d78f903.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/js/highlight-js-xml-js.0d78f903.js -------------------------------------------------------------------------------- /docs/js/index.a08b31d0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/js/index.a08b31d0.js -------------------------------------------------------------------------------- /docs/js/topic.37e71576.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/js/topic.37e71576.js -------------------------------------------------------------------------------- /docs/js/tutorials-overview.acb09e8a.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/js/tutorials-overview.acb09e8a.js -------------------------------------------------------------------------------- /docs/metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/docs/metadata.json -------------------------------------------------------------------------------- /pods_testProject/Podfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/pods_testProject/Podfile -------------------------------------------------------------------------------- /pods_testProject/Podfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/pods_testProject/Podfile.lock -------------------------------------------------------------------------------- /pods_testProject/pod_test.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/pods_testProject/pod_test.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /pods_testProject/pod_test/SomeObjcClass.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/pods_testProject/pod_test/SomeObjcClass.h -------------------------------------------------------------------------------- /pods_testProject/pod_test/SomeObjcClass.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/pods_testProject/pod_test/SomeObjcClass.m -------------------------------------------------------------------------------- /pods_testProject/pod_test/pod_testApp.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/pods_testProject/pod_test/pod_testApp.swift -------------------------------------------------------------------------------- /spm_testProject/spm_test.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/spm_testProject/spm_test.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /spm_testProject/spm_test/ContentView 2.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/spm_testProject/spm_test/ContentView 2.swift -------------------------------------------------------------------------------- /spm_testProject/spm_test/ContentView1.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/spm_testProject/spm_test/ContentView1.swift -------------------------------------------------------------------------------- /spm_testProject/spm_test/SomeObjcClass.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/spm_testProject/spm_test/SomeObjcClass.h -------------------------------------------------------------------------------- /spm_testProject/spm_test/SomeObjcClass.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/spm_testProject/spm_test/SomeObjcClass.m -------------------------------------------------------------------------------- /spm_testProject/spm_test/spm_testApp.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calimarkus/JDStatusBarNotification/HEAD/spm_testProject/spm_test/spm_testApp.swift --------------------------------------------------------------------------------