Skip to content

Commit 65eadcd

Browse files
committed
update
1 parent fdcc954 commit 65eadcd

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

.gitignore

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
1-
.build/
2-
.swiftpm/
1+
/Meruru.app
2+
.DS_Store
3+
/.build
4+
/Packages
5+
/*.xcodeproj
6+
xcuserdata/
7+
DerivedData/
8+
.swiftpm/config/registries.json
9+
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
10+
.netrc

Bundler.toml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
format_version = 2
2+
3+
[apps.Meruru]
4+
product = "Meruru"
5+
version = "0.1.0"
6+
identifier = "net.castaneai.Meruru"
7+
minimum_macos_version = "14"

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,14 @@ A Simple [Mirakurun](https://github.com/Chinachu/Mirakurun)/[mirakc](https://git
1010

1111
## Build
1212

13-
Open `Package.swift` via Xcode.
13+
You can build Meruru using [Swift Bundler](https://swiftbundler.dev/) in macOS environment.
14+
15+
```shell
16+
swift build -c release
17+
swift bundler bundle -o . -c release -u
18+
cp -r .build/release/VLCKit.framework Meruru.app/Contents/Frameworks
19+
open Meruru.app
20+
```
1421

1522
## License
1623

0 commit comments

Comments
 (0)