|
26 | 26 | F88A3BDE2508AB4A001DDE5B /* ENExposureConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F88A3BDD2508AB4A001DDE5B /* ENExposureConfiguration.swift */; };
|
27 | 27 | F89B452424731DD40011AD07 /* KeysViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F89B452324731DD40011AD07 /* KeysViewController.swift */; };
|
28 | 28 | F8A7E69D24731FB400213CE2 /* NetworkingHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8A7E69C24731FB400213CE2 /* NetworkingHelper.swift */; };
|
| 29 | + F8D581032588E83A00307C2B /* ExposureNotification.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F8D580FA2588E61E00307C2B /* ExposureNotification.framework */; settings = {ATTRIBUTES = (Weak, ); }; }; |
| 30 | + F8D5814F2589EC5A00307C2B /* DiffableDataSources in Frameworks */ = {isa = PBXBuildFile; productRef = F8D5814E2589EC5A00307C2B /* DiffableDataSources */; }; |
29 | 31 | /* End PBXBuildFile section */
|
30 | 32 |
|
31 | 33 | /* Begin PBXFileReference section */
|
|
48 | 50 | F88A3BDD2508AB4A001DDE5B /* ENExposureConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ENExposureConfiguration.swift; path = ../../../Sources/DP3TSDK/Matching/ENExposureConfiguration.swift; sourceTree = "<group>"; };
|
49 | 51 | F89B452324731DD40011AD07 /* KeysViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeysViewController.swift; sourceTree = "<group>"; };
|
50 | 52 | F8A7E69C24731FB400213CE2 /* NetworkingHelper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NetworkingHelper.swift; sourceTree = "<group>"; };
|
| 53 | + F8D580FA2588E61E00307C2B /* ExposureNotification.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ExposureNotification.framework; path = System/Library/Frameworks/ExposureNotification.framework; sourceTree = SDKROOT; }; |
51 | 54 | /* End PBXFileReference section */
|
52 | 55 |
|
53 | 56 | /* Begin PBXFrameworksBuildPhase section */
|
54 | 57 | F83BE133242DDC450043FA1E /* Frameworks */ = {
|
55 | 58 | isa = PBXFrameworksBuildPhase;
|
56 | 59 | buildActionMask = 2147483647;
|
57 | 60 | files = (
|
| 61 | + F8D581032588E83A00307C2B /* ExposureNotification.framework in Frameworks */, |
58 | 62 | F83079972492909A005D3C65 /* SQLite in Frameworks */,
|
59 | 63 | F8287D15246A78570022CFD9 /* DP3TSDK in Frameworks */,
|
60 | 64 | DF07D0A62451E59200CFD431 /* Alamofire in Frameworks */,
|
| 65 | + F8D5814F2589EC5A00307C2B /* DiffableDataSources in Frameworks */, |
61 | 66 | F83BE150242DDFF60043FA1E /* SnapKit in Frameworks */,
|
62 | 67 | );
|
63 | 68 | runOnlyForDeploymentPostprocessing = 0;
|
|
117 | 122 | F83BE151242DE0C00043FA1E /* Frameworks */ = {
|
118 | 123 | isa = PBXGroup;
|
119 | 124 | children = (
|
| 125 | + F8D580FA2588E61E00307C2B /* ExposureNotification.framework */, |
120 | 126 | F83BE17C242DE1BF0043FA1E /* covid-tracing-ios-sdk */,
|
121 | 127 | );
|
122 | 128 | name = Frameworks;
|
|
143 | 149 | DF07D0A52451E59200CFD431 /* Alamofire */,
|
144 | 150 | F8287D14246A78570022CFD9 /* DP3TSDK */,
|
145 | 151 | F83079962492909A005D3C65 /* SQLite */,
|
| 152 | + F8D5814E2589EC5A00307C2B /* DiffableDataSources */, |
146 | 153 | );
|
147 | 154 | productName = CovidTracingTestApp;
|
148 | 155 | productReference = F83BE136242DDC450043FA1E /* DP3TSampleApp.app */;
|
|
176 | 183 | F83BE14E242DDFF60043FA1E /* XCRemoteSwiftPackageReference "SnapKit" */,
|
177 | 184 | DF07D0A42451E59200CFD431 /* XCRemoteSwiftPackageReference "Alamofire" */,
|
178 | 185 | F83079952492909A005D3C65 /* XCRemoteSwiftPackageReference "SQLite" */,
|
| 186 | + F8D5814D2589EC5A00307C2B /* XCRemoteSwiftPackageReference "DiffableDataSources" */, |
179 | 187 | );
|
180 | 188 | productRefGroup = F83BE137242DDC450043FA1E /* Products */;
|
181 | 189 | projectDirPath = "";
|
|
285 | 293 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
286 | 294 | GCC_WARN_UNUSED_FUNCTION = YES;
|
287 | 295 | GCC_WARN_UNUSED_VARIABLE = YES;
|
288 |
| - IPHONEOS_DEPLOYMENT_TARGET = 13.5; |
| 296 | + IPHONEOS_DEPLOYMENT_TARGET = 12.5; |
289 | 297 | MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
290 | 298 | MTL_FAST_MATH = YES;
|
291 | 299 | ONLY_ACTIVE_ARCH = YES;
|
|
305 | 313 | CURRENT_PROJECT_VERSION = 1;
|
306 | 314 | DEVELOPMENT_TEAM = XPL89PTG92;
|
307 | 315 | INFOPLIST_FILE = DP3TSampleApp/Info.plist;
|
308 |
| - IPHONEOS_DEPLOYMENT_TARGET = 13.7; |
| 316 | + IPHONEOS_DEPLOYMENT_TARGET = 12.5; |
309 | 317 | LD_RUNPATH_SEARCH_PATHS = (
|
310 | 318 | "$(inherited)",
|
311 | 319 | "@executable_path/Frameworks",
|
|
366 | 374 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
367 | 375 | GCC_WARN_UNUSED_FUNCTION = YES;
|
368 | 376 | GCC_WARN_UNUSED_VARIABLE = YES;
|
369 |
| - IPHONEOS_DEPLOYMENT_TARGET = 13.5; |
| 377 | + IPHONEOS_DEPLOYMENT_TARGET = 12.5; |
370 | 378 | MTL_ENABLE_DEBUG_INFO = NO;
|
371 | 379 | MTL_FAST_MATH = YES;
|
372 | 380 | SDKROOT = iphoneos;
|
|
386 | 394 | CURRENT_PROJECT_VERSION = 1;
|
387 | 395 | DEVELOPMENT_TEAM = XPL89PTG92;
|
388 | 396 | INFOPLIST_FILE = DP3TSampleApp/Info.plist;
|
389 |
| - IPHONEOS_DEPLOYMENT_TARGET = 13.7; |
| 397 | + IPHONEOS_DEPLOYMENT_TARGET = 12.5; |
390 | 398 | LD_RUNPATH_SEARCH_PATHS = (
|
391 | 399 | "$(inherited)",
|
392 | 400 | "@executable_path/Frameworks",
|
|
449 | 457 | minimumVersion = 5.0.1;
|
450 | 458 | };
|
451 | 459 | };
|
| 460 | + F8D5814D2589EC5A00307C2B /* XCRemoteSwiftPackageReference "DiffableDataSources" */ = { |
| 461 | + isa = XCRemoteSwiftPackageReference; |
| 462 | + repositoryURL = "https://github.com/ra1028/DiffableDataSources"; |
| 463 | + requirement = { |
| 464 | + kind = upToNextMajorVersion; |
| 465 | + minimumVersion = 0.4.0; |
| 466 | + }; |
| 467 | + }; |
452 | 468 | /* End XCRemoteSwiftPackageReference section */
|
453 | 469 |
|
454 | 470 | /* Begin XCSwiftPackageProductDependency section */
|
|
471 | 487 | package = F83BE14E242DDFF60043FA1E /* XCRemoteSwiftPackageReference "SnapKit" */;
|
472 | 488 | productName = SnapKit;
|
473 | 489 | };
|
| 490 | + F8D5814E2589EC5A00307C2B /* DiffableDataSources */ = { |
| 491 | + isa = XCSwiftPackageProductDependency; |
| 492 | + package = F8D5814D2589EC5A00307C2B /* XCRemoteSwiftPackageReference "DiffableDataSources" */; |
| 493 | + productName = DiffableDataSources; |
| 494 | + }; |
474 | 495 | /* End XCSwiftPackageProductDependency section */
|
475 | 496 | };
|
476 | 497 | rootObject = F83BE12E242DDC450043FA1E /* Project object */;
|
|
0 commit comments