|
10 | 10 | 4093ABAE2CDB9CC300F7E060 /* Domain.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B307B4C32CD9B77C001C5040 /* Domain.framework */; };
|
11 | 11 | 4093ABAF2CDB9CC300F7E060 /* Domain.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B307B4C32CD9B77C001C5040 /* Domain.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
12 | 12 | B307B46D2CD9B50B001C5040 /* DataModule.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B307B4622CD9B50B001C5040 /* DataModule.framework */; };
|
| 13 | + B33AC1B32CEE16DC005CDE18 /* ApiConfiguration.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = B33AC1B12CEE16DC005CDE18 /* ApiConfiguration.xcconfig */; }; |
13 | 14 | /* End PBXBuildFile section */
|
14 | 15 |
|
15 | 16 | /* Begin PBXContainerItemProxy section */
|
|
40 | 41 | B307B4622CD9B50B001C5040 /* DataModule.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = DataModule.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
41 | 42 | B307B46C2CD9B50B001C5040 /* DataModuleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DataModuleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
42 | 43 | B307B4C32CD9B77C001C5040 /* Domain.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Domain.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
| 44 | + B33AC1B12CEE16DC005CDE18 /* ApiConfiguration.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = ApiConfiguration.xcconfig; sourceTree = "<group>"; }; |
43 | 45 | /* End PBXFileReference section */
|
44 | 46 |
|
45 | 47 | /* Begin PBXFileSystemSynchronizedRootGroup section */
|
|
78 | 80 | B307B4582CD9B50B001C5040 = {
|
79 | 81 | isa = PBXGroup;
|
80 | 82 | children = (
|
| 83 | + B33AC1B22CEE16DC005CDE18 /* config */, |
81 | 84 | B307B4642CD9B50B001C5040 /* DataModule */,
|
82 | 85 | B307B4702CD9B50B001C5040 /* DataModuleTests */,
|
83 | 86 | B307B4C22CD9B77C001C5040 /* Frameworks */,
|
|
102 | 105 | name = Frameworks;
|
103 | 106 | sourceTree = "<group>";
|
104 | 107 | };
|
| 108 | + B33AC1B22CEE16DC005CDE18 /* config */ = { |
| 109 | + isa = PBXGroup; |
| 110 | + children = ( |
| 111 | + B33AC1B12CEE16DC005CDE18 /* ApiConfiguration.xcconfig */, |
| 112 | + ); |
| 113 | + path = config; |
| 114 | + sourceTree = "<group>"; |
| 115 | + }; |
105 | 116 | /* End PBXGroup section */
|
106 | 117 |
|
107 | 118 | /* Begin PBXHeadersBuildPhase section */
|
|
210 | 221 | isa = PBXResourcesBuildPhase;
|
211 | 222 | buildActionMask = 2147483647;
|
212 | 223 | files = (
|
| 224 | + B33AC1B32CEE16DC005CDE18 /* ApiConfiguration.xcconfig in Resources */, |
213 | 225 | );
|
214 | 226 | runOnlyForDeploymentPostprocessing = 0;
|
215 | 227 | };
|
|
271 | 283 | /* Begin XCBuildConfiguration section */
|
272 | 284 | B307B4762CD9B50B001C5040 /* Debug */ = {
|
273 | 285 | isa = XCBuildConfiguration;
|
| 286 | + baseConfigurationReference = B33AC1B12CEE16DC005CDE18 /* ApiConfiguration.xcconfig */; |
274 | 287 | buildSettings = {
|
275 | 288 | BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
|
276 | 289 | CLANG_ENABLE_MODULES = YES;
|
|
284 | 297 | ENABLE_MODULE_VERIFIER = YES;
|
285 | 298 | ENABLE_USER_SCRIPT_SANDBOXING = NO;
|
286 | 299 | GENERATE_INFOPLIST_FILE = YES;
|
| 300 | + INFOPLIST_FILE = DataModule/Info.plist; |
287 | 301 | INFOPLIST_KEY_NSHumanReadableCopyright = "";
|
288 | 302 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
289 | 303 | IPHONEOS_DEPLOYMENT_TARGET = 15.6;
|
|
312 | 326 | };
|
313 | 327 | B307B4772CD9B50B001C5040 /* Release */ = {
|
314 | 328 | isa = XCBuildConfiguration;
|
| 329 | + baseConfigurationReference = B33AC1B12CEE16DC005CDE18 /* ApiConfiguration.xcconfig */; |
315 | 330 | buildSettings = {
|
316 | 331 | BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
|
317 | 332 | CLANG_ENABLE_MODULES = YES;
|
|
325 | 340 | ENABLE_MODULE_VERIFIER = YES;
|
326 | 341 | ENABLE_USER_SCRIPT_SANDBOXING = NO;
|
327 | 342 | GENERATE_INFOPLIST_FILE = YES;
|
| 343 | + INFOPLIST_FILE = DataModule/Info.plist; |
328 | 344 | INFOPLIST_KEY_NSHumanReadableCopyright = "";
|
329 | 345 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
330 | 346 | IPHONEOS_DEPLOYMENT_TARGET = 15.6;
|
|
352 | 368 | };
|
353 | 369 | B307B4782CD9B50B001C5040 /* Debug */ = {
|
354 | 370 | isa = XCBuildConfiguration;
|
| 371 | + baseConfigurationReference = B33AC1B12CEE16DC005CDE18 /* ApiConfiguration.xcconfig */; |
355 | 372 | buildSettings = {
|
356 | 373 | ALWAYS_SEARCH_USER_PATHS = NO;
|
357 | 374 | ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
|
|
418 | 435 | };
|
419 | 436 | B307B4792CD9B50B001C5040 /* Release */ = {
|
420 | 437 | isa = XCBuildConfiguration;
|
| 438 | + baseConfigurationReference = B33AC1B12CEE16DC005CDE18 /* ApiConfiguration.xcconfig */; |
421 | 439 | buildSettings = {
|
422 | 440 | ALWAYS_SEARCH_USER_PATHS = NO;
|
423 | 441 | ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
|
|
0 commit comments