![]() |
The Info.plist indicates a Mac app, but submitting an ipa.
Hallo,
heute wollte ich eine Anwendung aktualisieren und der Application Loader meldet: The Info.plist indicates a Mac app, but submitting an ipa. The Info.plist in the package must contain the CFBundleShortVersionString key. Hat jemand zufällig eine Idee woran das liegen kann? Christian |
AW: The Info.plist indicates a Mac app, but submitting an ipa.
|
AW: The Info.plist indicates a Mac app, but submitting an ipa.
Der Link bringt mir leider nichts, da ich erst einen Account öffnen müsste. Könntest die Antwort direkt posten?
|
AW: The Info.plist indicates a Mac app, but submitting an ipa.
Zitat:
Zitat:
|
AW: The Info.plist indicates a Mac app, but submitting an ipa.
Ja, im Prinzip brauchst du nur die info.plist.TemplateOSX.xml von dem jeweiligen Projekt wie folgt zu ändern:
Code:
Außerdem, muss bei CFBundleShortVersionString ein Versionswert hinzugefügt werden. Quasi sowas wie ne fortlaufende Buildnummer.
<?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>CFBundleSupportedPlatforms</key> <array> <string>MacOSX</string> </array> <%VersionInfoPListKeys%> <%ExtraInfoPListKeys%> </dict> </plist> |
Alle Zeitangaben in WEZ +1. Es ist jetzt 23:01 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz