|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | 13B337ECB1CBE4DF5D962215 /* Pods_JNHorizontalGroupAvatarCollectionView_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3FBCA8D08664134488C2FD75 /* Pods_JNHorizontalGroupAvatarCollectionView_Example.framework */; };
|
11 |
| - 594CFB42F96A923258AD56E1 /* Pods_JNHorizontalGroupAvatarCollectionView_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8819A6AFDD36917C51C05346 /* Pods_JNHorizontalGroupAvatarCollectionView_Tests.framework */; }; |
12 | 11 | 607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD51AFB9204008FA782 /* AppDelegate.swift */; };
|
13 | 12 | 607FACD81AFB9204008FA782 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD71AFB9204008FA782 /* ViewController.swift */; };
|
14 | 13 | 607FACDB1AFB9204008FA782 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 607FACD91AFB9204008FA782 /* Main.storyboard */; };
|
15 | 14 | 607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDC1AFB9204008FA782 /* Images.xcassets */; };
|
16 | 15 | 607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */; };
|
17 |
| - 607FACEC1AFB9204008FA782 /* Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACEB1AFB9204008FA782 /* Tests.swift */; }; |
| 16 | + C23007532042C9DD00E602C0 /* SelectionTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C23007522042C9DD00E602C0 /* SelectionTableViewCell.swift */; }; |
| 17 | + C23007552042CDC900E602C0 /* User.swift in Sources */ = {isa = PBXBuildFile; fileRef = C23007542042CDC900E602C0 /* User.swift */; }; |
| 18 | + C25E45A12044598C001E077C /* Group.swift in Sources */ = {isa = PBXBuildFile; fileRef = C25E45A02044598C001E077C /* Group.swift */; }; |
18 | 19 | /* End PBXBuildFile section */
|
19 | 20 |
|
20 | 21 | /* Begin PBXContainerItemProxy section */
|
|
28 | 29 | /* End PBXContainerItemProxy section */
|
29 | 30 |
|
30 | 31 | /* Begin PBXFileReference section */
|
31 |
| - 1ACEFD17A61600D482B0D94D /* JNHorizontalGroupAvatarCollectionView.podspec */ = {isa = PBXFileReference; includeInIndex = 1; name = JNHorizontalGroupAvatarCollectionView.podspec; path = ../JNHorizontalGroupAvatarCollectionView.podspec; sourceTree = "<group>"; }; |
32 |
| - 3AE431F2F53E0BF007A410A0 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; name = README.md; path = ../README.md; sourceTree = "<group>"; }; |
| 32 | + 1ACEFD17A61600D482B0D94D /* JNHorizontalGroupAvatarCollectionView.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = JNHorizontalGroupAvatarCollectionView.podspec; path = ../JNHorizontalGroupAvatarCollectionView.podspec; sourceTree = "<group>"; }; |
| 33 | + 3AE431F2F53E0BF007A410A0 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; }; |
33 | 34 | 3FBCA8D08664134488C2FD75 /* Pods_JNHorizontalGroupAvatarCollectionView_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_JNHorizontalGroupAvatarCollectionView_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
34 |
| - 41167D30D901A75C088FDB73 /* Pods-JNHorizontalGroupAvatarCollectionView_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-JNHorizontalGroupAvatarCollectionView_Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-JNHorizontalGroupAvatarCollectionView_Tests/Pods-JNHorizontalGroupAvatarCollectionView_Tests.release.xcconfig"; sourceTree = "<group>"; }; |
35 | 35 | 607FACD01AFB9204008FA782 /* JNHorizontalGroupAvatarCollectionView_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = JNHorizontalGroupAvatarCollectionView_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
36 | 36 | 607FACD41AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
37 | 37 | 607FACD51AFB9204008FA782 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
|
40 | 40 | 607FACDC1AFB9204008FA782 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
|
41 | 41 | 607FACDF1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
|
42 | 42 | 607FACE51AFB9204008FA782 /* JNHorizontalGroupAvatarCollectionView_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = JNHorizontalGroupAvatarCollectionView_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
43 |
| - 607FACEA1AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
44 |
| - 607FACEB1AFB9204008FA782 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = "<group>"; }; |
45 |
| - 638CF2A2465D2C3EBB04E7A8 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; }; |
| 43 | + 638CF2A2465D2C3EBB04E7A8 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; }; |
46 | 44 | 83B4449AFF358D96768506A0 /* Pods-JNHorizontalGroupAvatarCollectionView_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-JNHorizontalGroupAvatarCollectionView_Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-JNHorizontalGroupAvatarCollectionView_Example/Pods-JNHorizontalGroupAvatarCollectionView_Example.debug.xcconfig"; sourceTree = "<group>"; };
|
47 | 45 | 8819A6AFDD36917C51C05346 /* Pods_JNHorizontalGroupAvatarCollectionView_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_JNHorizontalGroupAvatarCollectionView_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
48 | 46 | A213FD985EE96B333871F9A4 /* Pods-JNHorizontalGroupAvatarCollectionView_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-JNHorizontalGroupAvatarCollectionView_Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-JNHorizontalGroupAvatarCollectionView_Example/Pods-JNHorizontalGroupAvatarCollectionView_Example.release.xcconfig"; sourceTree = "<group>"; };
|
49 |
| - D0C2A32C16C19FED565AA00B /* Pods-JNHorizontalGroupAvatarCollectionView_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-JNHorizontalGroupAvatarCollectionView_Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-JNHorizontalGroupAvatarCollectionView_Tests/Pods-JNHorizontalGroupAvatarCollectionView_Tests.debug.xcconfig"; sourceTree = "<group>"; }; |
| 47 | + C23007522042C9DD00E602C0 /* SelectionTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SelectionTableViewCell.swift; sourceTree = "<group>"; }; |
| 48 | + C23007542042CDC900E602C0 /* User.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = User.swift; sourceTree = "<group>"; }; |
| 49 | + C25E45A02044598C001E077C /* Group.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Group.swift; sourceTree = "<group>"; }; |
50 | 50 | /* End PBXFileReference section */
|
51 | 51 |
|
52 | 52 | /* Begin PBXFrameworksBuildPhase section */
|
|
62 | 62 | isa = PBXFrameworksBuildPhase;
|
63 | 63 | buildActionMask = 2147483647;
|
64 | 64 | files = (
|
65 |
| - 594CFB42F96A923258AD56E1 /* Pods_JNHorizontalGroupAvatarCollectionView_Tests.framework in Frameworks */, |
66 | 65 | );
|
67 | 66 | runOnlyForDeploymentPostprocessing = 0;
|
68 | 67 | };
|
|
74 | 73 | children = (
|
75 | 74 | 83B4449AFF358D96768506A0 /* Pods-JNHorizontalGroupAvatarCollectionView_Example.debug.xcconfig */,
|
76 | 75 | A213FD985EE96B333871F9A4 /* Pods-JNHorizontalGroupAvatarCollectionView_Example.release.xcconfig */,
|
77 |
| - D0C2A32C16C19FED565AA00B /* Pods-JNHorizontalGroupAvatarCollectionView_Tests.debug.xcconfig */, |
78 |
| - 41167D30D901A75C088FDB73 /* Pods-JNHorizontalGroupAvatarCollectionView_Tests.release.xcconfig */, |
79 | 76 | );
|
80 | 77 | name = Pods;
|
81 | 78 | sourceTree = "<group>";
|
|
94 | 91 | children = (
|
95 | 92 | 607FACF51AFB993E008FA782 /* Podspec Metadata */,
|
96 | 93 | 607FACD21AFB9204008FA782 /* Example for JNHorizontalGroupAvatarCollectionView */,
|
97 |
| - 607FACE81AFB9204008FA782 /* Tests */, |
98 | 94 | 607FACD11AFB9204008FA782 /* Products */,
|
99 | 95 | 299B36AAA6C6D041C494D9D3 /* Pods */,
|
100 | 96 | 590A38DC9C1FCC4DF99D8040 /* Frameworks */,
|
|
115 | 111 | children = (
|
116 | 112 | 607FACD51AFB9204008FA782 /* AppDelegate.swift */,
|
117 | 113 | 607FACD71AFB9204008FA782 /* ViewController.swift */,
|
| 114 | + C23007542042CDC900E602C0 /* User.swift */, |
| 115 | + C25E45A02044598C001E077C /* Group.swift */, |
| 116 | + C23007522042C9DD00E602C0 /* SelectionTableViewCell.swift */, |
118 | 117 | 607FACD91AFB9204008FA782 /* Main.storyboard */,
|
119 | 118 | 607FACDC1AFB9204008FA782 /* Images.xcassets */,
|
120 | 119 | 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */,
|
|
132 | 131 | name = "Supporting Files";
|
133 | 132 | sourceTree = "<group>";
|
134 | 133 | };
|
135 |
| - 607FACE81AFB9204008FA782 /* Tests */ = { |
136 |
| - isa = PBXGroup; |
137 |
| - children = ( |
138 |
| - 607FACEB1AFB9204008FA782 /* Tests.swift */, |
139 |
| - 607FACE91AFB9204008FA782 /* Supporting Files */, |
140 |
| - ); |
141 |
| - path = Tests; |
142 |
| - sourceTree = "<group>"; |
143 |
| - }; |
144 |
| - 607FACE91AFB9204008FA782 /* Supporting Files */ = { |
145 |
| - isa = PBXGroup; |
146 |
| - children = ( |
147 |
| - 607FACEA1AFB9204008FA782 /* Info.plist */, |
148 |
| - ); |
149 |
| - name = "Supporting Files"; |
150 |
| - sourceTree = "<group>"; |
151 |
| - }; |
152 | 134 | 607FACF51AFB993E008FA782 /* Podspec Metadata */ = {
|
153 | 135 | isa = PBXGroup;
|
154 | 136 | children = (
|
|
186 | 168 | isa = PBXNativeTarget;
|
187 | 169 | buildConfigurationList = 607FACF21AFB9204008FA782 /* Build configuration list for PBXNativeTarget "JNHorizontalGroupAvatarCollectionView_Tests" */;
|
188 | 170 | buildPhases = (
|
189 |
| - 90204238D4BCBC9682B1F59E /* [CP] Check Pods Manifest.lock */, |
190 | 171 | 607FACE11AFB9204008FA782 /* Sources */,
|
191 | 172 | 607FACE21AFB9204008FA782 /* Frameworks */,
|
192 | 173 | 607FACE31AFB9204008FA782 /* Resources */,
|
193 |
| - 0A44508F577ED7285C5EEDDD /* [CP] Embed Pods Frameworks */, |
194 |
| - 70186D3924BCC4E9CBED1804 /* [CP] Copy Pods Resources */, |
195 | 174 | );
|
196 | 175 | buildRules = (
|
197 | 176 | );
|
|
279 | 258 | shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-JNHorizontalGroupAvatarCollectionView_Example/Pods-JNHorizontalGroupAvatarCollectionView_Example-resources.sh\"\n";
|
280 | 259 | showEnvVarsInLog = 0;
|
281 | 260 | };
|
282 |
| - 0A44508F577ED7285C5EEDDD /* [CP] Embed Pods Frameworks */ = { |
283 |
| - isa = PBXShellScriptBuildPhase; |
284 |
| - buildActionMask = 2147483647; |
285 |
| - files = ( |
286 |
| - ); |
287 |
| - inputPaths = ( |
288 |
| - ); |
289 |
| - name = "[CP] Embed Pods Frameworks"; |
290 |
| - outputPaths = ( |
291 |
| - ); |
292 |
| - runOnlyForDeploymentPostprocessing = 0; |
293 |
| - shellPath = /bin/sh; |
294 |
| - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-JNHorizontalGroupAvatarCollectionView_Tests/Pods-JNHorizontalGroupAvatarCollectionView_Tests-frameworks.sh\"\n"; |
295 |
| - showEnvVarsInLog = 0; |
296 |
| - }; |
297 |
| - 70186D3924BCC4E9CBED1804 /* [CP] Copy Pods Resources */ = { |
298 |
| - isa = PBXShellScriptBuildPhase; |
299 |
| - buildActionMask = 2147483647; |
300 |
| - files = ( |
301 |
| - ); |
302 |
| - inputPaths = ( |
303 |
| - ); |
304 |
| - name = "[CP] Copy Pods Resources"; |
305 |
| - outputPaths = ( |
306 |
| - ); |
307 |
| - runOnlyForDeploymentPostprocessing = 0; |
308 |
| - shellPath = /bin/sh; |
309 |
| - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-JNHorizontalGroupAvatarCollectionView_Tests/Pods-JNHorizontalGroupAvatarCollectionView_Tests-resources.sh\"\n"; |
310 |
| - showEnvVarsInLog = 0; |
311 |
| - }; |
312 |
| - 90204238D4BCBC9682B1F59E /* [CP] Check Pods Manifest.lock */ = { |
313 |
| - isa = PBXShellScriptBuildPhase; |
314 |
| - buildActionMask = 2147483647; |
315 |
| - files = ( |
316 |
| - ); |
317 |
| - inputPaths = ( |
318 |
| - "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
319 |
| - "${PODS_ROOT}/Manifest.lock", |
320 |
| - ); |
321 |
| - name = "[CP] Check Pods Manifest.lock"; |
322 |
| - outputPaths = ( |
323 |
| - "$(DERIVED_FILE_DIR)/Pods-JNHorizontalGroupAvatarCollectionView_Tests-checkManifestLockResult.txt", |
324 |
| - ); |
325 |
| - runOnlyForDeploymentPostprocessing = 0; |
326 |
| - shellPath = /bin/sh; |
327 |
| - 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"; |
328 |
| - showEnvVarsInLog = 0; |
329 |
| - }; |
330 | 261 | CDABC44095A531DAF967A0EC /* [CP] Check Pods Manifest.lock */ = {
|
331 | 262 | isa = PBXShellScriptBuildPhase;
|
332 | 263 | buildActionMask = 2147483647;
|
|
352 | 283 | );
|
353 | 284 | inputPaths = (
|
354 | 285 | "${SRCROOT}/Pods/Target Support Files/Pods-JNHorizontalGroupAvatarCollectionView_Example/Pods-JNHorizontalGroupAvatarCollectionView_Example-frameworks.sh",
|
| 286 | + "${BUILT_PRODUCTS_DIR}/JNAvatarWithInitials/JNAvatarWithInitials.framework", |
| 287 | + "${BUILT_PRODUCTS_DIR}/JNGroupAvatarImageView/JNGroupAvatarImageView.framework", |
355 | 288 | "${BUILT_PRODUCTS_DIR}/JNHorizontalGroupAvatarCollectionView/JNHorizontalGroupAvatarCollectionView.framework",
|
| 289 | + "${BUILT_PRODUCTS_DIR}/SDWebImage/SDWebImage.framework", |
356 | 290 | );
|
357 | 291 | name = "[CP] Embed Pods Frameworks";
|
358 | 292 | outputPaths = (
|
| 293 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/JNAvatarWithInitials.framework", |
| 294 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/JNGroupAvatarImageView.framework", |
359 | 295 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/JNHorizontalGroupAvatarCollectionView.framework",
|
| 296 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDWebImage.framework", |
360 | 297 | );
|
361 | 298 | runOnlyForDeploymentPostprocessing = 0;
|
362 | 299 | shellPath = /bin/sh;
|
|
370 | 307 | isa = PBXSourcesBuildPhase;
|
371 | 308 | buildActionMask = 2147483647;
|
372 | 309 | files = (
|
| 310 | + C23007552042CDC900E602C0 /* User.swift in Sources */, |
373 | 311 | 607FACD81AFB9204008FA782 /* ViewController.swift in Sources */,
|
374 | 312 | 607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */,
|
| 313 | + C25E45A12044598C001E077C /* Group.swift in Sources */, |
| 314 | + C23007532042C9DD00E602C0 /* SelectionTableViewCell.swift in Sources */, |
375 | 315 | );
|
376 | 316 | runOnlyForDeploymentPostprocessing = 0;
|
377 | 317 | };
|
378 | 318 | 607FACE11AFB9204008FA782 /* Sources */ = {
|
379 | 319 | isa = PBXSourcesBuildPhase;
|
380 | 320 | buildActionMask = 2147483647;
|
381 | 321 | files = (
|
382 |
| - 607FACEC1AFB9204008FA782 /* Tests.swift in Sources */, |
383 | 322 | );
|
384 | 323 | runOnlyForDeploymentPostprocessing = 0;
|
385 | 324 | };
|
|
544 | 483 | };
|
545 | 484 | 607FACF31AFB9204008FA782 /* Debug */ = {
|
546 | 485 | isa = XCBuildConfiguration;
|
547 |
| - baseConfigurationReference = D0C2A32C16C19FED565AA00B /* Pods-JNHorizontalGroupAvatarCollectionView_Tests.debug.xcconfig */; |
548 | 486 | buildSettings = {
|
549 | 487 | FRAMEWORK_SEARCH_PATHS = (
|
550 | 488 | "$(SDKROOT)/Developer/Library/Frameworks",
|
|
565 | 503 | };
|
566 | 504 | 607FACF41AFB9204008FA782 /* Release */ = {
|
567 | 505 | isa = XCBuildConfiguration;
|
568 |
| - baseConfigurationReference = 41167D30D901A75C088FDB73 /* Pods-JNHorizontalGroupAvatarCollectionView_Tests.release.xcconfig */; |
569 | 506 | buildSettings = {
|
570 | 507 | FRAMEWORK_SEARCH_PATHS = (
|
571 | 508 | "$(SDKROOT)/Developer/Library/Frameworks",
|
|
0 commit comments