-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathproject.yml
More file actions
44 lines (36 loc) · 885 Bytes
/
Copy pathproject.yml
File metadata and controls
44 lines (36 loc) · 885 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
37
38
39
40
41
42
43
44
name: IPAID
options:
bundleIdPrefix: com.shplash
deploymentTarget:
iOS: "15.0"
packages:
ZIPFoundation:
url: https://github.com/weichsel/ZIPFoundation.git
from: 0.9.19
targets:
IPAID:
type: application
platform: iOS
deploymentTarget: "15.0"
sources:
- App
dependencies:
- package: ZIPFoundation
settings:
PRODUCT_BUNDLE_IDENTIFIER: com.shplash.ipaid
PRODUCT_NAME: IPAID
INFOPLIST_FILE: App/Info.plist
SWIFT_VERSION: 5.0
CURRENT_PROJECT_VERSION: 111
MARKETING_VERSION: 1.1.1
info:
path: App/Info.plist
properties:
CFBundleShortVersionString: "1.1.1"
CFBundleVersion: "111"
UILaunchScreen: {}
UIApplicationSceneManifest:
UIApplicationSupportsMultipleScenes: false
scheme:
gatherCoverageData: false
testTargets: []