-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.yml
41 lines (40 loc) · 1.36 KB
/
project.yml
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
name: SimpleBudget
options:
bundleIdPrefix: dev.corybuecker
settings:
DEVELOPMENT_TEAM: ${DEVELOPMENT_TEAM}
targets:
simple-budget:
type: application
platform: iOS
deploymentTarget: "17.2"
supportedDestinations: [iOS]
settings:
ENABLE_USER_SCRIPT_SANDBOXING: true
TARGETED_DEVICE_FAMILY: 1 # 1: iPhone, iPod touch
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD: false
SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD: false
sources:
- path: Sources
info:
path: Sources/Info.plist
properties:
CFBundleDevelopmentRegion: en
CFBundleDisplayName: Simple Budget
CFBundleIdentifier: dev.corybuecker.simple-budget
CFBundleName: Budget
CFBundlePackageType: APPL
CFBundleShortVersionString: 1.0.3
CFBundleVersion: 1.0.3
ITSAppUsesNonExemptEncryption: false
LSApplicationCategoryType: public.app-category.finance
UIBackgroundModes: [remote-notification]
UILaunchScreen: {}
UIRequiresFullScreen: true
UISupportedInterfaceOrientations: [UIInterfaceOrientationPortrait]
entitlements:
path: Sources/simple-budget.entitlements
properties:
aps-environment: development
com.apple.developer.icloud-container-identifiers: [iCloud.dev.corybuecker.simple-budget]
com.apple.developer.icloud-services: [CloudKit]