|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 83017B781C0A2FE80062FC08 /* TaskState.json in Resources */ = {isa = PBXBuildFile; fileRef = 83017B771C0A2FE80062FC08 /* TaskState.json */; }; |
11 | | - 830493581E202957005B5B30 /* Unbox.swift in Sources */ = {isa = PBXBuildFile; fileRef = 830493571E202957005B5B30 /* Unbox.swift */; }; |
12 | 11 | 830E63D91C05A4050048F7BF /* TANScheme.swift in Sources */ = {isa = PBXBuildFile; fileRef = 830E63D81C05A4050048F7BF /* TANScheme.swift */; }; |
13 | 12 | 830E63DC1C05A4960048F7BF /* TanScheme.json in Resources */ = {isa = PBXBuildFile; fileRef = 830E63DB1C05A4960048F7BF /* TanScheme.json */; }; |
14 | 13 | 830E63DE1C05A7070048F7BF /* SyncStatus.swift in Sources */ = {isa = PBXBuildFile; fileRef = 830E63DD1C05A7070048F7BF /* SyncStatus.swift */; }; |
15 | 14 | 830E63E11C05A7AE0048F7BF /* SyncStatus.json in Resources */ = {isa = PBXBuildFile; fileRef = 830E63E01C05A7AE0048F7BF /* SyncStatus.json */; }; |
16 | 15 | 830E63E31C05AB890048F7BF /* PaymentParameters.swift in Sources */ = {isa = PBXBuildFile; fileRef = 830E63E21C05AB890048F7BF /* PaymentParameters.swift */; }; |
17 | | - 832CABA91E242BAF00D48895 /* XCGLogger.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 832CABA81E242BAF00D48895 /* XCGLogger.framework */; }; |
| 16 | + 832CABAE1E242F8700D48895 /* Unbox.swift in Sources */ = {isa = PBXBuildFile; fileRef = 832CABAD1E242F8700D48895 /* Unbox.swift */; }; |
18 | 17 | 833285EF1C04D45900A9FE73 /* Balance.json in Resources */ = {isa = PBXBuildFile; fileRef = 833285EE1C04D45900A9FE73 /* Balance.json */; }; |
19 | 18 | 8346AABF1C0A03A700F9F0DE /* TaskEndpoints.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8346AABE1C0A03A700F9F0DE /* TaskEndpoints.swift */; }; |
20 | 19 | 83648D571C0A42B700286FFB /* LoginSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83648D561C0A42B700286FFB /* LoginSettings.swift */; }; |
|
105 | 104 |
|
106 | 105 | /* Begin PBXFileReference section */ |
107 | 106 | 83017B771C0A2FE80062FC08 /* TaskState.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = TaskState.json; path = Resources/TaskState.json; sourceTree = "<group>"; }; |
108 | | - 830493571E202957005B5B30 /* Unbox.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Unbox.swift; sourceTree = "<group>"; }; |
109 | 107 | 830E63D81C05A4050048F7BF /* TANScheme.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = TANScheme.swift; path = Types/TANScheme.swift; sourceTree = "<group>"; }; |
110 | 108 | 830E63DB1C05A4960048F7BF /* TanScheme.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = TanScheme.json; path = Resources/TanScheme.json; sourceTree = "<group>"; }; |
111 | 109 | 830E63DD1C05A7070048F7BF /* SyncStatus.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = SyncStatus.swift; path = Types/SyncStatus.swift; sourceTree = "<group>"; }; |
112 | 110 | 830E63E01C05A7AE0048F7BF /* SyncStatus.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = SyncStatus.json; path = Resources/SyncStatus.json; sourceTree = "<group>"; }; |
113 | 111 | 830E63E21C05AB890048F7BF /* PaymentParameters.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = PaymentParameters.swift; path = Types/PaymentParameters.swift; sourceTree = "<group>"; }; |
114 | | - 832CABA81E242BAF00D48895 /* XCGLogger.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCGLogger.framework; path = Carthage/Build/iOS/XCGLogger.framework; sourceTree = "<group>"; }; |
| 112 | + 832CABAD1E242F8700D48895 /* Unbox.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Unbox.swift; sourceTree = "<group>"; }; |
115 | 113 | 833285EE1C04D45900A9FE73 /* Balance.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = Balance.json; path = Resources/Balance.json; sourceTree = "<group>"; }; |
116 | 114 | 833285F01C04D48E00A9FE73 /* Resources.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Resources.swift; sourceTree = "<group>"; }; |
117 | 115 | 8346AABE1C0A03A700F9F0DE /* TaskEndpoints.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TaskEndpoints.swift; sourceTree = "<group>"; }; |
|
197 | 195 | isa = PBXFrameworksBuildPhase; |
198 | 196 | buildActionMask = 2147483647; |
199 | 197 | files = ( |
200 | | - 832CABA91E242BAF00D48895 /* XCGLogger.framework in Frameworks */, |
201 | 198 | ); |
202 | 199 | runOnlyForDeploymentPostprocessing = 0; |
203 | 200 | }; |
204 | 201 | /* End PBXFrameworksBuildPhase section */ |
205 | 202 |
|
206 | 203 | /* Begin PBXGroup section */ |
207 | | - 832CABA71E242BAE00D48895 /* Frameworks */ = { |
| 204 | + 832CABAA1E242F3F00D48895 /* Dependencies */ = { |
208 | 205 | isa = PBXGroup; |
209 | 206 | children = ( |
210 | | - 832CABA81E242BAF00D48895 /* XCGLogger.framework */, |
| 207 | + 832CABAD1E242F8700D48895 /* Unbox.swift */, |
211 | 208 | ); |
212 | | - name = Frameworks; |
| 209 | + path = Dependencies; |
213 | 210 | sourceTree = "<group>"; |
214 | 211 | }; |
215 | 212 | 837B520F1C10C97E00D3CB25 /* Core */ = { |
|
240 | 237 | 83D3A67F1BFF2953003EDE45 /* Source */ = { |
241 | 238 | isa = PBXGroup; |
242 | 239 | children = ( |
243 | | - 830493571E202957005B5B30 /* Unbox.swift */, |
244 | 240 | 83F0E46B1C08A91400FB3709 /* FigoClient.swift */, |
245 | 241 | 837B520C1C10C95500D3CB25 /* Alias.swift */, |
246 | 242 | 838FDA041C0DF90100525E1D /* FigoError.swift */, |
|
250 | 246 | 83F0E4721C08D9EA00FB3709 /* Endpoints */, |
251 | 247 | 838FD9F31C0DF8D900525E1D /* Parameters */, |
252 | 248 | 83D3A6FA1BFF684C003EDE45 /* Types */, |
| 249 | + 832CABAA1E242F3F00D48895 /* Dependencies */, |
253 | 250 | 83D3A6801BFF2953003EDE45 /* Supporting Files */, |
254 | 251 | ); |
255 | 252 | path = Source; |
|
356 | 353 | 83D3A67F1BFF2953003EDE45 /* Source */, |
357 | 354 | 83D3A7081BFFB6A7003EDE45 /* Tests */, |
358 | 355 | 83F3AF231BFF28D900767D77 /* Products */, |
359 | | - 832CABA71E242BAE00D48895 /* Frameworks */, |
360 | 356 | ); |
361 | 357 | sourceTree = "<group>"; |
362 | 358 | }; |
|
512 | 508 | files = ( |
513 | 509 | 8346AABF1C0A03A700F9F0DE /* TaskEndpoints.swift in Sources */, |
514 | 510 | 83648D5A1C0C32BE00286FFB /* ServiceEndpoints.swift in Sources */, |
| 511 | + 832CABAE1E242F8700D48895 /* Unbox.swift in Sources */, |
515 | 512 | 838FD9EE1C0DEEFD00525E1D /* PaymentType.swift in Sources */, |
516 | 513 | 830E63E31C05AB890048F7BF /* PaymentParameters.swift in Sources */, |
517 | 514 | 838FD9E31C0DACBE00525E1D /* Transaction.swift in Sources */, |
|
522 | 519 | 83F0E4781C08DA2800FB3709 /* Address.swift in Sources */, |
523 | 520 | 838FDA221C0EE54000525E1D /* StandingOrder.swift in Sources */, |
524 | 521 | 83648D661C0C75E600286FFB /* SupportedService.swift in Sources */, |
525 | | - 830493581E202957005B5B30 /* Unbox.swift in Sources */, |
526 | 522 | 838FD9F91C0DF8D900525E1D /* CreateAccountParameters.swift in Sources */, |
527 | 523 | 83648D631C0C705700286FFB /* SupportedBank.swift in Sources */, |
528 | 524 | 838FDA361C0EFC0300525E1D /* Payment.swift in Sources */, |
|
574 | 570 | isa = XCBuildConfiguration; |
575 | 571 | buildSettings = { |
576 | 572 | CLANG_ENABLE_MODULES = YES; |
577 | | - FRAMEWORK_SEARCH_PATHS = ( |
578 | | - "$(inherited)", |
579 | | - "$(PROJECT_DIR)/Carthage/Build/iOS", |
580 | | - ); |
581 | 573 | INFOPLIST_FILE = Tests/Info.plist; |
582 | 574 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
583 | 575 | PRODUCT_BUNDLE_IDENTIFIER = "de.chriskoenig.Figo-iOS-Tests"; |
|
591 | 583 | isa = XCBuildConfiguration; |
592 | 584 | buildSettings = { |
593 | 585 | CLANG_ENABLE_MODULES = YES; |
594 | | - FRAMEWORK_SEARCH_PATHS = ( |
595 | | - "$(inherited)", |
596 | | - "$(PROJECT_DIR)/Carthage/Build/iOS", |
597 | | - ); |
598 | 586 | INFOPLIST_FILE = Tests/Info.plist; |
599 | 587 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
600 | 588 | PRODUCT_BUNDLE_IDENTIFIER = "de.chriskoenig.Figo-iOS-Tests"; |
|
719 | 707 | DYLIB_COMPATIBILITY_VERSION = 1; |
720 | 708 | DYLIB_CURRENT_VERSION = 1; |
721 | 709 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
722 | | - FRAMEWORK_SEARCH_PATHS = ( |
723 | | - "$(inherited)", |
724 | | - "$(PROJECT_DIR)/Carthage/Build/iOS", |
725 | | - ); |
726 | 710 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
727 | 711 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
728 | 712 | SKIP_INSTALL = YES; |
|
738 | 722 | DYLIB_COMPATIBILITY_VERSION = 1; |
739 | 723 | DYLIB_CURRENT_VERSION = 1; |
740 | 724 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
741 | | - FRAMEWORK_SEARCH_PATHS = ( |
742 | | - "$(inherited)", |
743 | | - "$(PROJECT_DIR)/Carthage/Build/iOS", |
744 | | - ); |
745 | 725 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
746 | 726 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
747 | 727 | SKIP_INSTALL = YES; |
|
0 commit comments