|
3 | 3 | archiveVersion = 1; |
4 | 4 | classes = { |
5 | 5 | }; |
6 | | - objectVersion = 51; |
| 6 | + objectVersion = 60; |
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 998C3F112FDE2CE4006300CC /* ImageViewer_swift in Frameworks */ = {isa = PBXBuildFile; productRef = 998C3F102FDE2CE4006300CC /* ImageViewer_swift */; }; |
10 | 11 | A68EAF90239634A000158120 /* ExampleListViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A68EAF8F239634A000158120 /* ExampleListViewController.swift */; }; |
11 | 12 | A68EAF922396361C00158120 /* BasicViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A68EAF912396361C00158120 /* BasicViewController.swift */; }; |
12 | 13 | A68EAF9423963A9100158120 /* Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = A68EAF9323963A9100158120 /* Extensions.swift */; }; |
|
20 | 21 | A6BC0BE223914239004A4E46 /* ThumbCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6BC0BE123914239004A4E46 /* ThumbCell.swift */; }; |
21 | 22 | A6BC0BE823915420004A4E46 /* Data.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6BC0BE723915420004A4E46 /* Data.swift */; }; |
22 | 23 | A6FE4B4624EDDBAE00E9C754 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = A6FE4B4524EDDBAE00E9C754 /* README.md */; }; |
23 | | - D303414D23CA5F17FEDDCF7B /* Pods_Demo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 10710A5B07A80798DED8269E /* Pods_Demo.framework */; }; |
24 | 24 | /* End PBXBuildFile section */ |
25 | 25 |
|
26 | 26 | /* Begin PBXFileReference section */ |
27 | 27 | 10710A5B07A80798DED8269E /* Pods_Demo.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Demo.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
28 | | - 20E424F2DB4A27D25989365C /* Pods-Demo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Demo.release.xcconfig"; path = "Target Support Files/Pods-Demo/Pods-Demo.release.xcconfig"; sourceTree = "<group>"; }; |
29 | 28 | A68EAF8F239634A000158120 /* ExampleListViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExampleListViewController.swift; sourceTree = "<group>"; }; |
30 | 29 | A68EAF912396361C00158120 /* BasicViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BasicViewController.swift; sourceTree = "<group>"; }; |
31 | 30 | A68EAF9323963A9100158120 /* Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Extensions.swift; sourceTree = "<group>"; }; |
|
41 | 40 | A6BC0BE123914239004A4E46 /* ThumbCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ThumbCell.swift; sourceTree = "<group>"; }; |
42 | 41 | A6BC0BE723915420004A4E46 /* Data.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Data.swift; sourceTree = "<group>"; }; |
43 | 42 | A6FE4B4524EDDBAE00E9C754 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../../README.md; sourceTree = "<group>"; }; |
44 | | - D023B1BBDAD100A2962FDC7E /* Pods-Demo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Demo.debug.xcconfig"; path = "Target Support Files/Pods-Demo/Pods-Demo.debug.xcconfig"; sourceTree = "<group>"; }; |
45 | 43 | /* End PBXFileReference section */ |
46 | 44 |
|
47 | 45 | /* Begin PBXFrameworksBuildPhase section */ |
48 | 46 | A6BC0BC1239139F8004A4E46 /* Frameworks */ = { |
49 | 47 | isa = PBXFrameworksBuildPhase; |
50 | 48 | buildActionMask = 2147483647; |
51 | 49 | files = ( |
52 | | - D303414D23CA5F17FEDDCF7B /* Pods_Demo.framework in Frameworks */, |
| 50 | + 998C3F112FDE2CE4006300CC /* ImageViewer_swift in Frameworks */, |
53 | 51 | ); |
54 | 52 | runOnlyForDeploymentPostprocessing = 0; |
55 | 53 | }; |
|
69 | 67 | children = ( |
70 | 68 | A6BC0BC6239139F8004A4E46 /* Demo */, |
71 | 69 | A6BC0BC5239139F8004A4E46 /* Products */, |
72 | | - DF82B993DFB6603C678D27F5 /* Pods */, |
73 | 70 | 536695A4E2804E597DF57F75 /* Frameworks */, |
74 | 71 | ); |
75 | 72 | sourceTree = "<group>"; |
|
103 | 100 | path = Demo; |
104 | 101 | sourceTree = "<group>"; |
105 | 102 | }; |
106 | | - DF82B993DFB6603C678D27F5 /* Pods */ = { |
107 | | - isa = PBXGroup; |
108 | | - children = ( |
109 | | - D023B1BBDAD100A2962FDC7E /* Pods-Demo.debug.xcconfig */, |
110 | | - 20E424F2DB4A27D25989365C /* Pods-Demo.release.xcconfig */, |
111 | | - ); |
112 | | - path = Pods; |
113 | | - sourceTree = "<group>"; |
114 | | - }; |
115 | 103 | /* End PBXGroup section */ |
116 | 104 |
|
117 | 105 | /* Begin PBXNativeTarget section */ |
118 | 106 | A6BC0BC3239139F8004A4E46 /* Demo */ = { |
119 | 107 | isa = PBXNativeTarget; |
120 | 108 | buildConfigurationList = A6BC0BD8239139F9004A4E46 /* Build configuration list for PBXNativeTarget "Demo" */; |
121 | 109 | buildPhases = ( |
122 | | - F2D653881EA1CD30831E01CB /* [CP] Check Pods Manifest.lock */, |
123 | 110 | A6BC0BC0239139F8004A4E46 /* Sources */, |
124 | 111 | A6BC0BC1239139F8004A4E46 /* Frameworks */, |
125 | 112 | A6BC0BC2239139F8004A4E46 /* Resources */, |
126 | | - C03AB560810480391BF64A7A /* [CP] Embed Pods Frameworks */, |
127 | 113 | ); |
128 | 114 | buildRules = ( |
129 | 115 | ); |
|
158 | 144 | Base, |
159 | 145 | ); |
160 | 146 | mainGroup = A6BC0BBB239139F8004A4E46; |
| 147 | + packageReferences = ( |
| 148 | + 998C3F0F2FDE2CE4006300CC /* XCLocalSwiftPackageReference "../../ImageViewer.swift" */, |
| 149 | + ); |
161 | 150 | productRefGroup = A6BC0BC5239139F8004A4E46 /* Products */; |
162 | 151 | projectDirPath = ""; |
163 | 152 | projectRoot = ""; |
|
180 | 169 | }; |
181 | 170 | /* End PBXResourcesBuildPhase section */ |
182 | 171 |
|
183 | | -/* Begin PBXShellScriptBuildPhase section */ |
184 | | - C03AB560810480391BF64A7A /* [CP] Embed Pods Frameworks */ = { |
185 | | - isa = PBXShellScriptBuildPhase; |
186 | | - buildActionMask = 2147483647; |
187 | | - files = ( |
188 | | - ); |
189 | | - inputFileListPaths = ( |
190 | | - "${PODS_ROOT}/Target Support Files/Pods-Demo/Pods-Demo-frameworks-${CONFIGURATION}-input-files.xcfilelist", |
191 | | - ); |
192 | | - name = "[CP] Embed Pods Frameworks"; |
193 | | - outputFileListPaths = ( |
194 | | - "${PODS_ROOT}/Target Support Files/Pods-Demo/Pods-Demo-frameworks-${CONFIGURATION}-output-files.xcfilelist", |
195 | | - ); |
196 | | - runOnlyForDeploymentPostprocessing = 0; |
197 | | - shellPath = /bin/sh; |
198 | | - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Demo/Pods-Demo-frameworks.sh\"\n"; |
199 | | - showEnvVarsInLog = 0; |
200 | | - }; |
201 | | - F2D653881EA1CD30831E01CB /* [CP] Check Pods Manifest.lock */ = { |
202 | | - isa = PBXShellScriptBuildPhase; |
203 | | - buildActionMask = 2147483647; |
204 | | - files = ( |
205 | | - ); |
206 | | - inputFileListPaths = ( |
207 | | - ); |
208 | | - inputPaths = ( |
209 | | - "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
210 | | - "${PODS_ROOT}/Manifest.lock", |
211 | | - ); |
212 | | - name = "[CP] Check Pods Manifest.lock"; |
213 | | - outputFileListPaths = ( |
214 | | - ); |
215 | | - outputPaths = ( |
216 | | - "$(DERIVED_FILE_DIR)/Pods-Demo-checkManifestLockResult.txt", |
217 | | - ); |
218 | | - runOnlyForDeploymentPostprocessing = 0; |
219 | | - shellPath = /bin/sh; |
220 | | - 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"; |
221 | | - showEnvVarsInLog = 0; |
222 | | - }; |
223 | | -/* End PBXShellScriptBuildPhase section */ |
224 | | - |
225 | 172 | /* Begin PBXSourcesBuildPhase section */ |
226 | 173 | A6BC0BC0239139F8004A4E46 /* Sources */ = { |
227 | 174 | isa = PBXSourcesBuildPhase; |
|
370 | 317 | }; |
371 | 318 | A6BC0BD9239139F9004A4E46 /* Debug */ = { |
372 | 319 | isa = XCBuildConfiguration; |
373 | | - baseConfigurationReference = D023B1BBDAD100A2962FDC7E /* Pods-Demo.debug.xcconfig */; |
374 | 320 | buildSettings = { |
375 | 321 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
376 | 322 | CODE_SIGN_STYLE = Automatic; |
|
388 | 334 | }; |
389 | 335 | A6BC0BDA239139F9004A4E46 /* Release */ = { |
390 | 336 | isa = XCBuildConfiguration; |
391 | | - baseConfigurationReference = 20E424F2DB4A27D25989365C /* Pods-Demo.release.xcconfig */; |
392 | 337 | buildSettings = { |
393 | 338 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
394 | 339 | CODE_SIGN_STYLE = Automatic; |
|
426 | 371 | defaultConfigurationName = Release; |
427 | 372 | }; |
428 | 373 | /* End XCConfigurationList section */ |
| 374 | + |
| 375 | +/* Begin XCLocalSwiftPackageReference section */ |
| 376 | + 998C3F0F2FDE2CE4006300CC /* XCLocalSwiftPackageReference "../../ImageViewer.swift" */ = { |
| 377 | + isa = XCLocalSwiftPackageReference; |
| 378 | + relativePath = ../../ImageViewer.swift; |
| 379 | + }; |
| 380 | +/* End XCLocalSwiftPackageReference section */ |
| 381 | + |
| 382 | +/* Begin XCSwiftPackageProductDependency section */ |
| 383 | + 998C3F102FDE2CE4006300CC /* ImageViewer_swift */ = { |
| 384 | + isa = XCSwiftPackageProductDependency; |
| 385 | + productName = ImageViewer_swift; |
| 386 | + }; |
| 387 | +/* End XCSwiftPackageProductDependency section */ |
429 | 388 | }; |
430 | 389 | rootObject = A6BC0BBC239139F8004A4E46 /* Project object */; |
431 | 390 | } |
0 commit comments