|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 030338102705F7D400764131 /* ReceiptTotalLine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0303380F2705F7D400764131 /* ReceiptTotalLine.swift */; }; |
11 | 11 | 311889EB2653286B0080AEA2 /* PaymentIntentMetadataTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 311889EA2653286B0080AEA2 /* PaymentIntentMetadataTests.swift */; }; |
| 12 | + 55CD4BB4273E617C007686D3 /* ReceiptRendererTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55CD4BB3273E617C007686D3 /* ReceiptRendererTest.swift */; }; |
12 | 13 | 5A747BE9FA06EC8752A35752 /* Pods_HardwareTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B1DC5B6141B8184FAC29B0A4 /* Pods_HardwareTests.framework */; }; |
13 | 14 | 8FFAA245E257B9EB98E2FCBD /* Pods_SampleReceiptPrinter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2AFA997D6786C67B0A061854 /* Pods_SampleReceiptPrinter.framework */; }; |
14 | 15 | C5D2CB7D21CEE28FEBF18BF6 /* Pods_Hardware.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E9F0AC202B287C1221EA2C99 /* Pods_Hardware.framework */; }; |
|
134 | 135 | 311889EA2653286B0080AEA2 /* PaymentIntentMetadataTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PaymentIntentMetadataTests.swift; sourceTree = "<group>"; }; |
135 | 136 | 3CF9348BADD5E0518080A61A /* Pods-Hardware.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Hardware.debug.xcconfig"; path = "Target Support Files/Pods-Hardware/Pods-Hardware.debug.xcconfig"; sourceTree = "<group>"; }; |
136 | 137 | 47BDD50287B7B0CF8D769BFC /* Pods-PrinterPlayground.release-alpha.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PrinterPlayground.release-alpha.xcconfig"; path = "Target Support Files/Pods-PrinterPlayground/Pods-PrinterPlayground.release-alpha.xcconfig"; sourceTree = "<group>"; }; |
| 138 | + 55CD4BB3273E617C007686D3 /* ReceiptRendererTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReceiptRendererTest.swift; sourceTree = "<group>"; }; |
137 | 139 | 9726331F55A9621F2F887E13 /* Pods-Hardware.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Hardware.release.xcconfig"; path = "Target Support Files/Pods-Hardware/Pods-Hardware.release.xcconfig"; sourceTree = "<group>"; }; |
138 | 140 | AE60F16D43C20AD4523A61A5 /* Pods-SampleReceiptPrinter.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SampleReceiptPrinter.debug.xcconfig"; path = "Target Support Files/Pods-SampleReceiptPrinter/Pods-SampleReceiptPrinter.debug.xcconfig"; sourceTree = "<group>"; }; |
139 | 141 | B1DC5B6141B8184FAC29B0A4 /* Pods_HardwareTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_HardwareTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
258 | 260 | /* End PBXFrameworksBuildPhase section */ |
259 | 261 |
|
260 | 262 | /* Begin PBXGroup section */ |
| 263 | + 55CD4BB2273E6159007686D3 /* AirPrintReceipt */ = { |
| 264 | + isa = PBXGroup; |
| 265 | + children = ( |
| 266 | + 55CD4BB3273E617C007686D3 /* ReceiptRendererTest.swift */, |
| 267 | + ); |
| 268 | + path = AirPrintReceipt; |
| 269 | + sourceTree = "<group>"; |
| 270 | + }; |
261 | 271 | ADED522B787D093F499BD540 /* Pods */ = { |
262 | 272 | isa = PBXGroup; |
263 | 273 | children = ( |
|
351 | 361 | D88FDB0C25DD216B00CB0DBD /* HardwareTests */ = { |
352 | 362 | isa = PBXGroup; |
353 | 363 | children = ( |
| 364 | + 55CD4BB2273E6159007686D3 /* AirPrintReceipt */, |
354 | 365 | D845BDF3262DD65D00A3E40F /* Mocks */, |
355 | 366 | D88FDB0F25DD216B00CB0DBD /* Info.plist */, |
356 | 367 | D892F21325E3F67A001D7134 /* CardReaderTests.swift */, |
|
566 | 577 | }; |
567 | 578 | D88FDB0725DD216B00CB0DBD = { |
568 | 579 | CreatedOnToolsVersion = 12.4; |
| 580 | + LastSwiftMigration = 1310; |
569 | 581 | }; |
570 | 582 | E1CFC14A2643E9EE0089F86F = { |
571 | 583 | CreatedOnToolsVersion = 12.4; |
|
797 | 809 | D81AE85E25E6A89F00D9CFD3 /* StripeCardReaderCacheTests.swift in Sources */, |
798 | 810 | D892F21425E3F67A001D7134 /* CardReaderTests.swift in Sources */, |
799 | 811 | D854FC26260A6B5800A219CD /* ErrorCodesTests.swift in Sources */, |
| 812 | + 55CD4BB4273E617C007686D3 /* ReceiptRendererTest.swift in Sources */, |
800 | 813 | D892F21025E3F4C0001D7134 /* MockStripeCardReader.swift in Sources */, |
801 | 814 | D88303DB25E450E700C877F9 /* PaymentIntentTests.swift in Sources */, |
802 | 815 | D845BE03262DDBF500A3E40F /* CardBrandTests.swift in Sources */, |
|
1019 | 1032 | baseConfigurationReference = 1CC96A71F2937BCB7432766F /* Pods-HardwareTests.debug.xcconfig */; |
1020 | 1033 | buildSettings = { |
1021 | 1034 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "${inherited}"; |
| 1035 | + CLANG_ENABLE_MODULES = YES; |
1022 | 1036 | CODE_SIGN_IDENTITY = "iPhone Developer"; |
1023 | 1037 | CODE_SIGN_STYLE = Automatic; |
1024 | 1038 | DEVELOPMENT_TEAM = PZYM8XX95Q; |
|
1030 | 1044 | ); |
1031 | 1045 | PRODUCT_BUNDLE_IDENTIFIER = com.automattic.Hardware.HardwareTests; |
1032 | 1046 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 1047 | + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
1033 | 1048 | SWIFT_VERSION = 5.0; |
1034 | 1049 | TARGETED_DEVICE_FAMILY = "1,2"; |
1035 | 1050 | }; |
|
1040 | 1055 | baseConfigurationReference = C61D1642BE09D1A1AD6AA9FA /* Pods-HardwareTests.release.xcconfig */; |
1041 | 1056 | buildSettings = { |
1042 | 1057 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "${inherited}"; |
| 1058 | + CLANG_ENABLE_MODULES = YES; |
1043 | 1059 | CODE_SIGN_IDENTITY = "iPhone Developer"; |
1044 | 1060 | CODE_SIGN_STYLE = Automatic; |
1045 | 1061 | DEVELOPMENT_TEAM = PZYM8XX95Q; |
|
1147 | 1163 | baseConfigurationReference = DB2B86965868C0EC25910D7D /* Pods-HardwareTests.release-alpha.xcconfig */; |
1148 | 1164 | buildSettings = { |
1149 | 1165 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "${inherited}"; |
| 1166 | + CLANG_ENABLE_MODULES = YES; |
1150 | 1167 | CODE_SIGN_IDENTITY = "iPhone Developer"; |
1151 | 1168 | CODE_SIGN_STYLE = Automatic; |
1152 | 1169 | DEVELOPMENT_TEAM = PZYM8XX95Q; |
|
0 commit comments