Skip to content

Commit

Permalink
skip: updated readme and using calver v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mani-sh-reddy committed Oct 29, 2023
1 parent c3b476d commit 75fc7f1
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 53 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/calver-increment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
fetch-depth: '0'

- name: Increment and tag with CalVer
uses: mani-sh-reddy/calver-increment@v1.0.0
uses: mani-sh-reddy/calver-increment@v1.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Binary file added Images/LunarAppIcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 0 additions & 44 deletions Images/LunarAppIcon.svg

This file was deleted.

Binary file removed Images/LunarForLemmyAppIcon4x.png
Binary file not shown.
Binary file removed Images/LunarGithubScreenshots.png
Binary file not shown.
Binary file added Images/LunarScreenshots.webp
Binary file not shown.
28 changes: 20 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,33 +5,48 @@
[![GitHub release](https://img.shields.io/github/v/release/mani-sh-reddy/Lunar-Lemmy-iOS)](https://github.com/mani-sh-reddy/Lunar-Lemmy-iOS/releases)

![GitHub issues](https://img.shields.io/github/issues/mani-sh-reddy/Lunar-Lemmy-iOS?logo=github)
![Static Badge](https://img.shields.io/badge/supports-iOS_15--17-lightgray)
[![Static Badge](https://img.shields.io/badge/Swift-5.8-orange?logo=swift&logoColor=orange)](https://www.swift.org/about/)
![Static Badge](https://img.shields.io/badge/supports-iOS_15+-lightgray)
[![Static Badge](https://img.shields.io/badge/SwiftUI-3.0-blue?logo=swift&logoColor=blue)
](https://developer.apple.com/xcode/swiftui/)
[![license: GPL v3](https://img.shields.io/badge/license-GPLv3-maroon.svg)](https://www.gnu.org/licenses/gpl-3.0)

Lunar is an iOS app that serves as a client for [Lemmy](https://join-lemmy.org/instances) and [Kbin](https://kbin.pub/en), the open-source federated alternatives to Reddit

![Lunar Github Screenshots](Images/LunarGithubScreenshots.png)
![Lunar Github Screenshots](Images/LunarScreenshots.webp)

</div>

## Getting Started

**Lunar is now on [TestFlight](https://testflight.apple.com/join/GEFCCQTb)!**
**Download Lunar beta on TestFlight - https://testflight.apple.com/join/GEFCCQTb**


## Package Dependencies

[Alamofire](https://github.com/Alamofire/Alamofire) - Elegant HTTP Networking in Swift

[Kingfisher](https://github.com/onevcat/Kingfisher) - A lightweight, pure-Swift library for downloading and caching images from the web.
[BetterSafariView](https://github.com/stleamist/BetterSafariView) - A better way to present a SFSafariViewController

[SwiftSoup](https://github.com/scinfu/SwiftSoup) - Pure Swift HTML Parser

[Defaults](https://github.com/sindresorhus/Defaults) - Swifty and modern UserDefaults

[KeychainAccess](https://github.com/kishikawakatsumi/KeychainAccess) - Simple Swift wrapper for Keychain

[LocalConsole](https://github.com/duraidabdul/LocalConsole) - In-app console and debug tools

[Nuke](https://github.com/kean/Nuke) - Image loading system

[Pulse](https://github.com/kean/Pulse) - Logging system

[Realm](https://github.com/realm/realm-swift) - Mobile database replacement for Core Data & SQLite

[SFSafeSymbols](https://github.com/SFSafeSymbols/SFSafeSymbols) - Access Apple's SF Symbols using static typing

[Shiny](https://github.com/maustinstar/shiny) - Simulate lighting and motion effects on color

[WhatsNewKit](https://github.com/SvenTiigi/WhatsNewKit) - Showcase your new app features


## Contributing

Expand All @@ -46,6 +61,3 @@ Lunar is released under the [GPL-3.0 license](https://choosealicense.com/license
## Contact

If you would like to give feedback or any suggestions, please open a [discussion](https://github.com/mani-sh-reddy/Lunar-Lemmy-iOS/discussions).



0 comments on commit 75fc7f1

Please sign in to comment.