-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
205 lines (197 loc) · 6.28 KB
/
project.yml
File metadata and controls
205 lines (197 loc) · 6.28 KB
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
name: MeshTalk
options:
bundleIdPrefix: chat.meshtalk
deploymentTarget:
iOS: 16.0
macOS: 13.0
createIntermediateGroups: true
settings:
MARKETING_VERSION: 1.0.0
CURRENT_PROJECT_VERSION: 1
targets:
MeshTalk_iOS:
type: application
platform: iOS
sources:
- MeshTalk
resources:
- MeshTalk/Assets.xcassets
- MeshTalk/LaunchScreen.storyboard
info:
path: MeshTalk/Info.plist
properties:
CFBundleDisplayName: MeshTalk
CFBundleShortVersionString: $(MARKETING_VERSION)
CFBundleVersion: $(CURRENT_PROJECT_VERSION)
NSBluetoothAlwaysUsageDescription: MeshTalk uses Bluetooth to create a secure mesh network for chatting with nearby users.
NSBluetoothPeripheralUsageDescription: MeshTalk uses Bluetooth to discover and connect with other MeshTalk users nearby.
UIBackgroundModes:
- bluetooth-central
- bluetooth-peripheral
UILaunchStoryboardName: LaunchScreen
UISupportedInterfaceOrientations:
- UIInterfaceOrientationPortrait
UISupportedInterfaceOrientations~ipad:
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationPortraitUpsideDown
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
UIRequiresFullScreen: false
CFBundleURLTypes:
- CFBundleURLSchemes:
- meshtalk
settings:
PRODUCT_BUNDLE_IDENTIFIER: chat.meshtalk
PRODUCT_NAME: MeshTalk
INFOPLIST_FILE: MeshTalk/Info.plist
ENABLE_PREVIEWS: YES
SWIFT_VERSION: 5.0
IPHONEOS_DEPLOYMENT_TARGET: 16.0
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD: YES
CODE_SIGN_STYLE: Automatic
CODE_SIGNING_REQUIRED: YES
CODE_SIGNING_ALLOWED: YES
DEVELOPMENT_TEAM: L3N5LHJD5Y
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS: YES
CODE_SIGN_ENTITLEMENTS: MeshTalk/MeshTalk.entitlements
dependencies:
- target: MeshTalkShareExtension
embed: true
MeshTalk_macOS:
type: application
platform: macOS
sources:
- MeshTalk
resources:
- MeshTalk/Assets.xcassets
info:
path: MeshTalk/Info.plist
properties:
CFBundleDisplayName: MeshTalk
CFBundleShortVersionString: $(MARKETING_VERSION)
CFBundleVersion: $(CURRENT_PROJECT_VERSION)
LSMinimumSystemVersion: $(MACOSX_DEPLOYMENT_TARGET)
NSBluetoothAlwaysUsageDescription: MeshTalk uses Bluetooth to create a secure mesh network for chatting with nearby users.
NSBluetoothPeripheralUsageDescription: MeshTalk uses Bluetooth to discover and connect with other MeshTalk users nearby.
CFBundleURLTypes:
- CFBundleURLSchemes:
- meshtalk
settings:
PRODUCT_BUNDLE_IDENTIFIER: chat.meshtalk
PRODUCT_NAME: MeshTalk
INFOPLIST_FILE: MeshTalk/Info.plist
ENABLE_PREVIEWS: YES
SWIFT_VERSION: 5.0
MACOSX_DEPLOYMENT_TARGET: 13.0
CODE_SIGN_STYLE: Automatic
CODE_SIGNING_REQUIRED: YES
CODE_SIGNING_ALLOWED: YES
DEVELOPMENT_TEAM: L3N5LHJD5Y
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS: YES
CODE_SIGN_ENTITLEMENTS: MeshTalk/MeshTalk-macOS.entitlements
MeshTalkShareExtension:
type: app-extension
platform: iOS
sources:
- MeshTalkShareExtension
info:
path: MeshTalkShareExtension/Info.plist
properties:
CFBundleDisplayName: MeshTalk
CFBundleShortVersionString: $(MARKETING_VERSION)
CFBundleVersion: $(CURRENT_PROJECT_VERSION)
NSExtension:
NSExtensionPointIdentifier: com.apple.share-services
NSExtensionPrincipalClass: $(PRODUCT_MODULE_NAME).ShareViewController
NSExtensionAttributes:
NSExtensionActivationRule:
NSExtensionActivationSupportsText: true
NSExtensionActivationSupportsWebURLWithMaxCount: 1
NSExtensionActivationSupportsImageWithMaxCount: 1
settings:
PRODUCT_BUNDLE_IDENTIFIER: chat.meshtalk.ShareExtension
INFOPLIST_FILE: MeshTalkShareExtension/Info.plist
SWIFT_VERSION: 5.0
IPHONEOS_DEPLOYMENT_TARGET: 16.0
CODE_SIGN_STYLE: Automatic
CODE_SIGNING_REQUIRED: YES
CODE_SIGNING_ALLOWED: YES
DEVELOPMENT_TEAM: L3N5LHJD5Y
CODE_SIGN_ENTITLEMENTS: MeshTalkShareExtension/MeshTalkShareExtension.entitlements
CODE_SIGN_ALLOW_ENTITLEMENTS_MODIFICATION: YES
MeshTalkTests_iOS:
type: bundle.unit-test
platform: iOS
sources:
- MeshTalkTests
dependencies:
- target: MeshTalk_iOS
settings:
PRODUCT_BUNDLE_IDENTIFIER: chat.meshtalk.tests
INFOPLIST_FILE: MeshTalkTests/Info.plist
SWIFT_VERSION: 5.0
IPHONEOS_DEPLOYMENT_TARGET: 16.0
TEST_HOST: $(BUILT_PRODUCTS_DIR)/MeshTalk.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/MeshTalk
BUNDLE_LOADER: $(TEST_HOST)
CODE_SIGN_STYLE: Automatic
CODE_SIGNING_REQUIRED: YES
CODE_SIGNING_ALLOWED: YES
DEVELOPMENT_TEAM: L3N5LHJD5Y
MeshTalkTests_macOS:
type: bundle.unit-test
platform: macOS
sources:
- MeshTalkTests
dependencies:
- target: MeshTalk_macOS
settings:
PRODUCT_BUNDLE_IDENTIFIER: chat.meshtalk.tests
INFOPLIST_FILE: MeshTalkTests/Info.plist
SWIFT_VERSION: 5.0
MACOSX_DEPLOYMENT_TARGET: 13.0
TEST_HOST: $(BUILT_PRODUCTS_DIR)/MeshTalk.app/Contents/MacOS/MeshTalk
BUNDLE_LOADER: $(TEST_HOST)
CODE_SIGN_STYLE: Automatic
CODE_SIGNING_REQUIRED: YES
CODE_SIGNING_ALLOWED: YES
DEVELOPMENT_TEAM: L3N5LHJD5Y
schemes:
MeshTalk (iOS):
build:
targets:
MeshTalk_iOS: all
MeshTalkShareExtension: all
run:
config: Debug
executable: MeshTalk_iOS
test:
config: Debug
targets:
- MeshTalkTests_iOS
profile:
config: Release
executable: MeshTalk_iOS
analyze:
config: Debug
archive:
config: Release
MeshTalk (macOS):
build:
targets:
MeshTalk_macOS: all
run:
config: Debug
executable: MeshTalk_macOS
test:
config: Debug
targets:
- MeshTalkTests_macOS
profile:
config: Release
executable: MeshTalk_macOS
analyze:
config: Debug
archive:
config: Release