-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.yml
58 lines (53 loc) · 1.54 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
APP_NAME: &APP_NAME YouStodial
DEVELOPMENT_TEAM: &DEVELOPMENT_TEAM 5V5EUT3ZXJ
BUNDLE_ID_PREFIX: &BUNDLE_ID_PREFIX com.programyzer
settings:
base:
CURRENT_PROJECT_VERSION: 1
MARKETING_VERSION: "0.1"
DEVELOPMENT_TEAM: *DEVELOPMENT_TEAM
packages:
swift-composable-architecture:
url: https://github.com/pointfreeco/swift-composable-architecture
from: 1.15.0
stellarsdk:
url: https://github.com/Soneso/stellar-ios-mac-sdk
from: 2.6.6
KeychainAccess:
url: https://github.com/kishikawakatsumi/KeychainAccess
from: 4.2.2
WalletsUI:
path: ./Targets/WalletsUI
name: *APP_NAME
options:
bundleIdPrefix: *BUNDLE_ID_PREFIX
developmentLanguage: en
deploymentTarget:
iOS: 17.0
targets:
*APP_NAME:
type: application
platform: iOS
sources:
- path: iOS
- path: Shared
info:
path: iOS/Info.plist
properties:
CFBundlePackageType: $(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString: "$(MARKETING_VERSION)"
CFBundleVersion: $(CURRENT_PROJECT_VERSION)
UISupportedInterfaceOrientations: [UIInterfaceOrientationPortrait]
UILaunchStoryboardName: LaunchScreen
settings:
base:
TARGETED_DEVICE_FAMILY: 1
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD: false
CODE_SIGN_ENTITLEMENTS: iOS/iOS.entitlements
dependencies:
- package: stellarsdk
product: stellarsdk
- package: swift-composable-architecture
product: ComposableArchitecture
- package: WalletsUI
- package: KeychainAccess