Deploy Ladill Mini / deploy (push) Successful in 35s
Ship full-featured mobile clients with auth, payments, QRs, push notifications, and iOS polish including Figtree typography, app icons, and QR previews. Co-authored-by: Cursor <cursoragent@cursor.com>
57 lines
1.4 KiB
YAML
57 lines
1.4 KiB
YAML
name: LadillMini
|
|
options:
|
|
bundleIdPrefix: com.ladill
|
|
deploymentTarget:
|
|
iOS: "17.0"
|
|
xcodeVersion: "15.0"
|
|
packages:
|
|
Firebase:
|
|
url: https://github.com/firebase/firebase-ios-sdk
|
|
from: 11.0.0
|
|
settings:
|
|
base:
|
|
SWIFT_VERSION: "5.9"
|
|
DEVELOPMENT_TEAM: ""
|
|
MARKETING_VERSION: "1.0"
|
|
CURRENT_PROJECT_VERSION: "1"
|
|
targets:
|
|
LadillMini:
|
|
type: application
|
|
platform: iOS
|
|
sources:
|
|
- path: LadillMini
|
|
excludes:
|
|
- "**/.DS_Store"
|
|
dependencies:
|
|
- package: Firebase
|
|
product: FirebaseCore
|
|
- package: Firebase
|
|
product: FirebaseMessaging
|
|
settings:
|
|
base:
|
|
PRODUCT_BUNDLE_IDENTIFIER: com.ladill.mini
|
|
INFOPLIST_FILE: LadillMini/Resources/Info.plist
|
|
CODE_SIGN_ENTITLEMENTS: LadillMini/Resources/LadillMini.entitlements
|
|
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
|
|
CODE_SIGN_STYLE: Automatic
|
|
TARGETED_DEVICE_FAMILY: "1,2"
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS: DEBUG
|
|
configs:
|
|
Debug:
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS: DEBUG
|
|
Release:
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS: ""
|
|
configFiles:
|
|
Debug: LadillMini/Resources/Config/Debug.xcconfig
|
|
Release: LadillMini/Resources/Config/Release.xcconfig
|
|
|
|
schemes:
|
|
LadillMini:
|
|
build:
|
|
targets:
|
|
LadillMini: all
|
|
run:
|
|
config: Debug
|
|
archive:
|
|
config: Release
|