|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | | - 3D492AD0366B814B92DF365A /* Pods_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 331694F6A9E2715D8E8724C2 /* Pods_Example.framework */; }; |
| 10 | + 9009263228AE99B200796D1A /* AuthHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9009263128AE99B200796D1A /* AuthHelper.swift */; }; |
11 | 11 | 90DF826228AD4F4B00D19F84 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90DF826128AD4F4B00D19F84 /* AppDelegate.swift */; }; |
12 | 12 | 90DF826928AD4F4B00D19F84 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 90DF826728AD4F4B00D19F84 /* Main.storyboard */; }; |
13 | 13 | 90DF826E28AD4F4B00D19F84 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 90DF826C28AD4F4B00D19F84 /* LaunchScreen.storyboard */; }; |
|
53 | 53 | 90DF82D728AD509400D19F84 /* ContractProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90DF82C328AD509400D19F84 /* ContractProvider.swift */; }; |
54 | 54 | 90DF82D828AD509400D19F84 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90DF82C528AD509400D19F84 /* Client.swift */; }; |
55 | 55 | 90DF82DA28AE263800D19F84 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90DF82D928AE263800D19F84 /* SceneDelegate.swift */; }; |
| 56 | + 9F2AF0E70A03458D01DE4662 /* Pods_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 370BB819149323E5B557ECA1 /* Pods_Example.framework */; }; |
56 | 57 | /* End PBXBuildFile section */ |
57 | 58 |
|
58 | 59 | /* Begin PBXFileReference section */ |
59 | | - 331694F6A9E2715D8E8724C2 /* Pods_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 60 | + 370BB819149323E5B557ECA1 /* Pods_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 61 | + 9009263128AE99B200796D1A /* AuthHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthHelper.swift; sourceTree = "<group>"; }; |
60 | 62 | 90DF825E28AD4F4B00D19F84 /* Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
61 | 63 | 90DF826128AD4F4B00D19F84 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
62 | 64 | 90DF826828AD4F4B00D19F84 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
|
115 | 117 | isa = PBXFrameworksBuildPhase; |
116 | 118 | buildActionMask = 2147483647; |
117 | 119 | files = ( |
118 | | - 3D492AD0366B814B92DF365A /* Pods_Example.framework in Frameworks */, |
| 120 | + 9F2AF0E70A03458D01DE4662 /* Pods_Example.framework in Frameworks */, |
119 | 121 | ); |
120 | 122 | runOnlyForDeploymentPostprocessing = 0; |
121 | 123 | }; |
|
134 | 136 | 4AC268574886D73A44FBFEEB /* Frameworks */ = { |
135 | 137 | isa = PBXGroup; |
136 | 138 | children = ( |
137 | | - 331694F6A9E2715D8E8724C2 /* Pods_Example.framework */, |
| 139 | + 370BB819149323E5B557ECA1 /* Pods_Example.framework */, |
138 | 140 | ); |
139 | 141 | name = Frameworks; |
140 | 142 | sourceTree = "<group>"; |
|
336 | 338 | children = ( |
337 | 339 | 90DF82C228AD509400D19F84 /* ClientProvider.swift */, |
338 | 340 | 90DF82C328AD509400D19F84 /* ContractProvider.swift */, |
| 341 | + 9009263128AE99B200796D1A /* AuthHelper.swift */, |
339 | 342 | ); |
340 | 343 | path = Providers; |
341 | 344 | sourceTree = "<group>"; |
|
503 | 506 | 90DF82C828AD509400D19F84 /* CreateDepositViewController.swift in Sources */, |
504 | 507 | 90DF82C928AD509400D19F84 /* CreateDepositViewModel.swift in Sources */, |
505 | 508 | 90DF82CD28AD509400D19F84 /* GiveLoadViewModel.swift in Sources */, |
| 509 | + 9009263228AE99B200796D1A /* AuthHelper.swift in Sources */, |
506 | 510 | 90DF82D328AD509400D19F84 /* AddClientViewController.swift in Sources */, |
507 | 511 | 90DF82CF28AD509400D19F84 /* DepositAmountViewController.swift in Sources */, |
508 | 512 | ); |
|
534 | 538 | isa = XCBuildConfiguration; |
535 | 539 | buildSettings = { |
536 | 540 | ALWAYS_SEARCH_USER_PATHS = NO; |
| 541 | + BUILD_LIBRARY_FOR_DISTRIBUTION = YES; |
537 | 542 | CLANG_ANALYZER_NONNULL = YES; |
538 | 543 | CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; |
539 | 544 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; |
|
594 | 599 | isa = XCBuildConfiguration; |
595 | 600 | buildSettings = { |
596 | 601 | ALWAYS_SEARCH_USER_PATHS = NO; |
| 602 | + BUILD_LIBRARY_FOR_DISTRIBUTION = YES; |
597 | 603 | CLANG_ANALYZER_NONNULL = YES; |
598 | 604 | CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; |
599 | 605 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; |
|
0 commit comments