-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathproject.yml
60 lines (57 loc) · 1.75 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
59
60
name: SuperwallKit
options:
bundleIdentifer: com.superwall
packages:
Superscript:
url: https://github.com/superwall/Superscript-iOS
exactVersion: "0.1.16"
targets:
SuperwallKit:
scheme:
testTargets:
- name: SuperwallKitTests
commandLineArguments:
SUPERWALL_UNIT_TESTS: true
settings:
PRODUCT_BUNDLE_IDENTIFIER: "com.superwall.SuperwallKit"
info:
path: SuperwallKit.xcodeproj/SuperwallKit_Info.plist
properties:
CFBundleDevelopmentRegion: en
CFBundleExecutable: "$(EXECUTABLE_NAME)"
CFBundleIdentifier: "$(PRODUCT_BUNDLE_IDENTIFIER)"
CFBundleInfoDictionaryVersion: "6.0"
CFBundleName: "$(PRODUCT_NAME)"
CFBundlePackageType: "FMWK"
CFBundleShortVersionString: "1.0"
CFBundleSignature: ????
CFBundleVersion: "$(CURRENT_PROJECT_VERSION)"
NSPrincipalClass: ""
type: framework
platform: iOS
deploymentTarget: "13.0"
sources: [Sources/]
dependencies:
- package: Superscript
SuperwallKitTests:
scheme: {}
sources: [Tests/]
type: bundle.unit-test
platform: iOS
dependencies:
- target: SuperwallKit
settings:
PRODUCT_BUNDLE_IDENTIFIER: "com.superwall.SuperwallTests"
info:
path: SuperwallKit.xcodeproj/SuperwallTests_Info.plist
properties:
CFBundleDevelopmentRegion: en
CFBundleExecutable: "$(EXECUTABLE_NAME)"
CFBundleIdentifier: "$(PRODUCT_BUNDLE_IDENTIFIER)"
CFBundleInfoDictionaryVersion: "6.0"
CFBundleName: "$(PRODUCT_NAME)"
CFBundlePackageType: "FMWK"
CFBundleShortVersionString: "1.0"
CFBundleSignature: ????
CFBundleVersion: "$(CURRENT_PROJECT_VERSION)"
NSPrincipalClass: ""