-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
36 lines (35 loc) · 761 Bytes
/
Copy pathproject.yml
File metadata and controls
36 lines (35 loc) · 761 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: MyApp
platform: [iOS]
options:
localPackagesGroup: "Kits"
settings:
DEVELOPMENT_TEAM: <DEVELOPMENT_TEAM>
base:
CURRENT_PROJECT_VERSION: 1
MARKETING_VERSION: 1.0
SWIFT_VERSION: "5.10"
IPHONEOS_DEPLOYMENT_TARGET: "16.0"
packages:
MyPackage:
path: "MyPackage"
targets:
MyApp:
type: application
platform: iOS
supportedDestinations: [iOS]
sources: [MyApp]
settings:
base:
devices: [iPhone, iPad]
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD: YES
DEVELOPMENT_TEAM: <DEVELOPMENT_TEAM>
PRODUCT_BUNDLE_IDENTIFIER: com.test.myapp32
info:
path: "./MyApp/Info.plist"
dependencies:
- package: MyPackage
schemes:
MyApp:
build:
targets:
MyApp: all