|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + A313E7A1257CFD8100C7AC6C /* BluetoothAudioDefaultsProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = A313E7A0257CFD8100C7AC6C /* BluetoothAudioDefaultsProtocol.swift */; }; |
| 11 | + A313E7A6257CFFE200C7AC6C /* BluetoothAudioDefaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = A313E7A5257CFFE200C7AC6C /* BluetoothAudioDefaults.swift */; }; |
10 | 12 | A34E91802570BC73000DB3F4 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A34E917F2570BC73000DB3F4 /* AppDelegate.swift */; }; |
11 | | - A34E91822570BC73000DB3F4 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A34E91812570BC73000DB3F4 /* ViewController.swift */; }; |
| 13 | + A34E91822570BC73000DB3F4 /* SbcViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A34E91812570BC73000DB3F4 /* SbcViewController.swift */; }; |
12 | 14 | A34E91852570BC73000DB3F4 /* sbc_bitpool_expander.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = A34E91832570BC73000DB3F4 /* sbc_bitpool_expander.xcdatamodeld */; }; |
13 | 15 | A34E91872570BC74000DB3F4 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A34E91862570BC74000DB3F4 /* Assets.xcassets */; }; |
14 | 16 | A34E918A2570BC74000DB3F4 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A34E91882570BC74000DB3F4 /* Main.storyboard */; }; |
| 17 | + A3681907257BE32700438C80 /* ChannelDetail.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3681906257BE32700438C80 /* ChannelDetail.swift */; }; |
| 18 | + A3A4BF38257E6AB600F06042 /* SbcBitpoolExpanderDefaultsProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3A4BF37257E6AB600F06042 /* SbcBitpoolExpanderDefaultsProtocol.swift */; }; |
| 19 | + A3A4BF40257E862F00F06042 /* SbcAssemblyProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3A4BF3F257E862F00F06042 /* SbcAssemblyProtocol.swift */; }; |
| 20 | + A3A4BF45257E86A100F06042 /* SbcAssembly.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3A4BF44257E86A100F06042 /* SbcAssembly.swift */; }; |
| 21 | + A3A4BF4C257E8C3D00F06042 /* SbcServiceProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3A4BF4B257E8C3D00F06042 /* SbcServiceProtocol.swift */; }; |
| 22 | + A3D064402577E51200CF800B /* SbcBitpoolExpanderDefaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3D0643F2577E51200CF800B /* SbcBitpoolExpanderDefaults.swift */; }; |
| 23 | + A3DCA541257E9065005459EE /* SbcService.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3DCA540257E9065005459EE /* SbcService.swift */; }; |
| 24 | + A3E001462577838A00B42B52 /* BitpoolDetail.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3E001452577838A00B42B52 /* BitpoolDetail.swift */; }; |
15 | 25 | /* End PBXBuildFile section */ |
16 | 26 |
|
17 | 27 | /* Begin PBXFileReference section */ |
| 28 | + A313E7A0257CFD8100C7AC6C /* BluetoothAudioDefaultsProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BluetoothAudioDefaultsProtocol.swift; sourceTree = "<group>"; }; |
| 29 | + A313E7A5257CFFE200C7AC6C /* BluetoothAudioDefaults.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BluetoothAudioDefaults.swift; sourceTree = "<group>"; }; |
18 | 30 | A34E917C2570BC73000DB3F4 /* sbc bitpool expander.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "sbc bitpool expander.app"; sourceTree = BUILT_PRODUCTS_DIR; }; |
19 | 31 | A34E917F2570BC73000DB3F4 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
20 | | - A34E91812570BC73000DB3F4 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; |
| 32 | + A34E91812570BC73000DB3F4 /* SbcViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SbcViewController.swift; sourceTree = "<group>"; }; |
21 | 33 | A34E91842570BC73000DB3F4 /* sbc_bitpool_expander.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = sbc_bitpool_expander.xcdatamodel; sourceTree = "<group>"; }; |
22 | 34 | A34E91862570BC74000DB3F4 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
23 | 35 | A34E91892570BC74000DB3F4 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
24 | 36 | A34E918B2570BC74000DB3F4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
25 | 37 | A34E918C2570BC74000DB3F4 /* sbc_bitpool_expander.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = sbc_bitpool_expander.entitlements; sourceTree = "<group>"; }; |
| 38 | + A3681906257BE32700438C80 /* ChannelDetail.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChannelDetail.swift; sourceTree = "<group>"; }; |
| 39 | + A3A4BF37257E6AB600F06042 /* SbcBitpoolExpanderDefaultsProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SbcBitpoolExpanderDefaultsProtocol.swift; sourceTree = "<group>"; }; |
| 40 | + A3A4BF3F257E862F00F06042 /* SbcAssemblyProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SbcAssemblyProtocol.swift; sourceTree = "<group>"; }; |
| 41 | + A3A4BF44257E86A100F06042 /* SbcAssembly.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SbcAssembly.swift; sourceTree = "<group>"; }; |
| 42 | + A3A4BF4B257E8C3D00F06042 /* SbcServiceProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SbcServiceProtocol.swift; sourceTree = "<group>"; }; |
| 43 | + A3D0643F2577E51200CF800B /* SbcBitpoolExpanderDefaults.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SbcBitpoolExpanderDefaults.swift; sourceTree = "<group>"; }; |
| 44 | + A3DCA540257E9065005459EE /* SbcService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SbcService.swift; sourceTree = "<group>"; }; |
| 45 | + A3E001452577838A00B42B52 /* BitpoolDetail.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BitpoolDetail.swift; sourceTree = "<group>"; }; |
26 | 46 | /* End PBXFileReference section */ |
27 | 47 |
|
28 | 48 | /* Begin PBXFrameworksBuildPhase section */ |
|
36 | 56 | /* End PBXFrameworksBuildPhase section */ |
37 | 57 |
|
38 | 58 | /* Begin PBXGroup section */ |
| 59 | + A313E7AE257D071D00C7AC6C /* entity */ = { |
| 60 | + isa = PBXGroup; |
| 61 | + children = ( |
| 62 | + A3E001452577838A00B42B52 /* BitpoolDetail.swift */, |
| 63 | + A3681906257BE32700438C80 /* ChannelDetail.swift */, |
| 64 | + ); |
| 65 | + path = entity; |
| 66 | + sourceTree = "<group>"; |
| 67 | + }; |
39 | 68 | A34E91732570BC73000DB3F4 = { |
40 | 69 | isa = PBXGroup; |
41 | 70 | children = ( |
|
55 | 84 | A34E917E2570BC73000DB3F4 /* sbc bitpool expander */ = { |
56 | 85 | isa = PBXGroup; |
57 | 86 | children = ( |
58 | | - A34E917F2570BC73000DB3F4 /* AppDelegate.swift */, |
59 | | - A34E91812570BC73000DB3F4 /* ViewController.swift */, |
| 87 | + A3F044492580F47B009F370F /* assembly */, |
| 88 | + A3F044482580EFFB009F370F /* route */, |
| 89 | + A313E7AE257D071D00C7AC6C /* entity */, |
| 90 | + A3681910257BE6AC00438C80 /* presenter */, |
| 91 | + A368190F257BE69F00438C80 /* interactor */, |
| 92 | + A3681903257BDFD000438C80 /* view */, |
60 | 93 | A34E91862570BC74000DB3F4 /* Assets.xcassets */, |
61 | | - A34E91882570BC74000DB3F4 /* Main.storyboard */, |
62 | 94 | A34E918B2570BC74000DB3F4 /* Info.plist */, |
63 | 95 | A34E918C2570BC74000DB3F4 /* sbc_bitpool_expander.entitlements */, |
64 | 96 | A34E91832570BC73000DB3F4 /* sbc_bitpool_expander.xcdatamodeld */, |
65 | 97 | ); |
66 | 98 | path = "sbc bitpool expander"; |
67 | 99 | sourceTree = "<group>"; |
68 | 100 | }; |
| 101 | + A3681903257BDFD000438C80 /* view */ = { |
| 102 | + isa = PBXGroup; |
| 103 | + children = ( |
| 104 | + A34E91882570BC74000DB3F4 /* Main.storyboard */, |
| 105 | + A34E91812570BC73000DB3F4 /* SbcViewController.swift */, |
| 106 | + ); |
| 107 | + path = view; |
| 108 | + sourceTree = "<group>"; |
| 109 | + }; |
| 110 | + A368190F257BE69F00438C80 /* interactor */ = { |
| 111 | + isa = PBXGroup; |
| 112 | + children = ( |
| 113 | + A313E7A0257CFD8100C7AC6C /* BluetoothAudioDefaultsProtocol.swift */, |
| 114 | + A313E7A5257CFFE200C7AC6C /* BluetoothAudioDefaults.swift */, |
| 115 | + A3A4BF37257E6AB600F06042 /* SbcBitpoolExpanderDefaultsProtocol.swift */, |
| 116 | + A3D0643F2577E51200CF800B /* SbcBitpoolExpanderDefaults.swift */, |
| 117 | + ); |
| 118 | + path = interactor; |
| 119 | + sourceTree = "<group>"; |
| 120 | + }; |
| 121 | + A3681910257BE6AC00438C80 /* presenter */ = { |
| 122 | + isa = PBXGroup; |
| 123 | + children = ( |
| 124 | + A3A4BF4B257E8C3D00F06042 /* SbcServiceProtocol.swift */, |
| 125 | + A3DCA540257E9065005459EE /* SbcService.swift */, |
| 126 | + ); |
| 127 | + path = presenter; |
| 128 | + sourceTree = "<group>"; |
| 129 | + }; |
| 130 | + A3F044482580EFFB009F370F /* route */ = { |
| 131 | + isa = PBXGroup; |
| 132 | + children = ( |
| 133 | + A34E917F2570BC73000DB3F4 /* AppDelegate.swift */, |
| 134 | + ); |
| 135 | + path = route; |
| 136 | + sourceTree = "<group>"; |
| 137 | + }; |
| 138 | + A3F044492580F47B009F370F /* assembly */ = { |
| 139 | + isa = PBXGroup; |
| 140 | + children = ( |
| 141 | + A3A4BF3F257E862F00F06042 /* SbcAssemblyProtocol.swift */, |
| 142 | + A3A4BF44257E86A100F06042 /* SbcAssembly.swift */, |
| 143 | + ); |
| 144 | + path = assembly; |
| 145 | + sourceTree = "<group>"; |
| 146 | + }; |
69 | 147 | /* End PBXGroup section */ |
70 | 148 |
|
71 | 149 | /* Begin PBXNativeTarget section */ |
|
135 | 213 | isa = PBXSourcesBuildPhase; |
136 | 214 | buildActionMask = 2147483647; |
137 | 215 | files = ( |
138 | | - A34E91822570BC73000DB3F4 /* ViewController.swift in Sources */, |
| 216 | + A3681907257BE32700438C80 /* ChannelDetail.swift in Sources */, |
| 217 | + A3DCA541257E9065005459EE /* SbcService.swift in Sources */, |
| 218 | + A3A4BF4C257E8C3D00F06042 /* SbcServiceProtocol.swift in Sources */, |
| 219 | + A34E91822570BC73000DB3F4 /* SbcViewController.swift in Sources */, |
| 220 | + A3A4BF45257E86A100F06042 /* SbcAssembly.swift in Sources */, |
| 221 | + A313E7A1257CFD8100C7AC6C /* BluetoothAudioDefaultsProtocol.swift in Sources */, |
| 222 | + A3D064402577E51200CF800B /* SbcBitpoolExpanderDefaults.swift in Sources */, |
139 | 223 | A34E91852570BC73000DB3F4 /* sbc_bitpool_expander.xcdatamodeld in Sources */, |
140 | 224 | A34E91802570BC73000DB3F4 /* AppDelegate.swift in Sources */, |
| 225 | + A3A4BF40257E862F00F06042 /* SbcAssemblyProtocol.swift in Sources */, |
| 226 | + A3E001462577838A00B42B52 /* BitpoolDetail.swift in Sources */, |
| 227 | + A3A4BF38257E6AB600F06042 /* SbcBitpoolExpanderDefaultsProtocol.swift in Sources */, |
| 228 | + A313E7A6257CFFE200C7AC6C /* BluetoothAudioDefaults.swift in Sources */, |
141 | 229 | ); |
142 | 230 | runOnlyForDeploymentPostprocessing = 0; |
143 | 231 | }; |
|
0 commit comments