Skip to content

Commit e127c17

Browse files
committed
Update readme
1 parent 80023eb commit e127c17

File tree

5 files changed

+22
-60
lines changed

5 files changed

+22
-60
lines changed

ExytePopupView.podspec

-27
This file was deleted.

Package.swift

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:6.0
1+
// swift-tools-version: 5.9
22

33
import PackageDescription
44

@@ -24,6 +24,9 @@ let package = Package(
2424
name: "PopupView",
2525
dependencies: [
2626
.product(name: "SwiftUIIntrospect", package: "swiftui-introspect"),
27+
],
28+
swiftSettings: [
29+
.enableExperimentalFeature("StrictConcurrency")
2730
]
2831
)
2932
]

PopupExample/PopupExample.xcodeproj/project.pbxproj

+13-9
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@
281281
attributes = {
282282
BuildIndependentTargetsInParallel = 1;
283283
LastSwiftUpdateCheck = 1430;
284-
LastUpgradeCheck = 1600;
284+
LastUpgradeCheck = 1620;
285285
TargetAttributes = {
286286
5B1E02502A11F13F004172ED = {
287287
CreatedOnToolsVersion = 14.3;
@@ -601,6 +601,7 @@
601601
CURRENT_PROJECT_VERSION = 1;
602602
DEAD_CODE_STRIPPING = YES;
603603
DEVELOPMENT_ASSET_PATHS = "\"PopupExample/Preview Content\"";
604+
DEVELOPMENT_TEAM = FZXCM5CJ7P;
604605
ENABLE_PREVIEWS = YES;
605606
GENERATE_INFOPLIST_FILE = YES;
606607
INFOPLIST_FILE = PopupExample/Info.plist;
@@ -619,16 +620,17 @@
619620
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
620621
MACOSX_DEPLOYMENT_TARGET = 13.1;
621622
MARKETING_VERSION = 1.0;
622-
PRODUCT_BUNDLE_IDENTIFIER = exyte.PopupExample;
623+
OTHER_SWIFT_FLAGS = "";
624+
PRODUCT_BUNDLE_IDENTIFIER = com.exyte.PopupExample;
623625
PRODUCT_NAME = "$(TARGET_NAME)";
624626
SDKROOT = auto;
625-
SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx xros xrsimulator";
627+
SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx";
626628
SUPPORTS_MACCATALYST = NO;
627629
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
628630
SWIFT_EMIT_LOC_STRINGS = YES;
629631
SWIFT_STRICT_CONCURRENCY = complete;
630-
SWIFT_VERSION = 5.0;
631-
TARGETED_DEVICE_FAMILY = "1,2,3,7";
632+
SWIFT_VERSION = 6.0;
633+
TARGETED_DEVICE_FAMILY = "1,2,3";
632634
};
633635
name = Debug;
634636
};
@@ -642,6 +644,7 @@
642644
CURRENT_PROJECT_VERSION = 1;
643645
DEAD_CODE_STRIPPING = YES;
644646
DEVELOPMENT_ASSET_PATHS = "\"PopupExample/Preview Content\"";
647+
DEVELOPMENT_TEAM = FZXCM5CJ7P;
645648
ENABLE_PREVIEWS = YES;
646649
GENERATE_INFOPLIST_FILE = YES;
647650
INFOPLIST_FILE = PopupExample/Info.plist;
@@ -660,16 +663,17 @@
660663
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
661664
MACOSX_DEPLOYMENT_TARGET = 13.1;
662665
MARKETING_VERSION = 1.0;
663-
PRODUCT_BUNDLE_IDENTIFIER = exyte.PopupExample;
666+
OTHER_SWIFT_FLAGS = "";
667+
PRODUCT_BUNDLE_IDENTIFIER = com.exyte.PopupExample;
664668
PRODUCT_NAME = "$(TARGET_NAME)";
665669
SDKROOT = auto;
666-
SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx xros xrsimulator";
670+
SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx";
667671
SUPPORTS_MACCATALYST = NO;
668672
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
669673
SWIFT_EMIT_LOC_STRINGS = YES;
670674
SWIFT_STRICT_CONCURRENCY = complete;
671-
SWIFT_VERSION = 5.0;
672-
TARGETED_DEVICE_FAMILY = "1,2,3,7";
675+
SWIFT_VERSION = 6.0;
676+
TARGETED_DEVICE_FAMILY = "1,2,3";
673677
};
674678
name = Release;
675679
};

PopupExample/PopupExample.xcodeproj/xcshareddata/xcschemes/PopupExample.xcscheme

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1600"
3+
LastUpgradeVersion = "1620"
44
version = "1.7">
55
<BuildAction
66
parallelizeBuildables = "YES"

README.md

+4-22
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
![](https://img.shields.io/github/v/tag/exyte/popupView?label=Version)
4040
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fexyte%2FPopupView%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/exyte/PopupView)
4141
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fexyte%2FPopupView%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/exyte/PopupView)
42-
[![SPM Compatible](https://img.shields.io/badge/SwiftPM-Compatible-brightgreen.svg)](https://swiftpackageindex.com/exyte/PopupView)
43-
[![Cocoapods Compatible](https://img.shields.io/badge/cocoapods-Deprecated%20after%204.0.0-yellow.svg)](https://cocoapods.org/pods/ExytePopupView)
42+
[![SPM](https://img.shields.io/badge/SPM-Compatible-brightgreen.svg)](https://swiftpackageindex.com/exyte/PopupView)
43+
[![Cocoapods](https://img.shields.io/badge/Cocoapods-Deprecated%20after%204.0.0-yellow.svg)](https://cocoapods.org/pods/ExytePopupView)
4444
[![License: MIT](https://img.shields.io/badge/License-MIT-black.svg)](https://opensource.org/licenses/MIT)
4545

4646
# What's new in version 4
@@ -316,11 +316,9 @@ To implement a sheet (like in 4th gif) enable `dragToDismiss` on bottom toast (s
316316

317317
## Examples
318318

319-
To try PopupView examples:
319+
To try the PopupView examples:
320320
- Clone the repo `https://github.com/exyte/PopupView.git`
321-
- Open terminal and run `cd <PopupViewRepo>/Example/`
322-
- Run `pod install` to install all dependencies
323-
- Run open `PopupViewExample.xcworkspace/` to open project in the Xcode
321+
- Open `PopupExample.xcodeproj` in the Xcode
324322
- Try it!
325323

326324
## Installation
@@ -333,22 +331,6 @@ dependencies: [
333331
]
334332
```
335333

336-
### [CocoaPods](http://cocoapods.org)
337-
338-
To install `PopupView`, simply add the following line to your Podfile:
339-
340-
```ruby
341-
pod 'ExytePopupView'
342-
```
343-
344-
### [Carthage](http://github.com/Carthage/Carthage)
345-
346-
To integrate `PopupView` into your Xcode project using Carthage, specify it in your `Cartfile`
347-
348-
```ogdl
349-
github "Exyte/PopupView"
350-
```
351-
352334
## Requirements
353335

354336
* iOS 15.0+ / macOS 11.0+ / tvOS 14.0+ / watchOS 7.0+

0 commit comments

Comments
 (0)