|
50 | 50 | CE8BE93A1BB2448C00BBEC24 /* TransitionZoom.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE8BE91D1BB2448C00BBEC24 /* TransitionZoom.swift */; }; |
51 | 51 | CE8BE93B1BB2448C00BBEC24 /* UnwindSegue.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE8BE91E1BB2448C00BBEC24 /* UnwindSegue.swift */; }; |
52 | 52 | CE9A30C01BAE074300BC79FE /* BondoluoPeek.ttf in Resources */ = {isa = PBXBuildFile; fileRef = CE9A30BF1BAE073C00BC79FE /* BondoluoPeek.ttf */; }; |
| 53 | + CE9C42E61BC081F100504B69 /* AnimationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE9C42DB1BC081F100504B69 /* AnimationController.swift */; }; |
| 54 | + CE9C42E71BC081F100504B69 /* ImageAction.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE9C42DC1BC081F100504B69 /* ImageAction.swift */; }; |
| 55 | + CE9C42E81BC081F100504B69 /* ImageCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE9C42DD1BC081F100504B69 /* ImageCollectionViewCell.swift */; }; |
| 56 | + CE9C42E91BC081F100504B69 /* ImagePickerCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE9C42DE1BC081F100504B69 /* ImagePickerCollectionView.swift */; }; |
| 57 | + CE9C42EA1BC081F100504B69 /* ImagePickerSheetController.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE9C42E01BC081F100504B69 /* ImagePickerSheetController.swift */; }; |
| 58 | + CE9C42EB1BC081F100504B69 /* ImagePreviewFlowLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE9C42E11BC081F100504B69 /* ImagePreviewFlowLayout.swift */; }; |
| 59 | + CE9C42EC1BC081F100504B69 /* ImagePreviewTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE9C42E21BC081F100504B69 /* ImagePreviewTableViewCell.swift */; }; |
| 60 | + CE9C42ED1BC081F100504B69 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = CE9C42E31BC081F100504B69 /* Images.xcassets */; }; |
| 61 | + CE9C42EE1BC081F100504B69 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = CE9C42E41BC081F100504B69 /* Info.plist */; }; |
| 62 | + CE9C42EF1BC081F100504B69 /* PreviewSupplementaryView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE9C42E51BC081F100504B69 /* PreviewSupplementaryView.swift */; }; |
53 | 63 | CEA8EA121B854B2100DC2AA5 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = CEA8EA111B854B2100DC2AA5 /* AppDelegate.swift */; }; |
54 | 64 | CEA8EA171B854B2100DC2AA5 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = CEA8EA151B854B2100DC2AA5 /* Main.storyboard */; }; |
55 | 65 | CEA8EA191B854B2100DC2AA5 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = CEA8EA181B854B2100DC2AA5 /* Images.xcassets */; }; |
56 | 66 | CEA8EA1C1B854B2100DC2AA5 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = CEA8EA1A1B854B2100DC2AA5 /* LaunchScreen.xib */; }; |
57 | 67 | CEA8EA281B854B2100DC2AA5 /* ClusterTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CEA8EA271B854B2100DC2AA5 /* ClusterTests.swift */; }; |
58 | 68 | CEA8EA321B854B7F00DC2AA5 /* HomeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = CEA8EA311B854B7F00DC2AA5 /* HomeViewController.swift */; }; |
| 69 | + CEC88F141BB45772009BE41C /* SWRevealViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = CEC88F131BB45772009BE41C /* SWRevealViewController.m */; }; |
| 70 | + CEC88F171BB45C10009BE41C /* MenuController.swift in Sources */ = {isa = PBXBuildFile; fileRef = CEC88F161BB45C10009BE41C /* MenuController.swift */; }; |
59 | 71 | CED4489D1BA5111900F11808 /* Kluster.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED4489C1BA5111900F11808 /* Kluster.swift */; }; |
60 | 72 | CED448A21BA5153800F11808 /* KlusterCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED448A11BA5153800F11808 /* KlusterCollectionViewCell.swift */; }; |
61 | 73 | /* End PBXBuildFile section */ |
|
118 | 130 | CE8BE91D1BB2448C00BBEC24 /* TransitionZoom.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TransitionZoom.swift; sourceTree = "<group>"; }; |
119 | 131 | CE8BE91E1BB2448C00BBEC24 /* UnwindSegue.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UnwindSegue.swift; sourceTree = "<group>"; }; |
120 | 132 | CE9A30BF1BAE073C00BC79FE /* BondoluoPeek.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = BondoluoPeek.ttf; sourceTree = "<group>"; }; |
| 133 | + CE9C42DB1BC081F100504B69 /* AnimationController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AnimationController.swift; sourceTree = "<group>"; }; |
| 134 | + CE9C42DC1BC081F100504B69 /* ImageAction.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageAction.swift; sourceTree = "<group>"; }; |
| 135 | + CE9C42DD1BC081F100504B69 /* ImageCollectionViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageCollectionViewCell.swift; sourceTree = "<group>"; }; |
| 136 | + CE9C42DE1BC081F100504B69 /* ImagePickerCollectionView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImagePickerCollectionView.swift; sourceTree = "<group>"; }; |
| 137 | + CE9C42DF1BC081F100504B69 /* ImagePickerSheetController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ImagePickerSheetController.h; sourceTree = "<group>"; }; |
| 138 | + CE9C42E01BC081F100504B69 /* ImagePickerSheetController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImagePickerSheetController.swift; sourceTree = "<group>"; }; |
| 139 | + CE9C42E11BC081F100504B69 /* ImagePreviewFlowLayout.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImagePreviewFlowLayout.swift; sourceTree = "<group>"; }; |
| 140 | + CE9C42E21BC081F100504B69 /* ImagePreviewTableViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImagePreviewTableViewCell.swift; sourceTree = "<group>"; }; |
| 141 | + CE9C42E31BC081F100504B69 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; }; |
| 142 | + CE9C42E41BC081F100504B69 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 143 | + CE9C42E51BC081F100504B69 /* PreviewSupplementaryView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PreviewSupplementaryView.swift; sourceTree = "<group>"; }; |
121 | 144 | CEA8EA0C1B854B2100DC2AA5 /* Cluster.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Cluster.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
122 | 145 | CEA8EA101B854B2100DC2AA5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
123 | 146 | CEA8EA111B854B2100DC2AA5 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
|
128 | 151 | CEA8EA261B854B2100DC2AA5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
129 | 152 | CEA8EA271B854B2100DC2AA5 /* ClusterTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClusterTests.swift; sourceTree = "<group>"; }; |
130 | 153 | CEA8EA311B854B7F00DC2AA5 /* HomeViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HomeViewController.swift; sourceTree = "<group>"; }; |
| 154 | + CEC88F121BB45772009BE41C /* SWRevealViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SWRevealViewController.h; sourceTree = "<group>"; }; |
| 155 | + CEC88F131BB45772009BE41C /* SWRevealViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SWRevealViewController.m; sourceTree = "<group>"; }; |
| 156 | + CEC88F161BB45C10009BE41C /* MenuController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MenuController.swift; sourceTree = "<group>"; }; |
131 | 157 | CED4489C1BA5111900F11808 /* Kluster.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Kluster.swift; sourceTree = "<group>"; }; |
132 | 158 | CED448A11BA5153800F11808 /* KlusterCollectionViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KlusterCollectionViewCell.swift; sourceTree = "<group>"; }; |
133 | 159 | /* End PBXFileReference section */ |
|
235 | 261 | path = Spring; |
236 | 262 | sourceTree = "<group>"; |
237 | 263 | }; |
| 264 | + CE9C42DA1BC081F100504B69 /* ImagePickerSheet6.4 */ = { |
| 265 | + isa = PBXGroup; |
| 266 | + children = ( |
| 267 | + CE9C42DB1BC081F100504B69 /* AnimationController.swift */, |
| 268 | + CE9C42DC1BC081F100504B69 /* ImageAction.swift */, |
| 269 | + CE9C42DD1BC081F100504B69 /* ImageCollectionViewCell.swift */, |
| 270 | + CE9C42DE1BC081F100504B69 /* ImagePickerCollectionView.swift */, |
| 271 | + CE9C42DF1BC081F100504B69 /* ImagePickerSheetController.h */, |
| 272 | + CE9C42E01BC081F100504B69 /* ImagePickerSheetController.swift */, |
| 273 | + CE9C42E11BC081F100504B69 /* ImagePreviewFlowLayout.swift */, |
| 274 | + CE9C42E21BC081F100504B69 /* ImagePreviewTableViewCell.swift */, |
| 275 | + CE9C42E31BC081F100504B69 /* Images.xcassets */, |
| 276 | + CE9C42E41BC081F100504B69 /* Info.plist */, |
| 277 | + CE9C42E51BC081F100504B69 /* PreviewSupplementaryView.swift */, |
| 278 | + ); |
| 279 | + path = ImagePickerSheet6.4; |
| 280 | + sourceTree = "<group>"; |
| 281 | + }; |
238 | 282 | CEA8EA031B854B2100DC2AA5 = { |
239 | 283 | isa = PBXGroup; |
240 | 284 | children = ( |
241 | 285 | CEA8EA0E1B854B2100DC2AA5 /* Cluster */, |
242 | 286 | CEA8EA241B854B2100DC2AA5 /* ClusterTests */, |
| 287 | + CE9C42DA1BC081F100504B69 /* ImagePickerSheet6.4 */, |
243 | 288 | CEA8EA0D1B854B2100DC2AA5 /* Products */, |
244 | 289 | 98754A9F4EFC7751C3C68DCC /* Pods */, |
245 | 290 | B7F7862424CD11C144F1CC5E /* Frameworks */, |
|
259 | 304 | isa = PBXGroup; |
260 | 305 | children = ( |
261 | 306 | CEA8EA111B854B2100DC2AA5 /* AppDelegate.swift */, |
| 307 | + CEC88F161BB45C10009BE41C /* MenuController.swift */, |
262 | 308 | CE8BE8FF1BB2411A00BBEC24 /* Profile Screen */, |
263 | 309 | CED448A01BA5136500F11808 /* Home Screen */, |
264 | 310 | CED4489F1BA5135E00F11808 /* Model */, |
265 | 311 | CEA8EA151B854B2100DC2AA5 /* Main.storyboard */, |
266 | 312 | CEA8EA181B854B2100DC2AA5 /* Images.xcassets */, |
267 | 313 | CEA8EA1A1B854B2100DC2AA5 /* LaunchScreen.xib */, |
| 314 | + CEC88F151BB4578D009BE41C /* SWRevealViewController */, |
268 | 315 | CE8BE9001BB2448C00BBEC24 /* Spring */, |
269 | 316 | CE9A30BF1BAE073C00BC79FE /* BondoluoPeek.ttf */, |
270 | 317 | CEA8EA0F1B854B2100DC2AA5 /* Supporting Files */, |
|
298 | 345 | name = "Supporting Files"; |
299 | 346 | sourceTree = "<group>"; |
300 | 347 | }; |
| 348 | + CEC88F151BB4578D009BE41C /* SWRevealViewController */ = { |
| 349 | + isa = PBXGroup; |
| 350 | + children = ( |
| 351 | + CEC88F121BB45772009BE41C /* SWRevealViewController.h */, |
| 352 | + CEC88F131BB45772009BE41C /* SWRevealViewController.m */, |
| 353 | + ); |
| 354 | + name = SWRevealViewController; |
| 355 | + sourceTree = "<group>"; |
| 356 | + }; |
301 | 357 | CED4489F1BA5135E00F11808 /* Model */ = { |
302 | 358 | isa = PBXGroup; |
303 | 359 | children = ( |
|
397 | 453 | isa = PBXResourcesBuildPhase; |
398 | 454 | buildActionMask = 2147483647; |
399 | 455 | files = ( |
| 456 | + CE9C42EE1BC081F100504B69 /* Info.plist in Resources */, |
400 | 457 | CE9A30C01BAE074300BC79FE /* BondoluoPeek.ttf in Resources */, |
401 | 458 | CEA8EA171B854B2100DC2AA5 /* Main.storyboard in Resources */, |
| 459 | + CE9C42ED1BC081F100504B69 /* Images.xcassets in Resources */, |
402 | 460 | CEA8EA1C1B854B2100DC2AA5 /* LaunchScreen.xib in Resources */, |
403 | 461 | CE8BE92E1BB2448C00BBEC24 /* LoadingView.xib in Resources */, |
404 | 462 | CE8BE92B1BB2448C00BBEC24 /* Info.plist in Resources */, |
|
457 | 515 | CE8BE9301BB2448C00BBEC24 /* SoundPlayer.swift in Sources */, |
458 | 516 | CE8BE9241BB2448C00BBEC24 /* DesignableImageView.swift in Sources */, |
459 | 517 | CE8BE9361BB2448C00BBEC24 /* SpringTextField.swift in Sources */, |
| 518 | + CE9C42E61BC081F100504B69 /* AnimationController.swift in Sources */, |
| 519 | + CE9C42E71BC081F100504B69 /* ImageAction.swift in Sources */, |
460 | 520 | CED4489D1BA5111900F11808 /* Kluster.swift in Sources */, |
461 | 521 | CE8BE9271BB2448C00BBEC24 /* DesignableTextField.swift in Sources */, |
462 | 522 | CE8BE9391BB2448C00BBEC24 /* TransitionManager.swift in Sources */, |
| 523 | + CE9C42EC1BC081F100504B69 /* ImagePreviewTableViewCell.swift in Sources */, |
463 | 524 | CE8BE9321BB2448C00BBEC24 /* SpringAnimation.swift in Sources */, |
| 525 | + CE9C42EB1BC081F100504B69 /* ImagePreviewFlowLayout.swift in Sources */, |
| 526 | + CE9C42EA1BC081F100504B69 /* ImagePickerSheetController.swift in Sources */, |
| 527 | + CEC88F141BB45772009BE41C /* SWRevealViewController.m in Sources */, |
464 | 528 | CE8BE91F1BB2448C00BBEC24 /* AsyncButton.swift in Sources */, |
465 | 529 | CE8BE92C1BB2448C00BBEC24 /* KeyboardLayoutConstraint.swift in Sources */, |
466 | 530 | CE8BE9231BB2448C00BBEC24 /* DesignableButton.swift in Sources */, |
467 | 531 | CE8BE8FE1BB23FFE00BBEC24 /* ProfileViewController.swift in Sources */, |
468 | 532 | CEA8EA321B854B7F00DC2AA5 /* HomeViewController.swift in Sources */, |
469 | 533 | CE8BE9291BB2448C00BBEC24 /* DesignableView.swift in Sources */, |
470 | 534 | CE8BE93A1BB2448C00BBEC24 /* TransitionZoom.swift in Sources */, |
| 535 | + CE9C42EF1BC081F100504B69 /* PreviewSupplementaryView.swift in Sources */, |
471 | 536 | CE8BE9221BB2448C00BBEC24 /* BlurView.swift in Sources */, |
472 | 537 | CED448A21BA5153800F11808 /* KlusterCollectionViewCell.swift in Sources */, |
| 538 | + CEC88F171BB45C10009BE41C /* MenuController.swift in Sources */, |
473 | 539 | CE8BE92A1BB2448C00BBEC24 /* ImageLoader.swift in Sources */, |
| 540 | + CE9C42E81BC081F100504B69 /* ImageCollectionViewCell.swift in Sources */, |
474 | 541 | CE8BE9381BB2448C00BBEC24 /* SpringView.swift in Sources */, |
475 | 542 | CE8BE9351BB2448C00BBEC24 /* SpringLabel.swift in Sources */, |
476 | 543 | CE8BE92F1BB2448C00BBEC24 /* Misc.swift in Sources */, |
|
482 | 549 | CE8BE93B1BB2448C00BBEC24 /* UnwindSegue.swift in Sources */, |
483 | 550 | CE8BE9251BB2448C00BBEC24 /* DesignableLabel.swift in Sources */, |
484 | 551 | CE8BE9341BB2448C00BBEC24 /* SpringImageView.swift in Sources */, |
| 552 | + CE9C42E91BC081F100504B69 /* ImagePickerCollectionView.swift in Sources */, |
485 | 553 | CE8BE92D1BB2448C00BBEC24 /* LoadingView.swift in Sources */, |
486 | 554 | CE8BE9371BB2448C00BBEC24 /* SpringTextView.swift in Sources */, |
487 | 555 | CE8BE9201BB2448C00BBEC24 /* AsyncImageView.swift in Sources */, |
|
0 commit comments