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 3
3
archiveVersion = 1;
4
4
classes = {
5
5
};
6
- objectVersion = 77 ;
6
+ objectVersion = 70 ;
7
7
objects = {
8
8
9
9
/* Begin PBXBuildFile section */
15
15
/* End PBXFileReference section */
16
16
17
17
/* 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>"; };
23
19
/* End PBXFileSystemSynchronizedRootGroup section */
24
20
25
21
/* Begin PBXFrameworksBuildPhase section */
92
88
};
93
89
};
94
90
buildConfigurationList = 740D22222CD3BECA006731A5 /* Build configuration list for PBXProject "DemosApp" */;
91
+ compatibilityVersion = "Xcode 15.0";
95
92
developmentRegion = en;
96
93
hasScannedForEncodings = 0;
97
94
knownRegions = (
103
100
packageReferences = (
104
101
740D22502CD3BF50006731A5 /* XCLocalSwiftPackageReference "../../../ComponentsKit" */,
105
102
);
106
- preferredProjectObjectVersion = 77;
107
103
productRefGroup = 740D22282CD3BECA006731A5 /* Products */;
108
104
projectDirPath = "";
109
105
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
+ ---
2
16
3
17
## Installation
4
18
You can’t perform that action at this time.
0 commit comments