Skip to content

Commit 266b3be

Browse files
committed
Reinstated the xcodegen file.
1 parent 1caa9e6 commit 266b3be

File tree

1 file changed

+102
-0
lines changed

1 file changed

+102
-0
lines changed

Sample/project.yml

+102
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
name: QuickStartSwiftUI
2+
3+
attributes:
4+
LastSwiftUpdateCheck: '1420'
5+
LastUpgradeCheck: '1250'
6+
7+
options:
8+
defaultConfig: Debug
9+
groupSortPosition: bottom
10+
transitivelyLinkDependencies: false
11+
12+
packages:
13+
SendbirdChatSDK:
14+
url: https://github.com/sendbird/sendbird-chat-sdk-ios
15+
from: 4.23.1
16+
SendbirdUIKit:
17+
url: https://github.com/sendbird/sendbird-uikit-ios-spm
18+
from: 3.29.2
19+
20+
schemes:
21+
QuickStartSwiftUI:
22+
analyze:
23+
config: Debug
24+
archive:
25+
config: Release
26+
build:
27+
targets:
28+
QuickStartSwiftUI:
29+
- running
30+
- testing
31+
- profiling
32+
- analyzing
33+
- archiving
34+
profile:
35+
config: Debug
36+
run:
37+
config: Debug
38+
39+
settingGroups:
40+
preset_generic:
41+
CODE_SIGN_STYLE: Automatic
42+
CURRENT_PROJECT_VERSION: '1'
43+
DEVELOPMENT_TEAM: RM4A5PXTUX
44+
FRAMEWORK_SEARCH_PATHS: ''
45+
IPHONEOS_DEPLOYMENT_TARGET: '15.0'
46+
LD_RUNPATH_SEARCH_PATHS: ["$(inherited)", "@executable_path/Frameworks", "@loader_path/Frameworks"]
47+
MARKETING_VERSION: '1.0.0'
48+
PRODUCT_NAME: "$(TARGET_NAME)"
49+
SDKROOT: iphoneos
50+
SWIFT_VERSION: '5.0'
51+
VERSION_INFO_PREFIX: ''
52+
VERSIONING_SYSTEM: apple-generic
53+
preset_all:
54+
groups:
55+
- preset_generic
56+
57+
targets:
58+
QuickStartSwiftUI:
59+
dependencies:
60+
- target: NotificationService
61+
- package: SendbirdChatSDK
62+
- package: SendbirdUIKit
63+
products:
64+
- SendbirdUIMessageTemplate
65+
- sdk: UserNotifications.framework
66+
platform: iOS
67+
productName: QuickStartSwiftUI
68+
settings:
69+
groups:
70+
- preset_all
71+
base:
72+
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME: AccentColor
73+
INFOPLIST_FILE: QuickStartSwiftUI/Assets/Info.plist
74+
PRODUCT_BUNDLE_IDENTIFIER: com.sendbird.swiftui.sample
75+
CODE_SIGN_ENTITLEMENTS: QuickStartSwiftUI/Assets/QuickStartSwiftUI.entitlements
76+
CODE_SIGN_IDENTITY: "Apple Development"
77+
SWIFT_ACTIVE_COMPILATION_CONDITIONS:
78+
- "$(inherited)"
79+
- SWIFTUI
80+
sources:
81+
- path: QuickStartSwiftUI
82+
- path: ../Sources/
83+
excludes:
84+
- Info.plist
85+
type: application
86+
NotificationService:
87+
platform: iOS
88+
productName: NotificationService
89+
settings:
90+
groups:
91+
- preset_all
92+
base:
93+
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME: AccentColor
94+
IPHONEOS_DEPLOYMENT_TARGET: '15.0'
95+
GENERATE_INFOPLIST_FILE: true
96+
INFOPLIST_FILE: NotificationService/Info.plist
97+
PRODUCT_BUNDLE_IDENTIFIER: com.sendbird.swiftui.sample.SwiftUINotificationService
98+
CODE_SIGN_ENTITLEMENTS: NotificationService/SwiftUINotificationService.entitlements
99+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER: 'YES'
100+
sources:
101+
- path: NotificationService
102+
type: app-extension

0 commit comments

Comments
 (0)