2023-12-11 17:54:54 +00:00
|
|
|
<?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>
|
2023-12-18 14:19:04 +00:00
|
|
|
<string>{{=it.product.bundleName}}</string>
|
2023-12-11 17:54:54 +00:00
|
|
|
|
|
|
|
<key>CFBundleExecutable</key>
|
2023-12-18 14:19:04 +00:00
|
|
|
<string>{{=it.product.bundleName}}</string>
|
2023-12-11 17:54:54 +00:00
|
|
|
|
|
|
|
</dict>
|
|
|
|
</plist>
|