Skip to content

Commit

Permalink
TagLib: Fix framework Info.plist again
Browse files Browse the repository at this point in the history
The TagLib framework build process leaves several
key fields empty. This breaks App Store submission.

Fix it again. Dang.

Signed-off-by: Christopher Snowhill <[email protected]>
  • Loading branch information
kode54 committed Feb 18, 2025
1 parent 0f1be59 commit 122757b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 122757b

Please sign in to comment.