|
3 | 3 | archiveVersion = 1; |
4 | 4 | classes = { |
5 | 5 | }; |
6 | | - objectVersion = 56; |
| 6 | + objectVersion = 60; |
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | | - 1125C4B111C313BADE9DEE27 /* Pods_SimpleSourceExample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E03B72459B7D8A89ED6D1A29 /* Pods_SimpleSourceExample.framework */; }; |
| 10 | + 62FF82AA2AF09C9500C7EB61 /* SimpleSource in Frameworks */ = {isa = PBXBuildFile; productRef = 62FF82A92AF09C9500C7EB61 /* SimpleSource */; }; |
11 | 11 | C424C2691E3B4B2900CEE8C0 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C424C2681E3B4B2900CEE8C0 /* AppDelegate.swift */; }; |
12 | 12 | C424C26B1E3B4B2900CEE8C0 /* ColorTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C424C26A1E3B4B2900CEE8C0 /* ColorTableViewController.swift */; }; |
13 | 13 | C424C26E1E3B4B2900CEE8C0 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C424C26C1E3B4B2900CEE8C0 /* Main.storyboard */; }; |
|
35 | 35 | /* End PBXBuildFile section */ |
36 | 36 |
|
37 | 37 | /* Begin PBXFileReference section */ |
38 | | - 65333953768EE8F03228185B /* Pods-SimpleSourceExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SimpleSourceExample.debug.xcconfig"; path = "Pods/Target Support Files/Pods-SimpleSourceExample/Pods-SimpleSourceExample.debug.xcconfig"; sourceTree = "<group>"; }; |
39 | | - 8C2328A1D61B2AA900671F49 /* Pods-SimpleSourceExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SimpleSourceExample.release.xcconfig"; path = "Pods/Target Support Files/Pods-SimpleSourceExample/Pods-SimpleSourceExample.release.xcconfig"; sourceTree = "<group>"; }; |
40 | 38 | C424C2651E3B4B2900CEE8C0 /* SimpleSourceExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SimpleSourceExample.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
41 | 39 | C424C2681E3B4B2900CEE8C0 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
42 | 40 | C424C26A1E3B4B2900CEE8C0 /* ColorTableViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ColorTableViewController.swift; sourceTree = "<group>"; }; |
|
63 | 61 | C424C2AB1E3D1B1600CEE8C0 /* characters.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = characters.json; sourceTree = "<group>"; }; |
64 | 62 | C4847CC4200388DD00841DBA /* ItemListTableViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ItemListTableViewController.swift; sourceTree = "<group>"; }; |
65 | 63 | C4E8EA791EABC18300D5EE1D /* ReorderingColorGridViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ReorderingColorGridViewController.swift; sourceTree = "<group>"; }; |
66 | | - E03B72459B7D8A89ED6D1A29 /* Pods_SimpleSourceExample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SimpleSourceExample.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
67 | 64 | /* End PBXFileReference section */ |
68 | 65 |
|
69 | 66 | /* Begin PBXFrameworksBuildPhase section */ |
70 | 67 | C424C2621E3B4B2900CEE8C0 /* Frameworks */ = { |
71 | 68 | isa = PBXFrameworksBuildPhase; |
72 | 69 | buildActionMask = 2147483647; |
73 | 70 | files = ( |
74 | | - 1125C4B111C313BADE9DEE27 /* Pods_SimpleSourceExample.framework in Frameworks */, |
| 71 | + 62FF82AA2AF09C9500C7EB61 /* SimpleSource in Frameworks */, |
75 | 72 | ); |
76 | 73 | runOnlyForDeploymentPostprocessing = 0; |
77 | 74 | }; |
78 | 75 | /* End PBXFrameworksBuildPhase section */ |
79 | 76 |
|
80 | 77 | /* Begin PBXGroup section */ |
81 | | - 5D1976861E89CF5DB8542DB1 /* Pods */ = { |
82 | | - isa = PBXGroup; |
83 | | - children = ( |
84 | | - 65333953768EE8F03228185B /* Pods-SimpleSourceExample.debug.xcconfig */, |
85 | | - 8C2328A1D61B2AA900671F49 /* Pods-SimpleSourceExample.release.xcconfig */, |
86 | | - ); |
87 | | - name = Pods; |
88 | | - sourceTree = "<group>"; |
89 | | - }; |
90 | | - 6C8F20F1EEC12F51A1D3E66B /* Frameworks */ = { |
91 | | - isa = PBXGroup; |
92 | | - children = ( |
93 | | - E03B72459B7D8A89ED6D1A29 /* Pods_SimpleSourceExample.framework */, |
94 | | - ); |
95 | | - name = Frameworks; |
96 | | - sourceTree = "<group>"; |
97 | | - }; |
98 | 78 | C424C25C1E3B4B2900CEE8C0 = { |
99 | 79 | isa = PBXGroup; |
100 | 80 | children = ( |
101 | 81 | C424C2671E3B4B2900CEE8C0 /* SimpleSourceExample */, |
102 | 82 | C424C2661E3B4B2900CEE8C0 /* Products */, |
103 | | - 5D1976861E89CF5DB8542DB1 /* Pods */, |
104 | | - 6C8F20F1EEC12F51A1D3E66B /* Frameworks */, |
105 | 83 | ); |
106 | 84 | sourceTree = "<group>"; |
107 | 85 | }; |
|
264 | 242 | isa = PBXNativeTarget; |
265 | 243 | buildConfigurationList = C424C2771E3B4B2900CEE8C0 /* Build configuration list for PBXNativeTarget "SimpleSourceExample" */; |
266 | 244 | buildPhases = ( |
267 | | - C9493BAEA1942A5FAEECDEE7 /* [CP] Check Pods Manifest.lock */, |
268 | 245 | C424C2611E3B4B2900CEE8C0 /* Sources */, |
269 | 246 | C424C2621E3B4B2900CEE8C0 /* Frameworks */, |
270 | 247 | C424C2631E3B4B2900CEE8C0 /* Resources */, |
271 | | - 61726B5B8A96F790C3CA8367 /* [CP] Embed Pods Frameworks */, |
272 | 248 | ); |
273 | 249 | buildRules = ( |
274 | 250 | ); |
275 | 251 | dependencies = ( |
276 | 252 | ); |
277 | 253 | name = SimpleSourceExample; |
| 254 | + packageProductDependencies = ( |
| 255 | + 62FF82A92AF09C9500C7EB61 /* SimpleSource */, |
| 256 | + ); |
278 | 257 | productName = SimpleSourceExample; |
279 | 258 | productReference = C424C2651E3B4B2900CEE8C0 /* SimpleSourceExample.app */; |
280 | 259 | productType = "com.apple.product-type.application"; |
|
306 | 285 | Base, |
307 | 286 | ); |
308 | 287 | mainGroup = C424C25C1E3B4B2900CEE8C0; |
| 288 | + packageReferences = ( |
| 289 | + 62FF82A82AF09C7600C7EB61 /* XCLocalSwiftPackageReference ".." */, |
| 290 | + ); |
309 | 291 | productRefGroup = C424C2661E3B4B2900CEE8C0 /* Products */; |
310 | 292 | projectDirPath = ""; |
311 | 293 | projectRoot = ""; |
|
330 | 312 | }; |
331 | 313 | /* End PBXResourcesBuildPhase section */ |
332 | 314 |
|
333 | | -/* Begin PBXShellScriptBuildPhase section */ |
334 | | - 61726B5B8A96F790C3CA8367 /* [CP] Embed Pods Frameworks */ = { |
335 | | - isa = PBXShellScriptBuildPhase; |
336 | | - buildActionMask = 2147483647; |
337 | | - files = ( |
338 | | - ); |
339 | | - inputFileListPaths = ( |
340 | | - "${PODS_ROOT}/Target Support Files/Pods-SimpleSourceExample/Pods-SimpleSourceExample-frameworks-${CONFIGURATION}-input-files.xcfilelist", |
341 | | - ); |
342 | | - name = "[CP] Embed Pods Frameworks"; |
343 | | - outputFileListPaths = ( |
344 | | - "${PODS_ROOT}/Target Support Files/Pods-SimpleSourceExample/Pods-SimpleSourceExample-frameworks-${CONFIGURATION}-output-files.xcfilelist", |
345 | | - ); |
346 | | - runOnlyForDeploymentPostprocessing = 0; |
347 | | - shellPath = /bin/sh; |
348 | | - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-SimpleSourceExample/Pods-SimpleSourceExample-frameworks.sh\"\n"; |
349 | | - showEnvVarsInLog = 0; |
350 | | - }; |
351 | | - C9493BAEA1942A5FAEECDEE7 /* [CP] Check Pods Manifest.lock */ = { |
352 | | - isa = PBXShellScriptBuildPhase; |
353 | | - buildActionMask = 2147483647; |
354 | | - files = ( |
355 | | - ); |
356 | | - inputPaths = ( |
357 | | - "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
358 | | - "${PODS_ROOT}/Manifest.lock", |
359 | | - ); |
360 | | - name = "[CP] Check Pods Manifest.lock"; |
361 | | - outputPaths = ( |
362 | | - "$(DERIVED_FILE_DIR)/Pods-SimpleSourceExample-checkManifestLockResult.txt", |
363 | | - ); |
364 | | - runOnlyForDeploymentPostprocessing = 0; |
365 | | - shellPath = /bin/sh; |
366 | | - shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; |
367 | | - showEnvVarsInLog = 0; |
368 | | - }; |
369 | | -/* End PBXShellScriptBuildPhase section */ |
370 | | - |
371 | 315 | /* Begin PBXSourcesBuildPhase section */ |
372 | 316 | C424C2611E3B4B2900CEE8C0 /* Sources */ = { |
373 | 317 | isa = PBXSourcesBuildPhase; |
|
539 | 483 | }; |
540 | 484 | C424C2781E3B4B2900CEE8C0 /* Debug */ = { |
541 | 485 | isa = XCBuildConfiguration; |
542 | | - baseConfigurationReference = 65333953768EE8F03228185B /* Pods-SimpleSourceExample.debug.xcconfig */; |
543 | 486 | buildSettings = { |
544 | 487 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
545 | 488 | INFOPLIST_FILE = SimpleSourceExample/Info.plist; |
|
554 | 497 | }; |
555 | 498 | C424C2791E3B4B2900CEE8C0 /* Release */ = { |
556 | 499 | isa = XCBuildConfiguration; |
557 | | - baseConfigurationReference = 8C2328A1D61B2AA900671F49 /* Pods-SimpleSourceExample.release.xcconfig */; |
558 | 500 | buildSettings = { |
559 | 501 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
560 | 502 | INFOPLIST_FILE = SimpleSourceExample/Info.plist; |
|
590 | 532 | }; |
591 | 533 | /* End XCConfigurationList section */ |
592 | 534 |
|
| 535 | +/* Begin XCLocalSwiftPackageReference section */ |
| 536 | + 62FF82A82AF09C7600C7EB61 /* XCLocalSwiftPackageReference ".." */ = { |
| 537 | + isa = XCLocalSwiftPackageReference; |
| 538 | + relativePath = ..; |
| 539 | + }; |
| 540 | +/* End XCLocalSwiftPackageReference section */ |
| 541 | + |
| 542 | +/* Begin XCSwiftPackageProductDependency section */ |
| 543 | + 62FF82A92AF09C9500C7EB61 /* SimpleSource */ = { |
| 544 | + isa = XCSwiftPackageProductDependency; |
| 545 | + productName = SimpleSource; |
| 546 | + }; |
| 547 | +/* End XCSwiftPackageProductDependency section */ |
| 548 | + |
593 | 549 | /* Begin XCVersionGroup section */ |
594 | 550 | C424C29D1E3D030600CEE8C0 /* CharacterModel.xcdatamodeld */ = { |
595 | 551 | isa = XCVersionGroup; |
|
0 commit comments