-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
25 lines (25 loc) · 736 Bytes
/
Copy pathproject.yml
File metadata and controls
25 lines (25 loc) · 736 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
name: GiftGenieExample
options:
bundleIdPrefix: com.artemnovichkov
deploymentTarget:
iOS: "27.0"
packages:
ClaudeForFoundationModels:
url: https://github.com/anthropics/ClaudeForFoundationModels.git
from: 0.1.0
targets:
GiftGenieExample:
type: application
platform: iOS
sources:
- GiftGenieExample
dependencies:
- package: ClaudeForFoundationModels
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.artemnovichkov.GiftGenieExample
GENERATE_INFOPLIST_FILE: YES
INFOPLIST_KEY_UILaunchScreen_Generation: YES
INFOPLIST_KEY_UISupportedInterfaceOrientations: UIInterfaceOrientationPortrait
SWIFT_VERSION: "5.0"
TARGETED_DEVICE_FAMILY: "1"