Skip to content

Commit 6bbe269

Browse files
committed
Revert "update thing"
This reverts commit 76d23e2.
1 parent 76d23e2 commit 6bbe269

2 files changed

Lines changed: 38 additions & 11 deletions

File tree

.github/workflows/build-JS.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: Build and Release IPA
2+
on:
3+
push:
4+
branches:
5+
- Sora-JSCore
6+
jobs:
7+
build:
8+
name: Build IPA
9+
runs-on: macOS-latest
10+
steps:
11+
- name: Use Node.js 20
12+
uses: actions/setup-node@v4
13+
with:
14+
node-version: '20'
15+
16+
- name: Checkout code
17+
uses: actions/checkout@v4
18+
19+
- name: Run ipabuild.sh
20+
run: |
21+
chmod +x ipabuild.sh
22+
./ipabuild.sh
23+
24+
- name: Upload IPA artifact
25+
uses: actions/upload-artifact@v4
26+
with:
27+
name: Sora-IPA
28+
path: build/Sora.ipa
29+
compression-level: 0

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
<img src="https://raw.githubusercontent.com/cranci1/Sora/refs/heads/main/assets/Sora_banner.png" width="500px">
66

7-
[![Build and Release IPA](https://github.com/cranci1/Sora/actions/workflows/build.yml/badge.svg)](https://github.com/cranci1/Sora/actions/workflows/build.yml) [![Platform](https://img.shields.io/badge/Platform-iOS%20%7C%20iPadOS%2015.0%2B%20%26%20macOS%2012.0%2B-red?logo=apple&logoColor=white)](https://img.shields.io/badge/Platform-iOS%20%7C%20iPadOS%2015.0%2B%20%26%20macOS%2012.0%2B-red?logo=apple&logoColor=white) [![Discord](https://img.shields.io/discord/1293430817841741899.svg?logo=discord&color=blue)](https://discord.gg/XR3SrmUbpd)
7+
[![Build and Release IPA](https://github.com/cranci1/Sora/actions/workflows/build.yml/badge.svg)](https://github.com/cranci1/Sora/actions/workflows/build.yml) [![Discord](https://img.shields.io/discord/1293430817841741899.svg?logo=discord&color=blue)](https://discord.gg/XR3SrmUbpd) [![Platform](https://img.shields.io/badge/Platform-iOS%20%7C%20iPadOS%2015.0%2B%20%26%20macOS%2012.0%2B-red?logo=apple&logoColor=white)](https://img.shields.io/badge/Platform-iOS%20%7C%20iPadOS%2015.0%2B%20%26%20macOS%2012.0%2B-red?logo=apple&logoColor=white)
88

9-
A modular web scraping app, **Still in early builds** under the GPLv3.0 License
9+
A modular web scraping app, under the GPLv3.0 License
1010

1111
</div>
1212

@@ -21,36 +21,34 @@ A modular web scraping app, **Still in early builds** under the GPLv3.0 License
2121
## Features
2222

2323
- [x] iOS/iPadOS 15+ support
24-
- [x] macOS 12+ support
25-
- [x] JSON module support
24+
- [ ] macOS support
2625
- [ ] JavaScript module support
2726

2827
## Frequently Asked Questions
2928

3029
1. **What is Sora?**
31-
- Sora is a modular web scraping app designed to work exclusively with modules.
30+
Sora is a module based web scraping app, made to work with modules only
3231

3332
2. **Is Sora safe?**
34-
- Yes, Sora is open-source and does not store user data on external servers.
33+
Yes, Sora is open-source and does not store user data on external servers.
3534

3635
3. **Will Sora ever be paid?**
37-
- No, Sora will always remain free, with no subscriptions, paid content, or required logins.
36+
No, Sora will always remain free without subscriptions, paid content, or any type of login.
3837

39-
4. **Where can I get modules?**
40-
- I do not provide any modules for the app. Search for them on google or elsewhere. I only created 1 module to watch videos of my school.
38+
4. **How can i get module?**
39+
I do not provide any module for the app. Search for them on google or i dont know. I only created 1 module to watch videos of my school.
4140

4241
## Acknowledgements
4342

4443
FrameWorks:
45-
- [SwiftSoup](https://github.com/scinfu/SwiftSoup) - MIT License
4644
- [KingFisher](https://github.com/onevcat/Kingfisher) - MIT License
4745

4846
## License
4947

5048
This project is licensed under the [GNU General Public License v3.0](LICENSE).
5149

5250
```
53-
Copyright © 2024 cranci. All rights reserved.
51+
Copyright © 2024-2025 cranci. All rights reserved.
5452
5553
Sora is free software: you can redistribute it and/or modify
5654
it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)