Skip to content
#

swiftpackage

Here are 138 public repositories matching this topic...

PermissionsSwiftUI
sapoepsilon
sapoepsilon commented Oct 17, 2021

Describe the bug
A clear and concise description of what the bug is.

This bug only present on iOS 15. When, the showModal boolean is set to true in .onAppear. It is not possible to dismiss the modal, unless restrictDismissal is set to false.
To Reproduce
Steps to reproduce the behavior:
Great example would be:

struct Dashboard: View {
   @State private var showModal: Bool
help wanted good first issue confirmed bug
marinofelipe
marinofelipe commented Apr 13, 2022

Currently the tool only support tags, and defaults to the latest tag, which doesn't work for all scenarios, e.g. when the latest tag doesn't contain a valid Package.swift in the repository root, as reported by @ipedro.

A concrete example is https://github.com/dzenbot/DZNEmptyDataSet.

The goal with this issue is to evaluate and add support for a more flexible approach, in which not only tag

enhancement good first issue feature-request

Improve this page

Add a description, image, and links to the swiftpackage topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the swiftpackage topic, visit your repo's landing page and select "manage topics."

Learn more