From 7b0a34eb8c26de6883bda8d09f2ddcc5a9a4b800 Mon Sep 17 00:00:00 2001
From: "Tomasz K."
Date: Mon, 18 Nov 2024 17:01:54 +0100
Subject: [PATCH] Update README
---
.../\360\237\232\200-feature-request.md" | 3 ++-
.../ISSUE_TEMPLATE/\360\237\246\237-bug-report.md" | 3 ++-
README.md | 13 +++++++++----
3 files changed, 13 insertions(+), 6 deletions(-)
diff --git "a/.github/ISSUE_TEMPLATE/\360\237\232\200-feature-request.md" "b/.github/ISSUE_TEMPLATE/\360\237\232\200-feature-request.md"
index 08dc3663f..bcc5b93f4 100644
--- "a/.github/ISSUE_TEMPLATE/\360\237\232\200-feature-request.md"
+++ "b/.github/ISSUE_TEMPLATE/\360\237\232\200-feature-request.md"
@@ -2,7 +2,8 @@
name: "\U0001F680 Feature Request"
about: If you have a feature request
title: "[FREQ]"
-labels: 'state: inactive, type: feature'
+labels: 'feature'
+projects: "Mijick/13"
assignees: FulcrumOne
---
diff --git "a/.github/ISSUE_TEMPLATE/\360\237\246\237-bug-report.md" "b/.github/ISSUE_TEMPLATE/\360\237\246\237-bug-report.md"
index f6783f48f..807507c81 100644
--- "a/.github/ISSUE_TEMPLATE/\360\237\246\237-bug-report.md"
+++ "b/.github/ISSUE_TEMPLATE/\360\237\246\237-bug-report.md"
@@ -2,7 +2,8 @@
name: "\U0001F99F Bug Report"
about: If something isn't working
title: "[BUG]"
-labels: 'state: inactive, type: bug'
+labels: 'bug'
+projects: "Mijick/13"
assignees: FulcrumOne, jay-jay-lama
---
diff --git a/README.md b/README.md
index 1a5c7089d..a3b26aaa0 100644
--- a/README.md
+++ b/README.md
@@ -65,6 +65,10 @@
+
+
+
+
@@ -81,7 +85,7 @@
# ☀️ Why MijickPopups?
-MijickPopups solves two seemingly contradictory problems - to allow developers to create fully customizable popup, and to make the process as simple as possible. Here is why we think we have successfully met these objectives:
+MijickPopups library solves two seemingly contradictory problems - to allow developers to create fully customizable popup views, and to make the process as simple as possible. Here is why we think we have successfully met these objectives:
The power of a single line of code
@@ -91,7 +95,7 @@ MijickPopups solves two seemingly contradictory problems - to allow developers t
Tailored to your needs. Designed to suit your preferences
- Developers have various programming styles, and we understand and respect that. Therefore, our framework is engineered in such a way that you can open or close a popup from anywhere in your code.
+ Developers have various programming styles, and we understand and respect that. Therefore, our framework is engineered in such a way that you can open or close a popup view from anywhere in your code.
@@ -115,7 +119,7 @@ MijickPopups solves two seemingly contradictory problems - to allow developers t
Past, present and future
- We decided to reach out to developers who, for various reasons, want to use native sheets and alerts alongside our framework. From now on, this is possible, and in the near future, we will also add the ability to call sheets in a native style, allowing you to integrate our framework into your existing projects as well.
+ We decided to reach out to developers who, for various reasons, want to use native sheets and alerts alongside our framework. From now on, this is possible, and in the near future, we will also add the ability to call sheets in a native SwiftUI style, allowing you to integrate our framework into your existing projects as well.
@@ -125,7 +129,8 @@ MijickPopups solves two seemingly contradictory problems - to allow developers t
- Popups can be automatically dismissed after a certain period of time.
- Drag gesture can be used to resize the popup, according to the provided indentations.
- Works with multiple windows.
-- Supports all Apple platforms.
+- Supports all Apple platforms: iOS 14.0+ / macOS 12.0+ / tvOS 15.0+ / watchOS 7.0+ / visionOS 1.0+.
+- Supports Swift 6.0.
- ... and much more.