File tree 3 files changed +25
-3
lines changed
3 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change
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"
Original file line number Diff line number Diff line change @@ -10,7 +10,14 @@ A Simple [Mirakurun](https://github.com/Chinachu/Mirakurun)/[mirakc](https://git
10
10
11
11
## Build
12
12
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
+ ```
14
21
15
22
## License
16
23
You can’t perform that action at this time.
0 commit comments