|
1 | 1 | // !$*UTF8*$! |
2 | 2 | { |
3 | 3 | archiveVersion = 1; |
4 | | - classes = {}; |
| 4 | + classes = { |
| 5 | + }; |
5 | 6 | objectVersion = 60; |
6 | 7 | objects = { |
7 | 8 |
|
8 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 00F367692EA1FFDF00AD315E /* Routes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00F367682EA1FFDD00AD315E /* Routes.swift */; }; |
9 | 11 | 84A968752C7E34EE00AA1E20 /* Album.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84A968752C7E34EE00AA1E10 /* Album.swift */; }; |
10 | 12 | 84A968752C7E34EE00AA1E21 /* AlbumDetailView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84A968752C7E34EE00AA1E11 /* AlbumDetailView.swift */; }; |
11 | 13 | 84A968752C7E34EE00AA1E22 /* AlbumListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84A968752C7E34EE00AA1E12 /* AlbumListView.swift */; }; |
|
15 | 17 | /* End PBXBuildFile section */ |
16 | 18 |
|
17 | 19 | /* Begin PBXFileReference section */ |
| 20 | + 00F367682EA1FFDD00AD315E /* Routes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Routes.swift; sourceTree = "<group>"; }; |
18 | 21 | 84A968752C7E34EE00AA1E10 /* Album.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Album.swift; sourceTree = "<group>"; }; |
19 | 22 | 84A968752C7E34EE00AA1E11 /* AlbumDetailView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AlbumDetailView.swift; sourceTree = "<group>"; }; |
20 | 23 | 84A968752C7E34EE00AA1E12 /* AlbumListView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AlbumListView.swift; sourceTree = "<group>"; }; |
|
55 | 58 | 84A968752C7E34EE00AA1E08 /* MusicApp */ = { |
56 | 59 | isa = PBXGroup; |
57 | 60 | children = ( |
| 61 | + 00F367682EA1FFDD00AD315E /* Routes.swift */, |
58 | 62 | 84A968752C7E34EE00AA1E13 /* MusicApp.swift */, |
59 | 63 | 84A968752C7E34EE00AA1E10 /* Album.swift */, |
60 | 64 | 84A968752C7E34EE00AA1E11 /* AlbumDetailView.swift */, |
|
137 | 141 | files = ( |
138 | 142 | 84A968752C7E34EE00AA1E23 /* MusicApp.swift in Sources */, |
139 | 143 | 84A968752C7E34EE00AA1E20 /* Album.swift in Sources */, |
| 144 | + 00F367692EA1FFDF00AD315E /* Routes.swift in Sources */, |
140 | 145 | 84A968752C7E34EE00AA1E21 /* AlbumDetailView.swift in Sources */, |
141 | 146 | 84A968752C7E34EE00AA1E22 /* AlbumListView.swift in Sources */, |
142 | 147 | ); |
|
258 | 263 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
259 | 264 | CODE_SIGN_STYLE = Automatic; |
260 | 265 | CURRENT_PROJECT_VERSION = 1; |
261 | | - DEVELOPMENT_ASSET_PATHS = "MusicApp/Preview Content"; |
262 | 266 | DEVELOPMENT_TEAM = ""; |
263 | 267 | ENABLE_PREVIEWS = YES; |
264 | 268 | GENERATE_INFOPLIST_FILE = NO; |
|
268 | 272 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
269 | 273 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
270 | 274 | IPHONEOS_DEPLOYMENT_TARGET = 17.0; |
271 | | - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
| 275 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 276 | + "$(inherited)", |
| 277 | + "@executable_path/Frameworks", |
| 278 | + ); |
272 | 279 | MARKETING_VERSION = 1.0; |
273 | 280 | PRODUCT_BUNDLE_IDENTIFIER = com.example.MusicApp; |
274 | 281 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
286 | 293 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
287 | 294 | CODE_SIGN_STYLE = Automatic; |
288 | 295 | CURRENT_PROJECT_VERSION = 1; |
289 | | - DEVELOPMENT_ASSET_PATHS = "MusicApp/Preview Content"; |
290 | 296 | DEVELOPMENT_TEAM = ""; |
291 | 297 | ENABLE_PREVIEWS = YES; |
292 | 298 | GENERATE_INFOPLIST_FILE = NO; |
|
296 | 302 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
297 | 303 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
298 | 304 | IPHONEOS_DEPLOYMENT_TARGET = 17.0; |
299 | | - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
| 305 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 306 | + "$(inherited)", |
| 307 | + "@executable_path/Frameworks", |
| 308 | + ); |
300 | 309 | MARKETING_VERSION = 1.0; |
301 | 310 | PRODUCT_BUNDLE_IDENTIFIER = com.example.MusicApp; |
302 | 311 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
333 | 342 | /* Begin XCLocalSwiftPackageReference section */ |
334 | 343 | 84A968752C7E34EE00AA1E40 /* XCLocalSwiftPackageReference "../../" */ = { |
335 | 344 | isa = XCLocalSwiftPackageReference; |
336 | | - relativePath = "../../"; |
| 345 | + relativePath = ../../; |
337 | 346 | }; |
338 | 347 | /* End XCLocalSwiftPackageReference section */ |
339 | 348 |
|
|
344 | 353 | productName = SwiftUIRoutes; |
345 | 354 | }; |
346 | 355 | /* End XCSwiftPackageProductDependency section */ |
347 | | - |
348 | 356 | }; |
349 | 357 | rootObject = 84A968752C7E34EE00AA1E01 /* Project object */; |
350 | 358 | } |
0 commit comments