TagLib: Fix framework Info.plist again
The TagLib framework build process leaves several key fields empty. This breaks App Store submission. Fix it again. Dang. Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
parent
0fd4c327e4
commit
293a159116
1 changed files with 4 additions and 4 deletions
|
@ -9,19 +9,19 @@
|
|||
<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>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string></string>
|
||||
<string>2.0.2</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string></string>
|
||||
<string>2.0.2</string>
|
||||
<key>CSResourcesFileMapped</key>
|
||||
<true/>
|
||||
</dict>
|
||||
|
|
Loading…
Reference in a new issue