forked from 1jehuang/jcode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
42 lines (39 loc) · 1003 Bytes
/
project.yml
File metadata and controls
42 lines (39 loc) · 1003 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
name: JCodeMobile
options:
bundleIdPrefix: com.jcode
deploymentTarget:
iOS: "17.0"
xcodeVersion: "26.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: "1.0.1"
CURRENT_PROJECT_VERSION: 1
TARGETED_DEVICE_FAMILY: "1,2"
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD: YES
CODE_SIGN_STYLE: Automatic
DEVELOPMENT_TEAM: TAS6ARKDN7
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
dependencies:
- package: JCodeKit
product: JCodeKit
entitlements:
path: Sources/JCodeMobile/JCodeMobile.entitlements
properties: {}