diff --git a/ios/project.yml b/ios/project.yml index 55215ca..b860d2a 100644 --- a/ios/project.yml +++ b/ios/project.yml @@ -25,6 +25,10 @@ targets: base: INFOPLIST_FILE: Sources/Info.plist PRODUCT_BUNDLE_IDENTIFIER: com.scarriffle.projectgood + # Signing: automatisch verwaltet. Wer mit einem anderen Apple-Konto baut, + # traegt hier seine Team-ID ein (Xcode: Signing & Capabilities -> Team). + CODE_SIGN_STYLE: Automatic + DEVELOPMENT_TEAM: PP34X97WS3 MARKETING_VERSION: "1.0" TARGETED_DEVICE_FAMILY: "1,2" SWIFT_VERSION: "5.9"