Skip to content

Commit 23cc089

Browse files
Merge pull request #55 from componentskit/v1.3.2
v1.3.2
2 parents b89e71d + 6a81009 commit 23cc089

File tree

6 files changed

+76
-13
lines changed

6 files changed

+76
-13
lines changed

.github/logo-dark.svg

Lines changed: 26 additions & 0 deletions
Loading

.github/logo-light.svg

Lines changed: 26 additions & 0 deletions
Loading

Examples/DemosApp/DemosApp.xcodeproj/project.pbxproj

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 77;
6+
objectVersion = 70;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -15,11 +15,7 @@
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 */
@@ -92,6 +88,7 @@
9288
};
9389
};
9490
buildConfigurationList = 740D22222CD3BECA006731A5 /* Build configuration list for PBXProject "DemosApp" */;
91+
compatibilityVersion = "Xcode 15.0";
9592
developmentRegion = en;
9693
hasScannedForEncodings = 0;
9794
knownRegions = (
@@ -103,7 +100,6 @@
103100
packageReferences = (
104101
740D22502CD3BF50006731A5 /* XCLocalSwiftPackageReference "../../../ComponentsKit" */,
105102
);
106-
preferredProjectObjectVersion = 77;
107103
productRefGroup = 740D22282CD3BECA006731A5 /* Products */;
108104
projectDirPath = "";
109105
projectRoot = "";

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
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

0 commit comments

Comments
 (0)