|
3 | 3 | archiveVersion = 1;
|
4 | 4 | classes = {
|
5 | 5 | };
|
6 |
| - objectVersion = 46; |
| 6 | + objectVersion = 54; |
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + 6B63F16A2BC3560300F89DEE /* ParseLiveQuery in Frameworks */ = {isa = PBXBuildFile; productRef = 6B63F1692BC3560300F89DEE /* ParseLiveQuery */; }; |
10 | 11 | F509D5291CA9E53D007B15B0 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = F59F85B61C9BB4B600566A29 /* Message.swift */; };
|
11 | 12 | F509D52A1CA9E53D007B15B0 /* Room.swift in Sources */ = {isa = PBXBuildFile; fileRef = F59F85B71C9BB4B600566A29 /* Room.swift */; };
|
12 | 13 | F509D52B1CA9E53D007B15B0 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = F59F85AF1C9BB48200566A29 /* main.swift */; };
|
|
57 | 58 | isa = PBXFrameworksBuildPhase;
|
58 | 59 | buildActionMask = 2147483647;
|
59 | 60 | files = (
|
| 61 | + 6B63F16A2BC3560300F89DEE /* ParseLiveQuery in Frameworks */, |
60 | 62 | );
|
61 | 63 | runOnlyForDeploymentPostprocessing = 0;
|
62 | 64 | };
|
|
128 | 130 | dependencies = (
|
129 | 131 | );
|
130 | 132 | name = LiveQueryDemo;
|
| 133 | + packageProductDependencies = ( |
| 134 | + 6B63F1692BC3560300F89DEE /* ParseLiveQuery */, |
| 135 | + ); |
131 | 136 | productName = AppKitDemo;
|
132 | 137 | productReference = F509D5171CA9E4AE007B15B0 /* LiveQueryDemo.app */;
|
133 | 138 | productType = "com.apple.product-type.application";
|
|
235 | 240 | CODE_SIGN_IDENTITY = "-";
|
236 | 241 | COMBINE_HIDPI_IMAGES = YES;
|
237 | 242 | INFOPLIST_FILE = "$(SRCROOT)/LiveQueryDemo/Info.plist";
|
238 |
| - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; |
| 243 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 244 | + "$(inherited)", |
| 245 | + "@executable_path/../Frameworks", |
| 246 | + ); |
239 | 247 | MACOSX_DEPLOYMENT_TARGET = 10.15;
|
240 | 248 | PRODUCT_BUNDLE_IDENTIFIER = com.parse.LiveQueryDemo;
|
241 | 249 | PRODUCT_NAME = "$(TARGET_NAME)";
|
|
251 | 259 | CODE_SIGN_IDENTITY = "-";
|
252 | 260 | COMBINE_HIDPI_IMAGES = YES;
|
253 | 261 | INFOPLIST_FILE = "$(SRCROOT)/LiveQueryDemo/Info.plist";
|
254 |
| - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; |
| 262 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 263 | + "$(inherited)", |
| 264 | + "@executable_path/../Frameworks", |
| 265 | + ); |
255 | 266 | MACOSX_DEPLOYMENT_TARGET = 10.15;
|
256 | 267 | PRODUCT_BUNDLE_IDENTIFIER = com.parse.LiveQueryDemo;
|
257 | 268 | PRODUCT_NAME = "$(TARGET_NAME)";
|
|
358 | 369 | MACOSX_DEPLOYMENT_TARGET = 10.15;
|
359 | 370 | MTL_ENABLE_DEBUG_INFO = NO;
|
360 | 371 | SDKROOT = macosx;
|
361 |
| - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; |
| 372 | + SWIFT_COMPILATION_MODE = wholemodule; |
| 373 | + SWIFT_OPTIMIZATION_LEVEL = "-O"; |
362 | 374 | };
|
363 | 375 | name = Release;
|
364 | 376 | };
|
|
384 | 396 | defaultConfigurationName = Release;
|
385 | 397 | };
|
386 | 398 | /* End XCConfigurationList section */
|
| 399 | + |
| 400 | +/* Begin XCSwiftPackageProductDependency section */ |
| 401 | + 6B63F1692BC3560300F89DEE /* ParseLiveQuery */ = { |
| 402 | + isa = XCSwiftPackageProductDependency; |
| 403 | + productName = ParseLiveQuery; |
| 404 | + }; |
| 405 | +/* End XCSwiftPackageProductDependency section */ |
387 | 406 | };
|
388 | 407 | rootObject = F59F85A41C9BB48200566A29 /* Project object */;
|
389 | 408 | }
|
0 commit comments