a789495a98
FreeBSD Smoke / FreeBSD Smoke (x86_64) (push) Has been cancelled
CI / Quality Guardrails (push) Has been cancelled
CI / Build & Test (macos-latest) (push) Has been cancelled
CI / Build & Test (ubuntu-latest) (push) Has been cancelled
CI / Build & Test (windows-latest) (push) Has been cancelled
CI / Format (push) Has been cancelled
CI / PowerShell Syntax (push) Has been cancelled
CI / Windows Cross-Target Check (Linux) (push) Has been cancelled
38 lines
833 B
YAML
38 lines
833 B
YAML
name: JCodeMobile
|
|
options:
|
|
bundleIdPrefix: com.jcode
|
|
deploymentTarget:
|
|
iOS: "17.0"
|
|
generateEmptyDirectories: true
|
|
|
|
settings:
|
|
base:
|
|
SWIFT_VERSION: "6.0"
|
|
ENABLE_USER_SCRIPT_SANDBOXING: NO
|
|
|
|
packages:
|
|
JCodeKit:
|
|
path: .
|
|
|
|
targets:
|
|
JCodeMobile:
|
|
type: application
|
|
platform: iOS
|
|
sources:
|
|
- path: Sources/JCodeMobile
|
|
excludes:
|
|
- "**/.DS_Store"
|
|
settings:
|
|
base:
|
|
INFOPLIST_FILE: Sources/JCodeMobile/Info.plist
|
|
PRODUCT_BUNDLE_IDENTIFIER: com.jcode.mobile
|
|
MARKETING_VERSION: "2.0.0"
|
|
CURRENT_PROJECT_VERSION: 1
|
|
TARGETED_DEVICE_FAMILY: "1,2"
|
|
CODE_SIGN_STYLE: Automatic
|
|
DEVELOPMENT_TEAM: TAS6ARKDN7
|
|
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
|
|
dependencies:
|
|
- package: JCodeKit
|
|
product: JCodeKit
|