TagLib: Fix framework Info.plist
The TagLib framework build process leaves several key fields empty. This breaks App Store submission. Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
parent
034b0d20b8
commit
f3d3a5ca4e
1 changed files with 3 additions and 3 deletions
|
@ -9,11 +9,11 @@
|
|||
<key>CFBundleIconFile</key>
|
||||
<string></string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string></string>
|
||||
<string>org.taglib.tag</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string></string>
|
||||
<string>tag</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleSignature</key>
|
||||
|
@ -21,7 +21,7 @@
|
|||
<key>CFBundleVersion</key>
|
||||
<string></string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string></string>
|
||||
<string>2.0.2</string>
|
||||
<key>CSResourcesFileMapped</key>
|
||||
<true/>
|
||||
</dict>
|
||||
|
|
Loading…
Reference in a new issue