|
21 | 21 | FAA121EE24C50C4A009F12C2 /* UserDefaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAA121ED24C50C4A009F12C2 /* UserDefaults.swift */; };
|
22 | 22 | FAA121F124C50CAC009F12C2 /* SegmentedCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAA121F024C50CAC009F12C2 /* SegmentedCell.swift */; };
|
23 | 23 | FAA121F324C52F2F009F12C2 /* ContactCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAA121F224C52F2F009F12C2 /* ContactCell.swift */; };
|
| 24 | + FAA121FA24C69ADA009F12C2 /* ImageEntity.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAA121F924C69ADA009F12C2 /* ImageEntity.swift */; }; |
| 25 | + FAA121FC24C6A935009F12C2 /* DistanceCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAA121FB24C6A935009F12C2 /* DistanceCell.swift */; }; |
24 | 26 | FACE7EB524C15494002FE5FC /* ErrorOverlay.swift in Sources */ = {isa = PBXBuildFile; fileRef = FACE7EB424C15494002FE5FC /* ErrorOverlay.swift */; };
|
25 | 27 | FACE7EB724C173FE002FE5FC /* LocationsListMenu.swift in Sources */ = {isa = PBXBuildFile; fileRef = FACE7EB624C173FE002FE5FC /* LocationsListMenu.swift */; };
|
26 | 28 | FACE7EB924C176EB002FE5FC /* Location.swift in Sources */ = {isa = PBXBuildFile; fileRef = FACE7EB824C176EB002FE5FC /* Location.swift */; };
|
|
45 | 47 | FAA121ED24C50C4A009F12C2 /* UserDefaults.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserDefaults.swift; sourceTree = "<group>"; };
|
46 | 48 | FAA121F024C50CAC009F12C2 /* SegmentedCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SegmentedCell.swift; sourceTree = "<group>"; };
|
47 | 49 | FAA121F224C52F2F009F12C2 /* ContactCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContactCell.swift; sourceTree = "<group>"; };
|
| 50 | + FAA121F924C69ADA009F12C2 /* ImageEntity.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImageEntity.swift; sourceTree = "<group>"; }; |
| 51 | + FAA121FB24C6A935009F12C2 /* DistanceCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DistanceCell.swift; sourceTree = "<group>"; }; |
48 | 52 | FACE7EB424C15494002FE5FC /* ErrorOverlay.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ErrorOverlay.swift; sourceTree = "<group>"; };
|
49 | 53 | FACE7EB624C173FE002FE5FC /* LocationsListMenu.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocationsListMenu.swift; sourceTree = "<group>"; };
|
50 | 54 | FACE7EB824C176EB002FE5FC /* Location.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Location.swift; sourceTree = "<group>"; };
|
|
108 | 112 | children = (
|
109 | 113 | FAA121EF24C50C8E009F12C2 /* Settings */,
|
110 | 114 | FACE7EB824C176EB002FE5FC /* Location.swift */,
|
| 115 | + FAA121F924C69ADA009F12C2 /* ImageEntity.swift */, |
111 | 116 | FA51865624C13A56009064F6 /* CustomTurbah.swift */,
|
112 | 117 | FACE7EC024C4006D002FE5FC /* CompassView.swift */,
|
113 | 118 | FA8EC36024BFD452004FF5E2 /* VisualEffectButton.swift */,
|
|
126 | 131 | FA51865424C133AD009064F6 /* SettingsFooterView.swift */,
|
127 | 132 | FAA121F024C50CAC009F12C2 /* SegmentedCell.swift */,
|
128 | 133 | FAA121F224C52F2F009F12C2 /* ContactCell.swift */,
|
| 134 | + FAA121FB24C6A935009F12C2 /* DistanceCell.swift */, |
129 | 135 | );
|
130 | 136 | path = Settings;
|
131 | 137 | sourceTree = "<group>";
|
|
146 | 152 | dependencies = (
|
147 | 153 | );
|
148 | 154 | name = Turbah;
|
| 155 | + packageProductDependencies = ( |
| 156 | + ); |
149 | 157 | productName = Turbah;
|
150 | 158 | productReference = FA7A250424BFA497003D8825 /* Turbah.app */;
|
151 | 159 | productType = "com.apple.product-type.application";
|
|
174 | 182 | Base,
|
175 | 183 | );
|
176 | 184 | mainGroup = FA7A24FB24BFA497003D8825;
|
| 185 | + packageReferences = ( |
| 186 | + ); |
177 | 187 | productRefGroup = FA7A250524BFA497003D8825 /* Products */;
|
178 | 188 | projectDirPath = "";
|
179 | 189 | projectRoot = "";
|
|
200 | 210 | isa = PBXSourcesBuildPhase;
|
201 | 211 | buildActionMask = 2147483647;
|
202 | 212 | files = (
|
| 213 | + FAA121FA24C69ADA009F12C2 /* ImageEntity.swift in Sources */, |
203 | 214 | FA8EC36324BFD48D004FF5E2 /* Super.swift in Sources */,
|
204 | 215 | FAA121F324C52F2F009F12C2 /* ContactCell.swift in Sources */,
|
205 | 216 | FACE7EB524C15494002FE5FC /* ErrorOverlay.swift in Sources */,
|
| 217 | + FAA121FC24C6A935009F12C2 /* DistanceCell.swift in Sources */, |
206 | 218 | FA8EC36124BFD452004FF5E2 /* VisualEffectButton.swift in Sources */,
|
207 | 219 | FACE7EB924C176EB002FE5FC /* Location.swift in Sources */,
|
208 | 220 | FACE7EB724C173FE002FE5FC /* LocationsListMenu.swift in Sources */,
|
|
0 commit comments