forked from fritob/Camper-Monitor
Komplikation: andere Bundle-Kennung, die alte war bei Apple vergeben
Beim Registrieren lehnte Apple `…watchkitapp.complication` ab: „cannot be registered to your development team because it is not available." Das heisst dort immer, die Kennung gehört bereits jemandem – vergebene Kennungen gibt Apple nie wieder frei, auch nicht nach dem Löschen. Jetzt `…watchkitapp.levelwidget`. An der Erweiterung hing noch nichts, das kostet also nichts. Der Anfang muss die Kennung der Watch-App bleiben, das verlangt iOS für App-Erweiterungen; frei wählbar ist nur der letzte Teil. Geprüft: Bau läuft durch, die Erweiterung trägt die neue Kennung und den Erweiterungspunkt com.apple.widgetkit-extension. Auf der Uhr liegt sie samt Watch-App und startet. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
@@ -512,7 +512,7 @@
|
||||
"@executable_path/../../Frameworks",
|
||||
);
|
||||
MARKETING_VERSION = 1.0;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = de.fritob.CamperMonitor.watchkitapp.complication;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = de.fritob.CamperMonitor.watchkitapp.levelwidget;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SDKROOT = watchos;
|
||||
SKIP_INSTALL = YES;
|
||||
@@ -541,7 +541,7 @@
|
||||
"@executable_path/../../Frameworks",
|
||||
);
|
||||
MARKETING_VERSION = 1.0;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = de.fritob.CamperMonitor.watchkitapp.complication;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = de.fritob.CamperMonitor.watchkitapp.levelwidget;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SDKROOT = watchos;
|
||||
SKIP_INSTALL = YES;
|
||||
|
||||
Reference in New Issue
Block a user