|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + BE33D3972964F4F600736CA7 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE33D3962964F4F600736CA7 /* AppDelegate.swift */; }; |
| 11 | + BE4859D2297785A20087653D /* CoreDataPlus in Frameworks */ = {isa = PBXBuildFile; productRef = BE4859D1297785A20087653D /* CoreDataPlus */; }; |
10 | 12 | BEFA11F929491832001DE330 /* Example_AppApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEFA11F829491832001DE330 /* Example_AppApp.swift */; }; |
11 | 13 | BEFA11FB29491832001DE330 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEFA11FA29491832001DE330 /* ContentView.swift */; }; |
12 | 14 | BEFA11FD29491832001DE330 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = BEFA11FC29491832001DE330 /* Assets.xcassets */; }; |
13 | 15 | BEFA120029491832001DE330 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = BEFA11FF29491832001DE330 /* Preview Assets.xcassets */; }; |
14 | 16 | BEFA120229491832001DE330 /* Persistence.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEFA120129491832001DE330 /* Persistence.swift */; }; |
15 | 17 | BEFA120529491832001DE330 /* Example_App.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = BEFA120329491832001DE330 /* Example_App.xcdatamodeld */; }; |
16 | | - BEFA1215294918B3001DE330 /* CoreDataPlus in Frameworks */ = {isa = PBXBuildFile; productRef = BEFA1214294918B3001DE330 /* CoreDataPlus */; }; |
17 | 18 | BEFA121929491916001DE330 /* Book.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEFA121629491915001DE330 /* Book.swift */; }; |
18 | 19 | BEFA121A29491916001DE330 /* BookDetailView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEFA121729491916001DE330 /* BookDetailView.swift */; }; |
19 | 20 | BEFA121B29491916001DE330 /* Author.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEFA121829491916001DE330 /* Author.swift */; }; |
20 | 21 | /* End PBXBuildFile section */ |
21 | 22 |
|
22 | 23 | /* Begin PBXFileReference section */ |
| 24 | + BE0E1E5529776C7F00038C68 /* Example-App-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = "Example-App-Info.plist"; sourceTree = SOURCE_ROOT; }; |
| 25 | + BE33D3962964F4F600736CA7 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
| 26 | + BE4859D0297785980087653D /* CoreDataPlus */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = CoreDataPlus; path = ..; sourceTree = "<group>"; }; |
23 | 27 | BEFA11F529491832001DE330 /* Example App.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Example App.app"; sourceTree = BUILT_PRODUCTS_DIR; }; |
24 | 28 | BEFA11F829491832001DE330 /* Example_AppApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Example_AppApp.swift; sourceTree = "<group>"; }; |
25 | 29 | BEFA11FA29491832001DE330 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; |
26 | 30 | BEFA11FC29491832001DE330 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
27 | 31 | BEFA11FF29491832001DE330 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; |
28 | 32 | BEFA120129491832001DE330 /* Persistence.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Persistence.swift; sourceTree = "<group>"; }; |
29 | 33 | BEFA120429491832001DE330 /* Example_App.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = Example_App.xcdatamodel; sourceTree = "<group>"; }; |
30 | | - BEFA12122949189B001DE330 /* CoreDataPlus */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = CoreDataPlus; path = ..; sourceTree = "<group>"; }; |
31 | 34 | BEFA121629491915001DE330 /* Book.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Book.swift; sourceTree = "<group>"; }; |
32 | 35 | BEFA121729491916001DE330 /* BookDetailView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BookDetailView.swift; sourceTree = "<group>"; }; |
33 | 36 | BEFA121829491916001DE330 /* Author.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Author.swift; sourceTree = "<group>"; }; |
|
38 | 41 | isa = PBXFrameworksBuildPhase; |
39 | 42 | buildActionMask = 2147483647; |
40 | 43 | files = ( |
41 | | - BEFA1215294918B3001DE330 /* CoreDataPlus in Frameworks */, |
| 44 | + BE4859D2297785A20087653D /* CoreDataPlus in Frameworks */, |
42 | 45 | ); |
43 | 46 | runOnlyForDeploymentPostprocessing = 0; |
44 | 47 | }; |
45 | 48 | /* End PBXFrameworksBuildPhase section */ |
46 | 49 |
|
47 | 50 | /* Begin PBXGroup section */ |
| 51 | + BE4859CF297785980087653D /* Packages */ = { |
| 52 | + isa = PBXGroup; |
| 53 | + children = ( |
| 54 | + BE4859D0297785980087653D /* CoreDataPlus */, |
| 55 | + ); |
| 56 | + name = Packages; |
| 57 | + sourceTree = "<group>"; |
| 58 | + }; |
48 | 59 | BEFA11EC29491832001DE330 = { |
49 | 60 | isa = PBXGroup; |
50 | 61 | children = ( |
51 | | - BEFA12112949189B001DE330 /* Packages */, |
| 62 | + BE4859CF297785980087653D /* Packages */, |
52 | 63 | BEFA11F729491832001DE330 /* Example App */, |
53 | 64 | BEFA11F629491832001DE330 /* Products */, |
54 | 65 | BEFA1213294918B3001DE330 /* Frameworks */, |
|
66 | 77 | BEFA11F729491832001DE330 /* Example App */ = { |
67 | 78 | isa = PBXGroup; |
68 | 79 | children = ( |
| 80 | + BE0E1E5529776C7F00038C68 /* Example-App-Info.plist */, |
69 | 81 | BEFA121829491916001DE330 /* Author.swift */, |
70 | 82 | BEFA121629491915001DE330 /* Book.swift */, |
71 | 83 | BEFA121729491916001DE330 /* BookDetailView.swift */, |
| 84 | + BE33D3962964F4F600736CA7 /* AppDelegate.swift */, |
72 | 85 | BEFA11F829491832001DE330 /* Example_AppApp.swift */, |
73 | 86 | BEFA11FA29491832001DE330 /* ContentView.swift */, |
74 | 87 | BEFA11FC29491832001DE330 /* Assets.xcassets */, |
|
87 | 100 | path = "Preview Content"; |
88 | 101 | sourceTree = "<group>"; |
89 | 102 | }; |
90 | | - BEFA12112949189B001DE330 /* Packages */ = { |
91 | | - isa = PBXGroup; |
92 | | - children = ( |
93 | | - BEFA12122949189B001DE330 /* CoreDataPlus */, |
94 | | - ); |
95 | | - name = Packages; |
96 | | - sourceTree = "<group>"; |
97 | | - }; |
98 | 103 | BEFA1213294918B3001DE330 /* Frameworks */ = { |
99 | 104 | isa = PBXGroup; |
100 | 105 | children = ( |
|
119 | 124 | ); |
120 | 125 | name = "Example App"; |
121 | 126 | packageProductDependencies = ( |
122 | | - BEFA1214294918B3001DE330 /* CoreDataPlus */, |
| 127 | + BE4859D1297785A20087653D /* CoreDataPlus */, |
123 | 128 | ); |
124 | 129 | productName = "Example App"; |
125 | 130 | productReference = BEFA11F529491832001DE330 /* Example App.app */; |
|
175 | 180 | isa = PBXSourcesBuildPhase; |
176 | 181 | buildActionMask = 2147483647; |
177 | 182 | files = ( |
| 183 | + BE33D3972964F4F600736CA7 /* AppDelegate.swift in Sources */, |
178 | 184 | BEFA120529491832001DE330 /* Example_App.xcdatamodeld in Sources */, |
179 | 185 | BEFA120229491832001DE330 /* Persistence.swift in Sources */, |
180 | 186 | BEFA11FB29491832001DE330 /* ContentView.swift in Sources */, |
|
313 | 319 | DEVELOPMENT_TEAM = 63P2N3D9XL; |
314 | 320 | ENABLE_PREVIEWS = YES; |
315 | 321 | GENERATE_INFOPLIST_FILE = YES; |
| 322 | + INFOPLIST_FILE = "Example-App-Info.plist"; |
316 | 323 | INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; |
317 | 324 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
318 | 325 | INFOPLIST_KEY_UILaunchScreen_Generation = YES; |
|
342 | 349 | DEVELOPMENT_TEAM = 63P2N3D9XL; |
343 | 350 | ENABLE_PREVIEWS = YES; |
344 | 351 | GENERATE_INFOPLIST_FILE = YES; |
| 352 | + INFOPLIST_FILE = "Example-App-Info.plist"; |
345 | 353 | INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; |
346 | 354 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
347 | 355 | INFOPLIST_KEY_UILaunchScreen_Generation = YES; |
|
384 | 392 | /* End XCConfigurationList section */ |
385 | 393 |
|
386 | 394 | /* Begin XCSwiftPackageProductDependency section */ |
387 | | - BEFA1214294918B3001DE330 /* CoreDataPlus */ = { |
| 395 | + BE4859D1297785A20087653D /* CoreDataPlus */ = { |
388 | 396 | isa = XCSwiftPackageProductDependency; |
389 | 397 | productName = CoreDataPlus; |
390 | 398 | }; |
|
0 commit comments