Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Cross-Platform-Entwicklung (https://www.delphipraxis.net/91-cross-platform-entwicklung/)
-   -   OSX Appstore Probleme (https://www.delphipraxis.net/182389-osx-appstore-probleme.html)

Peter666 21. Okt 2014 08:32

OSX Appstore Probleme
 
Hi,

gibt es derzeit eine Lösung wie man seine Mac Anwendung für den Appstore signiert? Die integrierte Variante von Embarcadero geht ja leider nicht mehr und manuell über:

Code:
sudo codesign -f -v -s "3rd Party Mac Developer Application" "MyApp.app" --deep
sudo productbuild --component "MyApp.app" /Applications --sign "3rd Party Mac Developer Installer" --product "MyApp.app/Contents/info.plist" MyApp.pkg
funktioniert zwar, aber der Apploader jammert das die "com.apple.security.app-sandbox" Variable in der entitlements fehlt. Ich habe nirgends etwas gefunden das die entitlements.plist nun in einem anderen Pfad liegen soll. Laut Apple sollten nun Libs unter Contents/Framework gespeichert werden. Wie soll das bei einer libcgunwind.1.0.dylib zum Beispiel funktionieren?

Mehr als folgende Infos habe ich leider nicht: https://developer.apple.com/library/...06/_index.html

Peter

arnof 24. Nov 2014 22:58

AW: OSX Appstore Probleme
 
die Signierung geht nun mit Xe7 SP1

Der Appaufbau ist gleich geblieben (bei emba), d.h. die dylib sind immer noch im MacOs Verzeichnis


Alle Zeitangaben in WEZ +1. Es ist jetzt 18:16 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz