forked from jackpooleybc/MetadataHDWalletKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
36 lines (29 loc) · 661 Bytes
/
Copy pathproject.yml
File metadata and controls
36 lines (29 loc) · 661 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
name: Example
options:
bundleIDPrefix: com.example
deploymentTarget:
iOS: 15.0
packages:
MetadataHDWalletKit:
path: ../MetadataHDWalletKit
targets:
MetadataHDWalletKitExample:
platform: iOS
type: application
info:
path: Example/Info.plist
properties:
UILaunchScreen:
sources:
- path: ./Example/App.swift
dependencies:
- package: MetadataHDWalletKit
settings:
base:
TARGETED_DEVICE_FAMILY: 1
PRODUCT_BUNDLE_IDENTIFIER: com.example.MetadataHDWalletKit
schemes:
MetadataHDWalletKitExample:
build:
targets:
MetadataHDWalletKitExample: all