mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
5 lines
197 B
Bash
Executable file
5 lines
197 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
xcrun actool --app-icon AppIcon $(pwd)/Assets.xcassets --compile . --platform macosx --minimum-deployment-target 13.0 --target-device mac --output-partial-info-plist /dev/null
|