File tree Expand file tree Collapse file tree 6 files changed +76
-13
lines changed
Examples/DemosApp/DemosApp.xcodeproj
Sources/ComponentsKit/Components/Countdown Expand file tree Collapse file tree 6 files changed +76
-13
lines changed Original file line number Diff line number Diff line change 33 archiveVersion = 1;
44 classes = {
55 };
6- objectVersion = 77 ;
6+ objectVersion = 70 ;
77 objects = {
88
99/* Begin PBXBuildFile section */
1515/* End PBXFileReference section */
1616
1717/* Begin PBXFileSystemSynchronizedRootGroup section */
18- 740D22292CD3BECA006731A5 /* DemosApp */ = {
19- isa = PBXFileSystemSynchronizedRootGroup;
20- path = DemosApp;
21- sourceTree = "<group>";
22- };
18+ 740D22292CD3BECA006731A5 /* DemosApp */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = DemosApp; sourceTree = "<group>"; };
2319/* End PBXFileSystemSynchronizedRootGroup section */
2420
2521/* Begin PBXFrameworksBuildPhase section */
9288 };
9389 };
9490 buildConfigurationList = 740D22222CD3BECA006731A5 /* Build configuration list for PBXProject "DemosApp" */;
91+ compatibilityVersion = "Xcode 15.0";
9592 developmentRegion = en;
9693 hasScannedForEncodings = 0;
9794 knownRegions = (
103100 packageReferences = (
104101 740D22502CD3BF50006731A5 /* XCLocalSwiftPackageReference "../../../ComponentsKit" */,
105102 );
106- preferredProjectObjectVersion = 77;
107103 productRefGroup = 740D22282CD3BECA006731A5 /* Products */;
108104 projectDirPath = "";
109105 projectRoot = "";
Original file line number Diff line number Diff line change 1- # ComponentsKit
1+ <p align =" center " >
2+ <a href =" https://componentskit.io " target =" _blank " >
3+ <picture>
4+ <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/componentskit/ComponentsKit/HEAD/.github/logo-dark.svg">
5+ <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/componentskit/ComponentsKit/HEAD/.github/logo-light.svg">
6+ <img alt="ComponentsKit" src="https://raw.githubusercontent.com/componentskit/ComponentsKit/HEAD/.github/logo-light.svg" width="350" height="70" style="max-width: 100%;">
7+ </picture>
8+ </a >
9+ </p >
10+
11+ <p align =" center " >
12+ A library with beautiful UI components to build SwiftUI and UIKit apps faster.
13+ </p >
14+
15+ ---
216
317## Installation
418
You can’t perform that action at this time.
0 commit comments