-
Notifications
You must be signed in to change notification settings - Fork 74
/
Copy pathproject.yml
92 lines (88 loc) · 2.4 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
name: QuickStart
options:
defaultConfig: Debug
groupSortPosition: bottom
transitivelyLinkDependencies: false
packages:
SendbirdChatSDK:
url: https://github.com/sendbird/sendbird-chat-sdk-ios
from: 4.25.0
SendbirdUIKit:
url: https://github.com/sendbird/sendbird-uikit-ios-spm
from: 3.30.1
schemes:
QuickStart:
analyze:
config: Debug
archive:
config: Release
build:
targets:
QuickStart:
- running
- testing
- profiling
- analyzing
- archiving
profile:
config: Debug
run:
config: Debug
settingGroups:
preset_generic:
CODE_SIGN_STYLE: Automatic
CURRENT_PROJECT_VERSION: '1'
FRAMEWORK_SEARCH_PATHS: ''
IPHONEOS_DEPLOYMENT_TARGET: '13.0'
LD_RUNPATH_SEARCH_PATHS: ["$(inherited)", "@executable_path/Frameworks", "@loader_path/Frameworks"]
MARKETING_VERSION: '3.30.1'
PRODUCT_NAME: "$(TARGET_NAME)"
SDKROOT: iphoneos
SWIFT_VERSION: '5.0'
VERSION_INFO_PREFIX: ''
VERSIONING_SYSTEM: apple-generic
preset_all:
groups:
- preset_generic
targets:
QuickStart:
dependencies:
- target: NotificationService
- package: SendbirdChatSDK
- package: SendbirdUIKit
products:
- SendbirdUIMessageTemplate
- sdk: UserNotifications.framework
platform: iOS
productName: QuickStart
settings:
groups:
- preset_all
base:
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME: AccentColor
INFOPLIST_FILE: QuickStart/Info.plist
PRODUCT_BUNDLE_IDENTIFIER: com.sendbird.uikit.sample
CODE_SIGN_ENTITLEMENTS: QuickStart/QuickStart.entitlements
CODE_SIGN_IDENTITY: "Apple Development"
sources:
- path: QuickStart
- path: ../Sources/
excludes:
- Info.plist
type: application
NotificationService:
platform: iOS
productName: NotificationService
settings:
groups:
- preset_all
base:
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME: AccentColor
GENERATE_INFOPLIST_FILE: true
INFOPLIST_FILE: NotificationService/Info.plist
PRODUCT_BUNDLE_IDENTIFIER: com.sendbird.uikit.sample.NotificationService
CODE_SIGN_ENTITLEMENTS: NotificationService/NotificationService.entitlements
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER: 'YES'
sources:
- path: NotificationService
type: app-extension