|
12 | 12 | D50BE3E91C9FE7A80000A34C /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = D50BE3E51C9FE7A80000A34C /* [email protected] */; }; |
13 | 13 | D50BE3EA1C9FE7A80000A34C /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = D50BE3E61C9FE7A80000A34C /* [email protected] */; }; |
14 | 14 | D50BE3EB1C9FE7A80000A34C /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = D50BE3E71C9FE7A80000A34C /* [email protected] */; }; |
| 15 | + D55281B62016758F00FF3CDD /* HeaderViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D55281B52016758F00FF3CDD /* HeaderViewController.swift */; }; |
| 16 | + D55281B8201675D500FF3CDD /* MessageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D55281B7201675D500FF3CDD /* MessageViewController.swift */; }; |
| 17 | + D55281BA2016770800FF3CDD /* SettingsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D55281B92016770800FF3CDD /* SettingsViewController.swift */; }; |
| 18 | + D55281BC2016782C00FF3CDD /* ScannerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D55281BB2016782C00FF3CDD /* ScannerViewController.swift */; }; |
| 19 | + D55281BF20167DB400FF3CDD /* UIViewController+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D55281BE20167DB400FF3CDD /* UIViewController+Extensions.swift */; }; |
15 | 20 | D5C4E08E1CA0BFB9008D9269 /* InfoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5C4E08C1CA0BFB9008D9269 /* InfoView.swift */; }; |
16 | 21 | D5C4E08F1CA0BFB9008D9269 /* TorchMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5C4E08D1CA0BFB9008D9269 /* TorchMode.swift */; }; |
17 | 22 | D5F1C1C91C9C5113001E17A6 /* Config.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5F1C1C51C9C5113001E17A6 /* Config.swift */; }; |
|
26 | 31 | D50BE3E51C9FE7A80000A34C /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = " [email protected]"; sourceTree = "<group>"; }; |
27 | 32 | D50BE3E61C9FE7A80000A34C /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = " [email protected]"; sourceTree = "<group>"; }; |
28 | 33 | D50BE3E71C9FE7A80000A34C /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = " [email protected]"; sourceTree = "<group>"; }; |
| 34 | + D55281B52016758F00FF3CDD /* HeaderViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HeaderViewController.swift; sourceTree = "<group>"; }; |
| 35 | + D55281B7201675D500FF3CDD /* MessageViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageViewController.swift; sourceTree = "<group>"; }; |
| 36 | + D55281B92016770800FF3CDD /* SettingsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsViewController.swift; sourceTree = "<group>"; }; |
| 37 | + D55281BB2016782C00FF3CDD /* ScannerViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ScannerViewController.swift; sourceTree = "<group>"; }; |
| 38 | + D55281BE20167DB400FF3CDD /* UIViewController+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIViewController+Extensions.swift"; sourceTree = "<group>"; }; |
29 | 39 | D5B2E89F1C3A780C00C0327D /* BarcodeScanner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = BarcodeScanner.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
30 | 40 | D5C4E08C1CA0BFB9008D9269 /* InfoView.swift */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 2; lastKnownFileType = sourcecode.swift; path = InfoView.swift; sourceTree = "<group>"; tabWidth = 2; }; |
31 | 41 | D5C4E08D1CA0BFB9008D9269 /* TorchMode.swift */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 2; lastKnownFileType = sourcecode.swift; path = TorchMode.swift; sourceTree = "<group>"; tabWidth = 2; }; |
|
57 | 67 | path = Images; |
58 | 68 | sourceTree = "<group>"; |
59 | 69 | }; |
| 70 | + D55281B42016758000FF3CDD /* Controllers */ = { |
| 71 | + isa = PBXGroup; |
| 72 | + children = ( |
| 73 | + D5F1C1C61C9C5113001E17A6 /* BarcodeScannerController.swift */, |
| 74 | + D55281B52016758F00FF3CDD /* HeaderViewController.swift */, |
| 75 | + D55281B7201675D500FF3CDD /* MessageViewController.swift */, |
| 76 | + D55281B92016770800FF3CDD /* SettingsViewController.swift */, |
| 77 | + D55281BB2016782C00FF3CDD /* ScannerViewController.swift */, |
| 78 | + ); |
| 79 | + path = Controllers; |
| 80 | + sourceTree = "<group>"; |
| 81 | + }; |
| 82 | + D55281BD20167D9F00FF3CDD /* Extensions */ = { |
| 83 | + isa = PBXGroup; |
| 84 | + children = ( |
| 85 | + D504555E1FD8714700E46826 /* UIView+Extensions.swift */, |
| 86 | + D55281BE20167DB400FF3CDD /* UIViewController+Extensions.swift */, |
| 87 | + ); |
| 88 | + path = Extensions; |
| 89 | + sourceTree = "<group>"; |
| 90 | + }; |
60 | 91 | D5B2E8951C3A780C00C0327D = { |
61 | 92 | isa = PBXGroup; |
62 | 93 | children = ( |
|
86 | 117 | D5C629691C3A809D007F7B7C /* Sources */ = { |
87 | 118 | isa = PBXGroup; |
88 | 119 | children = ( |
| 120 | + D55281BD20167D9F00FF3CDD /* Extensions */, |
| 121 | + D55281B42016758000FF3CDD /* Controllers */, |
89 | 122 | D5FC8AD61D252A12004BED88 /* State.swift */, |
90 | 123 | D5C4E08C1CA0BFB9008D9269 /* InfoView.swift */, |
91 | 124 | D5C4E08D1CA0BFB9008D9269 /* TorchMode.swift */, |
92 | 125 | 2DBF9E0D1F169DEF006B5AA8 /* FocusViewType.swift */, |
93 | 126 | D5F1C1C51C9C5113001E17A6 /* Config.swift */, |
94 | | - D5F1C1C61C9C5113001E17A6 /* BarcodeScannerController.swift */, |
95 | 127 | D5F1C1D21C9C5809001E17A6 /* HeaderView.swift */, |
96 | | - D504555E1FD8714700E46826 /* UIView+Extensions.swift */, |
97 | 128 | ); |
98 | 129 | path = Sources; |
99 | 130 | sourceTree = "<group>"; |
|
181 | 212 | files = ( |
182 | 213 | D5C4E08F1CA0BFB9008D9269 /* TorchMode.swift in Sources */, |
183 | 214 | D5C4E08E1CA0BFB9008D9269 /* InfoView.swift in Sources */, |
| 215 | + D55281BF20167DB400FF3CDD /* UIViewController+Extensions.swift in Sources */, |
| 216 | + D55281BA2016770800FF3CDD /* SettingsViewController.swift in Sources */, |
184 | 217 | D5F1C1D31C9C5809001E17A6 /* HeaderView.swift in Sources */, |
185 | 218 | D5F1C1C91C9C5113001E17A6 /* Config.swift in Sources */, |
| 219 | + D55281B8201675D500FF3CDD /* MessageViewController.swift in Sources */, |
186 | 220 | D5F1C1CA1C9C5113001E17A6 /* BarcodeScannerController.swift in Sources */, |
| 221 | + D55281BC2016782C00FF3CDD /* ScannerViewController.swift in Sources */, |
187 | 222 | 2DBF9E0E1F169DEF006B5AA8 /* FocusViewType.swift in Sources */, |
188 | 223 | D504555F1FD8714700E46826 /* UIView+Extensions.swift in Sources */, |
189 | 224 | D5FC8AD71D252A12004BED88 /* State.swift in Sources */, |
| 225 | + D55281B62016758F00FF3CDD /* HeaderViewController.swift in Sources */, |
190 | 226 | ); |
191 | 227 | runOnlyForDeploymentPostprocessing = 0; |
192 | 228 | }; |
|
0 commit comments