Some checks failed
Cache: Publish Nix / Publish Nix Cache (push) Waiting to run
Build Rust / Cargo Test (push) Successful in 4m14s
Build Site / Next.js Build (push) Failing after 6s
Infra: OpenTofu / OpenTofu (grafana) (push) Successful in 5s
Lint Governance / BEP Metadata (push) Successful in 0s
Build: Android / Android Rust Core Stub (push) Failing after 23s
12 lines
411 B
Text
12 lines
411 B
Text
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>CFBundleName</key>
|
|
<string>$(INFOPLIST_KEY_CFBundleDisplayName)</string>
|
|
<key>SUFeedURL</key>
|
|
<string>$(BURROW_SPARKLE_FEED_URL)</string>
|
|
<key>SUPublicEDKey</key>
|
|
<string>$(BURROW_SPARKLE_PUBLIC_ED_KEY)</string>
|
|
</dict>
|
|
</plist>
|