Skip to content

Commit e1fd47d

Browse files
committed
Update icon, logo and scripts
1 parent d8761c8 commit e1fd47d

23 files changed

Lines changed: 247 additions & 70 deletions

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v3
1717
- uses: maxim-lobanov/setup-xcode@v1
1818
with:
19-
xcode-version: '16.0'
19+
xcode-version: latest-stable
2020
- name: Build all platforms
2121
run: bash scripts/build.sh ${{ github.event.repository.name }}
2222
- name: Test iOS

.github/workflows/docc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ jobs:
3434
- name: Select Xcode version
3535
uses: maxim-lobanov/setup-xcode@v1
3636
with:
37-
xcode-version: '16.0'
37+
xcode-version: latest-stable
3838
- name: Build DocC
39-
run: bash scripts/docc.sh ${{ github.event.repository.name }} iOS
39+
run: bash scripts/docc.sh ${{ github.event.repository.name }}
4040
- name: Upload artifact
4141
uses: actions/upload-pages-artifact@v3
4242
with:
4343
path: '.build/docs-iOS'
4444
- id: deployment
4545
name: Deploy to GitHub Pages
46-
uses: actions/deploy-pages@v4
46+
uses: actions/deploy-pages@v4

README.md

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,16 @@
11
<p align="center">
2-
<img src ="Resources/Logo_GitHub.png" alt="StoreKitPlus Logo" title="StoreKitPlus" />
2+
<img src="Resources/Icon.png" alt="Project Icon" width="250" />
33
</p>
44

55
<p align="center">
66
<img src="https://img.shields.io/github/v/release/danielsaidi/StoreKitPlus?color=%2300550&sort=semver" alt="Version" />
77
<img src="https://img.shields.io/badge/Swift-6.0-orange.svg" alt="Swift 6.0" />
8-
<img src="https://img.shields.io/badge/platform-SwiftUI-blue.svg" alt="Swift UI" title="Swift UI" />
8+
<a href="https://danielsaidi.github.io/StoreKitPlus"><img src="https://img.shields.io/badge/documentation-web-blue.svg" alt="Documentation" /></a>
99
<img src="https://img.shields.io/github/license/danielsaidi/StoreKitPlus" alt="MIT License" />
10-
<a href="https://twitter.com/danielsaidi">
11-
<img src="https://img.shields.io/twitter/url?label=Twitter&style=social&url=https%3A%2F%2Ftwitter.com%2Fdanielsaidi" alt="Twitter: @danielsaidi" title="Twitter: @danielsaidi" />
12-
</a>
13-
<a href="https://mastodon.social/@danielsaidi">
14-
<img src="https://img.shields.io/mastodon/follow/000253346?label=mastodon&style=social" alt="Mastodon: @[email protected]" title="Mastodon: @[email protected]" />
15-
</a>
1610
</p>
1711

1812

19-
## About StoreKitPlus
13+
# StoreKitPlus
2014

2115
StoreKitPlus is a Swift SDK that makes it easy to integrate with StoreKit 2.
2216

@@ -59,9 +53,9 @@ Your support makes it possible for me to put more work into these projects and m
5953
Feel free to reach out if you have questions or if you want to contribute in any way:
6054

6155
* Website: [danielsaidi.com][Website]
62-
* Mastodon: [@danielsaidi@mastodon.social][Mastodon]
63-
* Twitter: [@danielsaidi][Twitter]
6456
* E-mail: [[email protected]][Email]
57+
* Bluesky: [@danielsaidi@bsky.social][Bluesky]
58+
* Mastodon: [@danielsaidi@mastodon.social][Mastodon]
6559

6660

6761

@@ -71,15 +65,15 @@ StoreKitPlus is available under the MIT license. See the [LICENSE][License] file
7165

7266

7367
[Email]: mailto:[email protected]
74-
7568
[Website]: https://danielsaidi.com
7669
[GitHub]: https://github.com/danielsaidi
77-
[Twitter]: https://twitter.com/danielsaidi
78-
[Mastodon]: https://mastodon.social/@danielsaidi
7970
[OpenSource]: https://danielsaidi.com/opensource
8071
[Sponsors]: https://github.com/sponsors/danielsaidi
8172

73+
[Bluesky]: https://bsky.app/profile/danielsaidi.bsky.social
74+
[Mastodon]: https://mastodon.social/@danielsaidi
75+
[Twitter]: https://twitter.com/danielsaidi
76+
8277
[Documentation]: https://danielsaidi.github.io/StoreKitPlus
8378
[Getting-Started]: https://danielsaidi.github.io/StoreKitPlus/documentation/storekitplus/getting-started
84-
8579
[License]: https://github.com/danielsaidi/StoreKitPlus/blob/master/LICENSE

Resources/Icon-ios.png

-93.4 KB
Binary file not shown.

Resources/Icon-macos.png

-90.5 KB
Binary file not shown.

Resources/Icon.png

24.2 KB
Loading

Resources/Logo.png

-104 KB
Binary file not shown.

Resources/Logo_GitHub.png

-105 KB
Binary file not shown.
154 KB
Loading

package-version.sh

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)